Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pshao25 committed Oct 17, 2024
1 parent 1c8f0da commit 2e33b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getOptions } from "../options";
import { TypespecObject } from "../interfaces";
import { getOptions } from "../options";
import { generateDecorators } from "../utils/decorators";
import { generateDocs } from "../utils/docs";
import { getModelPropertiesDeclarations } from "../utils/model-generation";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { generateSuppressionForDocumentRequired } from "../utils/suppressions";
import { TypespecParameter } from "../interfaces";
import { getOptions } from "../options";
import { generateDecorators } from "../utils/decorators";
import { generateDocs } from "../utils/docs";
import { generateSuppressionForDocumentRequired } from "../utils/suppressions";

const _ARM_PARAM_REPLACEMENTS: { [key: string]: string } = {
subscriptionId: "...SubscriptionIdParameter",
Expand Down

0 comments on commit 2e33b1e

Please sign in to comment.