Skip to content

Commit

Permalink
update the gen sample to ensure it does not change
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Jul 31, 2024
1 parent a95653d commit ac93669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/samples/common-types/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function cleanupDocument(original: OpenAPI2Document): OpenAPI2Document {

replaceUuidRefs(document, "Azure.Core.uuid");
replaceUuidRefs(document, "Azure.Core.azureLocation");
replaceUuidRefs(document, "Azure.Core.resourceType");

return document;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ export type EnsureVerbDecorator = (
export type DefaultFinalStateViaDecorator = (
context: DecoratorContext,
target: Operation,
states: readonly ("operation-location" | "location" | "azure-async-operation")[]
states: unknown
) => void;

0 comments on commit ac93669

Please sign in to comment.