Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan Shao committed Sep 5, 2024
1 parent e3252e9 commit 3b6e320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ArraySchema, isObjectSchema, Operation, SchemaResponse } from "@autorest/codemodel";
import { isArraySchema, isResponseSchema } from "../utils/schemas";
import { lastWordToSingular } from "../utils/strings";
import {
ManagementGroupPath,
ManagementGroupScopePrefix,
Expand All @@ -14,7 +15,6 @@ import {
import { getResourceDataSchema, OperationSet } from "./operation-set";
import { getPagingItemType } from "./resource-equivalent";
import { getResourceType, getScopePath, isScopedSegment, pathIncludes } from "./utils";
import { lastWordToSingular } from "../utils/strings";

const extensionMethodCache = new WeakMap<OperationSet, [Operation, string][]>();
const resourceCollectionMethodCache = new WeakMap<OperationSet, Operation[]>();
Expand Down

0 comments on commit 3b6e320

Please sign in to comment.