@azure/arm-devopsinfrastructure 1.0.0-alpha.20260227.1 → 1.0.0-alpha.20260303.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/index.d.ts +2 -2
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +6 -6
- package/dist/browser/classic/index.d.ts.map +1 -1
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/devOpsInfrastructureClient.d.ts +1 -1
- package/dist/browser/devOpsInfrastructureClient.d.ts.map +1 -1
- package/dist/browser/devOpsInfrastructureClient.js.map +1 -1
- package/dist/browser/index.d.ts +5 -5
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/commonjs/api/devOpsInfrastructureContext.js +50 -38
- package/dist/commonjs/api/devOpsInfrastructureContext.js.map +7 -1
- package/dist/commonjs/api/imageVersions/index.js +45 -21
- package/dist/commonjs/api/imageVersions/index.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -2
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js +40 -25
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operations/index.js +40 -21
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/options.js +15 -5
- package/dist/commonjs/api/options.js.map +7 -1
- package/dist/commonjs/api/pools/index.js +153 -109
- package/dist/commonjs/api/pools/index.js.map +7 -1
- package/dist/commonjs/api/resourceDetails/index.js +45 -21
- package/dist/commonjs/api/resourceDetails/index.js.map +7 -1
- package/dist/commonjs/api/sku/index.js +44 -21
- package/dist/commonjs/api/sku/index.js.map +7 -1
- package/dist/commonjs/api/subscriptionUsages/index.js +44 -21
- package/dist/commonjs/api/subscriptionUsages/index.js.map +7 -1
- package/dist/commonjs/classic/imageVersions/index.js +30 -14
- package/dist/commonjs/classic/imageVersions/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +6 -6
- package/dist/commonjs/classic/index.d.ts.map +1 -1
- package/dist/commonjs/classic/index.js +15 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +30 -14
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/pools/index.js +35 -19
- package/dist/commonjs/classic/pools/index.js.map +7 -1
- package/dist/commonjs/classic/resourceDetails/index.js +30 -14
- package/dist/commonjs/classic/resourceDetails/index.js.map +7 -1
- package/dist/commonjs/classic/sku/index.js +30 -14
- package/dist/commonjs/classic/sku/index.js.map +7 -1
- package/dist/commonjs/classic/subscriptionUsages/index.js +30 -14
- package/dist/commonjs/classic/subscriptionUsages/index.js.map +7 -1
- package/dist/commonjs/devOpsInfrastructureClient.d.ts +1 -1
- package/dist/commonjs/devOpsInfrastructureClient.d.ts.map +1 -1
- package/dist/commonjs/devOpsInfrastructureClient.js +59 -46
- package/dist/commonjs/devOpsInfrastructureClient.js.map +7 -1
- package/dist/commonjs/helpers/serializerHelpers.js +39 -22
- package/dist/commonjs/helpers/serializerHelpers.js.map +7 -1
- package/dist/commonjs/index.d.ts +5 -5
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +42 -27
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +24 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +38 -23
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.js +801 -946
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +93 -88
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +105 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/esm/api/devOpsInfrastructureContext.js +30 -34
- package/dist/esm/api/devOpsInfrastructureContext.js.map +7 -1
- package/dist/esm/api/imageVersions/index.js +36 -19
- package/dist/esm/api/imageVersions/index.js.map +7 -1
- package/dist/esm/api/index.d.ts +2 -2
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js +30 -10
- package/dist/esm/api/index.js.map +7 -1
- package/dist/esm/api/operations/index.js +31 -19
- package/dist/esm/api/operations/index.js.map +7 -1
- package/dist/esm/api/options.js +0 -4
- package/dist/esm/api/options.js.map +7 -1
- package/dist/esm/api/pools/index.js +179 -124
- package/dist/esm/api/pools/index.js.map +7 -1
- package/dist/esm/api/resourceDetails/index.js +36 -19
- package/dist/esm/api/resourceDetails/index.js.map +7 -1
- package/dist/esm/api/sku/index.js +35 -19
- package/dist/esm/api/sku/index.js.map +7 -1
- package/dist/esm/api/subscriptionUsages/index.js +32 -18
- package/dist/esm/api/subscriptionUsages/index.js.map +7 -1
- package/dist/esm/classic/imageVersions/index.js +12 -11
- package/dist/esm/classic/imageVersions/index.js.map +7 -1
- package/dist/esm/classic/index.d.ts +6 -6
- package/dist/esm/classic/index.d.ts.map +1 -1
- package/dist/esm/classic/index.js +0 -4
- package/dist/esm/classic/index.js.map +7 -1
- package/dist/esm/classic/operations/index.js +12 -11
- package/dist/esm/classic/operations/index.js.map +7 -1
- package/dist/esm/classic/pools/index.js +25 -17
- package/dist/esm/classic/pools/index.js.map +7 -1
- package/dist/esm/classic/resourceDetails/index.js +12 -11
- package/dist/esm/classic/resourceDetails/index.js.map +7 -1
- package/dist/esm/classic/sku/index.js +12 -11
- package/dist/esm/classic/sku/index.js.map +7 -1
- package/dist/esm/classic/subscriptionUsages/index.js +12 -11
- package/dist/esm/classic/subscriptionUsages/index.js.map +7 -1
- package/dist/esm/devOpsInfrastructureClient.d.ts +1 -1
- package/dist/esm/devOpsInfrastructureClient.d.ts.map +1 -1
- package/dist/esm/devOpsInfrastructureClient.js +46 -40
- package/dist/esm/devOpsInfrastructureClient.js.map +7 -1
- package/dist/esm/helpers/serializerHelpers.js +21 -20
- package/dist/esm/helpers/serializerHelpers.js.map +7 -1
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +40 -6
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +7 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +36 -4
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.js +985 -1038
- package/dist/esm/models/models.js.map +7 -1
- package/dist/esm/restorePollerHelpers.js +80 -85
- package/dist/esm/restorePollerHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pagingHelpers.js +85 -99
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pollingHelpers.js +65 -73
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/react-native/api/index.d.ts +2 -2
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +6 -6
- package/dist/react-native/classic/index.d.ts.map +1 -1
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/devOpsInfrastructureClient.d.ts +1 -1
- package/dist/react-native/devOpsInfrastructureClient.d.ts.map +1 -1
- package/dist/react-native/devOpsInfrastructureClient.js.map +1 -1
- package/dist/react-native/index.d.ts +5 -5
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/package.json +4 -22
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createDevOpsInfrastructure, DevOpsInfrastructureContext, DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
|
|
2
|
-
export { OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./options.js";
|
|
1
|
+
export { createDevOpsInfrastructure, type DevOpsInfrastructureContext, type DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
|
|
2
|
+
export { type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./options.js";
|
|
3
3
|
export { imageVersionsListByImage } from "./imageVersions/index.js";
|
|
4
4
|
export { operationsList } from "./operations/index.js";
|
|
5
5
|
export { poolsGet, poolsCreateOrUpdate, poolsUpdate, poolsDelete, poolsListByResourceGroup, poolsListBySubscription, } from "./pools/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,KAAK,2BAA2B,EAChC,KAAK,wCAAwC,GAC9C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,0BAA0B,GAG3B,MAAM,kCAAkC,CAAC;AAc1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n OperationsListOptionalParams,\n PoolsGetOptionalParams,\n PoolsCreateOrUpdateOptionalParams,\n PoolsUpdateOptionalParams,\n PoolsDeleteOptionalParams,\n PoolsListByResourceGroupOptionalParams,\n PoolsListBySubscriptionOptionalParams,\n ResourceDetailsListByPoolOptionalParams,\n SkuListByLocationOptionalParams,\n SubscriptionUsagesUsagesOptionalParams,\n ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,0BAA0B,GAG3B,MAAM,kCAAkC,CAAC;AAc1C,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n type DevOpsInfrastructureContext,\n type DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ImageVersionsOperations } from "./imageVersions/index.js";
|
|
2
|
-
export { OperationsOperations } from "./operations/index.js";
|
|
3
|
-
export { PoolsOperations } from "./pools/index.js";
|
|
4
|
-
export { ResourceDetailsOperations } from "./resourceDetails/index.js";
|
|
5
|
-
export { SkuOperations } from "./sku/index.js";
|
|
6
|
-
export { SubscriptionUsagesOperations } from "./subscriptionUsages/index.js";
|
|
1
|
+
export { type ImageVersionsOperations } from "./imageVersions/index.js";
|
|
2
|
+
export { type OperationsOperations } from "./operations/index.js";
|
|
3
|
+
export { type PoolsOperations } from "./pools/index.js";
|
|
4
|
+
export { type ResourceDetailsOperations } from "./resourceDetails/index.js";
|
|
5
|
+
export { type SkuOperations } from "./sku/index.js";
|
|
6
|
+
export { type SubscriptionUsagesOperations } from "./subscriptionUsages/index.js";
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { ImageVersionsOperations } from \"./imageVersions/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { PoolsOperations } from \"./pools/index.js\";\nexport { ResourceDetailsOperations } from \"./resourceDetails/index.js\";\nexport { SkuOperations } from \"./sku/index.js\";\nexport { SubscriptionUsagesOperations } from \"./subscriptionUsages/index.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { type ImageVersionsOperations } from \"./imageVersions/index.js\";\nexport { type OperationsOperations } from \"./operations/index.js\";\nexport { type PoolsOperations } from \"./pools/index.js\";\nexport { type ResourceDetailsOperations } from \"./resourceDetails/index.js\";\nexport { type SkuOperations } from \"./sku/index.js\";\nexport { type SubscriptionUsagesOperations } from \"./subscriptionUsages/index.js\";\n"]}
|
|
@@ -7,7 +7,7 @@ import { ImageVersionsOperations } from "./classic/imageVersions/index.js";
|
|
|
7
7
|
import { DevOpsInfrastructureClientOptionalParams } from "./api/index.js";
|
|
8
8
|
import { Pipeline } from "@azure/core-rest-pipeline";
|
|
9
9
|
import { TokenCredential } from "@azure/core-auth";
|
|
10
|
-
export { DevOpsInfrastructureClientOptionalParams } from "./api/devOpsInfrastructureContext.js";
|
|
10
|
+
export { type DevOpsInfrastructureClientOptionalParams } from "./api/devOpsInfrastructureContext.js";
|
|
11
11
|
export declare class DevOpsInfrastructureClient {
|
|
12
12
|
private _client;
|
|
13
13
|
/** The pipeline used by this client to make requests */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devOpsInfrastructureClient.d.ts","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAsB,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAoB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAEL,4BAA4B,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,wCAAwC,EACzC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"devOpsInfrastructureClient.d.ts","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2B,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAsB,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAoB,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAEL,4BAA4B,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,uBAAuB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAGL,wCAAwC,EACzC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,sCAAsC,CAAC;AAErG,qBAAa,0BAA0B;IACrC,OAAO,CAAC,OAAO,CAA8B;IAC7C,wDAAwD;IACxD,SAAgB,QAAQ,EAAE,QAAQ,CAAC;gBAGjC,UAAU,EAAE,eAAe,EAC3B,cAAc,EAAE,MAAM,EACtB,OAAO,GAAE,wCAA6C;IAmBxD,0CAA0C;IAC1C,SAAgB,UAAU,EAAE,oBAAoB,CAAC;IACjD,qCAAqC;IACrC,SAAgB,KAAK,EAAE,eAAe,CAAC;IACvC,+CAA+C;IAC/C,SAAgB,eAAe,EAAE,yBAAyB,CAAC;IAC3D,mCAAmC;IACnC,SAAgB,GAAG,EAAE,aAAa,CAAC;IACnC,kDAAkD;IAClD,SAAgB,kBAAkB,EAAE,4BAA4B,CAAC;IACjE,6CAA6C;IAC7C,SAAgB,aAAa,EAAE,uBAAuB,CAAC;CACxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devOpsInfrastructureClient.js","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,uBAAuB,EAAwB,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAmB,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,4BAA4B,GAE7B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAiB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EACL,+BAA+B,GAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,0BAA0B,GAE3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,0BAA0B,GAG3B,MAAM,gBAAgB,CAAC;AAMxB,MAAM,OAAO,0BAA0B;IAC7B,OAAO,CAA8B;IAC7C,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;QAEtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,0BAA0B,CAAC,UAAU,EAAE;YACpD,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,GAAG,4BAA4B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAClF,IAAI,CAAC,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,kBAAkB,GAAG,+BAA+B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACxF,IAAI,CAAC,aAAa,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,qCAAqC;IACrB,KAAK,CAAkB;IACvC,+CAA+C;IAC/B,eAAe,CAA4B;IAC3D,mCAAmC;IACnB,GAAG,CAAgB;IACnC,kDAAkD;IAClC,kBAAkB,CAA+B;IACjE,6CAA6C;IAC7B,aAAa,CAA0B;CACxD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getPoolsOperations, PoolsOperations } from \"./classic/pools/index.js\";\nimport {\n getResourceDetailsOperations,\n ResourceDetailsOperations,\n} from \"./classic/resourceDetails/index.js\";\nimport { getSkuOperations, SkuOperations } from \"./classic/sku/index.js\";\nimport {\n getSubscriptionUsagesOperations,\n SubscriptionUsagesOperations,\n} from \"./classic/subscriptionUsages/index.js\";\nimport {\n getImageVersionsOperations,\n ImageVersionsOperations,\n} from \"./classic/imageVersions/index.js\";\nimport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { DevOpsInfrastructureClientOptionalParams } from \"./api/devOpsInfrastructureContext.js\";\n\nexport class DevOpsInfrastructureClient {\n private _client: DevOpsInfrastructureContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: DevOpsInfrastructureClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDevOpsInfrastructure(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.pools = getPoolsOperations(this._client, subscriptionId);\n this.resourceDetails = getResourceDetailsOperations(this._client, subscriptionId);\n this.sku = getSkuOperations(this._client, subscriptionId);\n this.subscriptionUsages = getSubscriptionUsagesOperations(this._client, subscriptionId);\n this.imageVersions = getImageVersionsOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for Pools */\n public readonly pools: PoolsOperations;\n /** The operation groups for ResourceDetails */\n public readonly resourceDetails: ResourceDetailsOperations;\n /** The operation groups for Sku */\n public readonly sku: SkuOperations;\n /** The operation groups for SubscriptionUsages */\n public readonly subscriptionUsages: SubscriptionUsagesOperations;\n /** The operation groups for ImageVersions */\n public readonly imageVersions: ImageVersionsOperations;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"devOpsInfrastructureClient.js","sourceRoot":"","sources":["../../src/devOpsInfrastructureClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,uBAAuB,EAAwB,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAmB,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EACL,4BAA4B,GAE7B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAiB,MAAM,wBAAwB,CAAC;AACzE,OAAO,EACL,+BAA+B,GAEhC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,0BAA0B,GAE3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,0BAA0B,GAG3B,MAAM,gBAAgB,CAAC;AAMxB,MAAM,OAAO,0BAA0B;IAC7B,OAAO,CAA8B;IAC7C,wDAAwD;IACxC,QAAQ,CAAW;IAEnC,YACE,UAA2B,EAC3B,cAAsB,EACtB,UAAoD,EAAE;QAEtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;QACrE,MAAM,eAAe,GAAG,iBAAiB;YACvC,CAAC,CAAC,GAAG,iBAAiB,kBAAkB;YACxC,CAAC,CAAC,iBAAiB,CAAC;QACtB,IAAI,CAAC,OAAO,GAAG,0BAA0B,CAAC,UAAU,EAAE;YACpD,GAAG,OAAO;YACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;SACtC,CAAC,CAAC;QACH,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxD,IAAI,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,GAAG,4BAA4B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAClF,IAAI,CAAC,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,kBAAkB,GAAG,+BAA+B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;QACxF,IAAI,CAAC,aAAa,GAAG,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAChF,CAAC;IAED,0CAA0C;IAC1B,UAAU,CAAuB;IACjD,qCAAqC;IACrB,KAAK,CAAkB;IACvC,+CAA+C;IAC/B,eAAe,CAA4B;IAC3D,mCAAmC;IACnB,GAAG,CAAgB;IACnC,kDAAkD;IAClC,kBAAkB,CAA+B;IACjE,6CAA6C;IAC7B,aAAa,CAA0B;CACxD","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { getOperationsOperations, OperationsOperations } from \"./classic/operations/index.js\";\nimport { getPoolsOperations, PoolsOperations } from \"./classic/pools/index.js\";\nimport {\n getResourceDetailsOperations,\n ResourceDetailsOperations,\n} from \"./classic/resourceDetails/index.js\";\nimport { getSkuOperations, SkuOperations } from \"./classic/sku/index.js\";\nimport {\n getSubscriptionUsagesOperations,\n SubscriptionUsagesOperations,\n} from \"./classic/subscriptionUsages/index.js\";\nimport {\n getImageVersionsOperations,\n ImageVersionsOperations,\n} from \"./classic/imageVersions/index.js\";\nimport {\n createDevOpsInfrastructure,\n DevOpsInfrastructureContext,\n DevOpsInfrastructureClientOptionalParams,\n} from \"./api/index.js\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport { type DevOpsInfrastructureClientOptionalParams } from \"./api/devOpsInfrastructureContext.js\";\n\nexport class DevOpsInfrastructureClient {\n private _client: DevOpsInfrastructureContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options: DevOpsInfrastructureClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDevOpsInfrastructure(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.operations = getOperationsOperations(this._client);\n this.pools = getPoolsOperations(this._client, subscriptionId);\n this.resourceDetails = getResourceDetailsOperations(this._client, subscriptionId);\n this.sku = getSkuOperations(this._client, subscriptionId);\n this.subscriptionUsages = getSubscriptionUsagesOperations(this._client, subscriptionId);\n this.imageVersions = getImageVersionsOperations(this._client, subscriptionId);\n }\n\n /** The operation groups for Operations */\n public readonly operations: OperationsOperations;\n /** The operation groups for Pools */\n public readonly pools: PoolsOperations;\n /** The operation groups for ResourceDetails */\n public readonly resourceDetails: ResourceDetailsOperations;\n /** The operation groups for Sku */\n public readonly sku: SkuOperations;\n /** The operation groups for SubscriptionUsages */\n public readonly subscriptionUsages: SubscriptionUsagesOperations;\n /** The operation groups for ImageVersions */\n public readonly imageVersions: ImageVersionsOperations;\n}\n"]}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
2
|
export { DevOpsInfrastructureClient } from "./devOpsInfrastructureClient.js";
|
|
3
|
-
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
-
export { ImageVersion, ImageVersionProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Quota, QuotaName, ResourceSku, ResourceSkuProperties, ResourceSkuLocationInfo, ResourceSkuZoneDetails, ResourceSkuCapabilities, ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, ResourceSkuRestrictionsType, ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode, ResourceDetailsObject, ResourceDetailsObjectProperties, KnownResourceStatus, ResourceStatus, Pool, PoolProperties, KnownProvisioningState, ProvisioningState, OrganizationProfile, OrganizationProfileUnion, GitHubOrganizationProfile, GitHubOrganization, AzureDevOpsOrganizationProfile, Organization, AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, AzureDevOpsPermissionType, AgentProfile, AgentProfileUnion, ResourcePredictions, ResourcePredictionsProfile, ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, ResourcePredictionsProfileType, ManualResourcePredictionsProfile, AutomaticResourcePredictionsProfile, KnownPredictionPreference, PredictionPreference, StatelessAgentProfile, Stateful, FabricProfile, FabricProfileUnion, VmssFabricProfile, DevOpsAzureSku, PoolImage, OsProfile, SecretsManagementSettings, KnownLogonType, LogonType, StorageProfile, KnownOsDiskStorageAccountType, OsDiskStorageAccountType, DataDisk, KnownCachingType, CachingType, KnownStorageAccountType, StorageAccountType, NetworkProfile, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, PoolUpdate, PoolUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
|
|
5
|
-
export { DevOpsInfrastructureClientOptionalParams, OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./api/index.js";
|
|
6
|
-
export { ImageVersionsOperations, OperationsOperations, PoolsOperations, ResourceDetailsOperations, SkuOperations, SubscriptionUsagesOperations, } from "./classic/index.js";
|
|
7
|
-
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
3
|
+
export { restorePoller, type RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { type ImageVersion, type ImageVersionProperties, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type Quota, type QuotaName, type ResourceSku, type ResourceSkuProperties, type ResourceSkuLocationInfo, type ResourceSkuZoneDetails, type ResourceSkuCapabilities, type ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, type ResourceSkuRestrictionsType, type ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, type ResourceSkuRestrictionsReasonCode, type ResourceDetailsObject, type ResourceDetailsObjectProperties, KnownResourceStatus, type ResourceStatus, type Pool, type PoolProperties, KnownProvisioningState, type ProvisioningState, type OrganizationProfile, type OrganizationProfileUnion, type GitHubOrganizationProfile, type GitHubOrganization, type AzureDevOpsOrganizationProfile, type Organization, type AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, type AzureDevOpsPermissionType, type AgentProfile, type AgentProfileUnion, type ResourcePredictions, type ResourcePredictionsProfile, type ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, type ResourcePredictionsProfileType, type ManualResourcePredictionsProfile, type AutomaticResourcePredictionsProfile, KnownPredictionPreference, type PredictionPreference, type StatelessAgentProfile, type Stateful, type FabricProfile, type FabricProfileUnion, type VmssFabricProfile, type DevOpsAzureSku, type PoolImage, type OsProfile, type SecretsManagementSettings, KnownLogonType, type LogonType, type StorageProfile, KnownOsDiskStorageAccountType, type OsDiskStorageAccountType, type DataDisk, KnownCachingType, type CachingType, KnownStorageAccountType, type StorageAccountType, type NetworkProfile, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type TrackedResource, type PoolUpdate, type PoolUpdateProperties, type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { type DevOpsInfrastructureClientOptionalParams, type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./api/index.js";
|
|
6
|
+
export { type ImageVersionsOperations, type OperationsOperations, type PoolsOperations, type ResourceDetailsOperations, type SkuOperations, type SubscriptionUsagesOperations, } from "./classic/index.js";
|
|
7
|
+
export { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,KAAK,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,kBAAkB,EAClB,KAAK,aAAa,EAClB,KAAK,KAAK,EACV,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,0BAA0B,EAC/B,sCAAsC,EACtC,KAAK,iCAAiC,EACtC,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,EACpC,mBAAmB,EACnB,KAAK,cAAc,EACnB,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,sBAAsB,EACtB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,EACvB,KAAK,8BAA8B,EACnC,KAAK,YAAY,EACjB,KAAK,4BAA4B,EACjC,8BAA8B,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,mCAAmC,EACnC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,EACrC,KAAK,mCAAmC,EACxC,yBAAyB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,yBAAyB,EAC9B,cAAc,EACd,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,6BAA6B,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,gBAAgB,EAChB,KAAK,WAAW,EAChB,uBAAuB,EACvB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,+BAA+B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,MAAM,EACX,eAAe,EACf,KAAK,UAAU,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,wCAAwC,EAC7C,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,aAAa,EAClB,KAAK,4BAA4B,GAClC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,KAAK,0BAA0B,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAA6B,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DevOpsInfrastructureClient } from \"./devOpsInfrastructureClient.js\";\nexport { restorePoller, type RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n type ImageVersion,\n type ImageVersionProperties,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type Quota,\n type QuotaName,\n type ResourceSku,\n type ResourceSkuProperties,\n type ResourceSkuLocationInfo,\n type ResourceSkuZoneDetails,\n type ResourceSkuCapabilities,\n type ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n type ResourceSkuRestrictionsType,\n type ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n type ResourceSkuRestrictionsReasonCode,\n type ResourceDetailsObject,\n type ResourceDetailsObjectProperties,\n KnownResourceStatus,\n type ResourceStatus,\n type Pool,\n type PoolProperties,\n KnownProvisioningState,\n type ProvisioningState,\n type OrganizationProfile,\n type OrganizationProfileUnion,\n type GitHubOrganizationProfile,\n type GitHubOrganization,\n type AzureDevOpsOrganizationProfile,\n type Organization,\n type AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n type AzureDevOpsPermissionType,\n type AgentProfile,\n type AgentProfileUnion,\n type ResourcePredictions,\n type ResourcePredictionsProfile,\n type ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n type ResourcePredictionsProfileType,\n type ManualResourcePredictionsProfile,\n type AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n type PredictionPreference,\n type StatelessAgentProfile,\n type Stateful,\n type FabricProfile,\n type FabricProfileUnion,\n type VmssFabricProfile,\n type DevOpsAzureSku,\n type PoolImage,\n type OsProfile,\n type SecretsManagementSettings,\n KnownLogonType,\n type LogonType,\n type StorageProfile,\n KnownOsDiskStorageAccountType,\n type OsDiskStorageAccountType,\n type DataDisk,\n KnownCachingType,\n type CachingType,\n KnownStorageAccountType,\n type StorageAccountType,\n type NetworkProfile,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type TrackedResource,\n type PoolUpdate,\n type PoolUpdateProperties,\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n type DevOpsInfrastructureClientOptionalParams,\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./api/index.js\";\nexport {\n type ImageVersionsOperations,\n type OperationsOperations,\n type PoolsOperations,\n type ResourceDetailsOperations,\n type SkuOperations,\n type SubscriptionUsagesOperations,\n} from \"./classic/index.js\";\nexport { type PageSettings, type ContinuablePage, type PagedAsyncIterableIterator };\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ImageVersion, ImageVersionProperties, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Quota, QuotaName, ResourceSku, ResourceSkuProperties, ResourceSkuLocationInfo, ResourceSkuZoneDetails, ResourceSkuCapabilities, ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, ResourceSkuRestrictionsType, ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode, ResourceDetailsObject, ResourceDetailsObjectProperties, KnownResourceStatus, ResourceStatus, Pool, PoolProperties, KnownProvisioningState, ProvisioningState, OrganizationProfile, OrganizationProfileUnion, GitHubOrganizationProfile, GitHubOrganization, AzureDevOpsOrganizationProfile, Organization, AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, AzureDevOpsPermissionType, AgentProfile, AgentProfileUnion, ResourcePredictions, ResourcePredictionsProfile, ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, ResourcePredictionsProfileType, ManualResourcePredictionsProfile, AutomaticResourcePredictionsProfile, KnownPredictionPreference, PredictionPreference, StatelessAgentProfile, Stateful, FabricProfile, FabricProfileUnion, VmssFabricProfile, DevOpsAzureSku, PoolImage, OsProfile, SecretsManagementSettings, KnownLogonType, LogonType, StorageProfile, KnownOsDiskStorageAccountType, OsDiskStorageAccountType, DataDisk, KnownCachingType, CachingType, KnownStorageAccountType, StorageAccountType, NetworkProfile, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, PoolUpdate, PoolUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
|
|
1
|
+
export { type ImageVersion, type ImageVersionProperties, type ProxyResource, type Resource, type SystemData, KnownCreatedByType, type CreatedByType, type Quota, type QuotaName, type ResourceSku, type ResourceSkuProperties, type ResourceSkuLocationInfo, type ResourceSkuZoneDetails, type ResourceSkuCapabilities, type ResourceSkuRestrictions, KnownResourceSkuRestrictionsType, type ResourceSkuRestrictionsType, type ResourceSkuRestrictionInfo, KnownResourceSkuRestrictionsReasonCode, type ResourceSkuRestrictionsReasonCode, type ResourceDetailsObject, type ResourceDetailsObjectProperties, KnownResourceStatus, type ResourceStatus, type Pool, type PoolProperties, KnownProvisioningState, type ProvisioningState, type OrganizationProfile, type OrganizationProfileUnion, type GitHubOrganizationProfile, type GitHubOrganization, type AzureDevOpsOrganizationProfile, type Organization, type AzureDevOpsPermissionProfile, KnownAzureDevOpsPermissionType, type AzureDevOpsPermissionType, type AgentProfile, type AgentProfileUnion, type ResourcePredictions, type ResourcePredictionsProfile, type ResourcePredictionsProfileUnion, KnownResourcePredictionsProfileType, type ResourcePredictionsProfileType, type ManualResourcePredictionsProfile, type AutomaticResourcePredictionsProfile, KnownPredictionPreference, type PredictionPreference, type StatelessAgentProfile, type Stateful, type FabricProfile, type FabricProfileUnion, type VmssFabricProfile, type DevOpsAzureSku, type PoolImage, type OsProfile, type SecretsManagementSettings, KnownLogonType, type LogonType, type StorageProfile, KnownOsDiskStorageAccountType, type OsDiskStorageAccountType, type DataDisk, KnownCachingType, type CachingType, KnownStorageAccountType, type StorageAccountType, type NetworkProfile, type ManagedServiceIdentity, KnownManagedServiceIdentityType, type ManagedServiceIdentityType, type UserAssignedIdentity, type TrackedResource, type PoolUpdate, type PoolUpdateProperties, type Operation, type OperationDisplay, KnownOrigin, type Origin, KnownActionType, type ActionType, KnownVersions, } from "./models.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,UAAU,EACf,kBAAkB,EAClB,KAAK,aAAa,EAClB,KAAK,KAAK,EACV,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,gCAAgC,EAChC,KAAK,2BAA2B,EAChC,KAAK,0BAA0B,EAC/B,sCAAsC,EACtC,KAAK,iCAAiC,EACtC,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,EACpC,mBAAmB,EACnB,KAAK,cAAc,EACnB,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,sBAAsB,EACtB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,EACvB,KAAK,8BAA8B,EACnC,KAAK,YAAY,EACjB,KAAK,4BAA4B,EACjC,8BAA8B,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,mCAAmC,EACnC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,EACrC,KAAK,mCAAmC,EACxC,yBAAyB,EACzB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,yBAAyB,EAC9B,cAAc,EACd,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,6BAA6B,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,gBAAgB,EAChB,KAAK,WAAW,EAChB,uBAAuB,EACvB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,sBAAsB,EAC3B,+BAA+B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,gBAAgB,EACrB,WAAW,EACX,KAAK,MAAM,EACX,eAAe,EACf,KAAK,UAAU,EACf,aAAa,GACd,MAAM,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n ImageVersion,\n ImageVersionProperties,\n ProxyResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n Quota,\n QuotaName,\n ResourceSku,\n ResourceSkuProperties,\n ResourceSkuLocationInfo,\n ResourceSkuZoneDetails,\n ResourceSkuCapabilities,\n ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n ResourceSkuRestrictionsType,\n ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n ResourceSkuRestrictionsReasonCode,\n ResourceDetailsObject,\n ResourceDetailsObjectProperties,\n KnownResourceStatus,\n ResourceStatus,\n Pool,\n PoolProperties,\n KnownProvisioningState,\n ProvisioningState,\n OrganizationProfile,\n OrganizationProfileUnion,\n GitHubOrganizationProfile,\n GitHubOrganization,\n AzureDevOpsOrganizationProfile,\n Organization,\n AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n AzureDevOpsPermissionType,\n AgentProfile,\n AgentProfileUnion,\n ResourcePredictions,\n ResourcePredictionsProfile,\n ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n ResourcePredictionsProfileType,\n ManualResourcePredictionsProfile,\n AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n PredictionPreference,\n StatelessAgentProfile,\n Stateful,\n FabricProfile,\n FabricProfileUnion,\n VmssFabricProfile,\n DevOpsAzureSku,\n PoolImage,\n OsProfile,\n SecretsManagementSettings,\n KnownLogonType,\n LogonType,\n StorageProfile,\n KnownOsDiskStorageAccountType,\n OsDiskStorageAccountType,\n DataDisk,\n KnownCachingType,\n CachingType,\n KnownStorageAccountType,\n StorageAccountType,\n NetworkProfile,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n PoolUpdate,\n PoolUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAML,kBAAkB,EAUlB,gCAAgC,EAGhC,sCAAsC,EAItC,mBAAmB,EAInB,sBAAsB,EAStB,8BAA8B,EAO9B,mCAAmC,EAInC,yBAAyB,EAWzB,cAAc,EAGd,6BAA6B,EAG7B,gBAAgB,EAEhB,uBAAuB,EAIvB,+BAA+B,EAQ/B,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n type ImageVersion,\n type ImageVersionProperties,\n type ProxyResource,\n type Resource,\n type SystemData,\n KnownCreatedByType,\n type CreatedByType,\n type Quota,\n type QuotaName,\n type ResourceSku,\n type ResourceSkuProperties,\n type ResourceSkuLocationInfo,\n type ResourceSkuZoneDetails,\n type ResourceSkuCapabilities,\n type ResourceSkuRestrictions,\n KnownResourceSkuRestrictionsType,\n type ResourceSkuRestrictionsType,\n type ResourceSkuRestrictionInfo,\n KnownResourceSkuRestrictionsReasonCode,\n type ResourceSkuRestrictionsReasonCode,\n type ResourceDetailsObject,\n type ResourceDetailsObjectProperties,\n KnownResourceStatus,\n type ResourceStatus,\n type Pool,\n type PoolProperties,\n KnownProvisioningState,\n type ProvisioningState,\n type OrganizationProfile,\n type OrganizationProfileUnion,\n type GitHubOrganizationProfile,\n type GitHubOrganization,\n type AzureDevOpsOrganizationProfile,\n type Organization,\n type AzureDevOpsPermissionProfile,\n KnownAzureDevOpsPermissionType,\n type AzureDevOpsPermissionType,\n type AgentProfile,\n type AgentProfileUnion,\n type ResourcePredictions,\n type ResourcePredictionsProfile,\n type ResourcePredictionsProfileUnion,\n KnownResourcePredictionsProfileType,\n type ResourcePredictionsProfileType,\n type ManualResourcePredictionsProfile,\n type AutomaticResourcePredictionsProfile,\n KnownPredictionPreference,\n type PredictionPreference,\n type StatelessAgentProfile,\n type Stateful,\n type FabricProfile,\n type FabricProfileUnion,\n type VmssFabricProfile,\n type DevOpsAzureSku,\n type PoolImage,\n type OsProfile,\n type SecretsManagementSettings,\n KnownLogonType,\n type LogonType,\n type StorageProfile,\n KnownOsDiskStorageAccountType,\n type OsDiskStorageAccountType,\n type DataDisk,\n KnownCachingType,\n type CachingType,\n KnownStorageAccountType,\n type StorageAccountType,\n type NetworkProfile,\n type ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n type ManagedServiceIdentityType,\n type UserAssignedIdentity,\n type TrackedResource,\n type PoolUpdate,\n type PoolUpdateProperties,\n type Operation,\n type OperationDisplay,\n KnownOrigin,\n type Origin,\n KnownActionType,\n type ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -1,40 +1,52 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var devOpsInfrastructureContext_exports = {};
|
|
19
|
+
__export(devOpsInfrastructureContext_exports, {
|
|
20
|
+
createDevOpsInfrastructure: () => createDevOpsInfrastructure
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(devOpsInfrastructureContext_exports);
|
|
23
|
+
var import_logger = require("../logger.js");
|
|
24
|
+
var import_core_client = require("@azure-rest/core-client");
|
|
8
25
|
function createDevOpsInfrastructure(credential, options = {}) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
return next(req);
|
|
36
|
-
},
|
|
37
|
-
});
|
|
38
|
-
return clientContext;
|
|
26
|
+
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;
|
|
27
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
28
|
+
const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
|
|
29
|
+
const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}` : `azsdk-js-api ${userAgentInfo}`;
|
|
30
|
+
const { apiVersion: _, ...updatedOptions } = {
|
|
31
|
+
...options,
|
|
32
|
+
userAgentOptions: { userAgentPrefix },
|
|
33
|
+
loggingOptions: { logger: options.loggingOptions?.logger ?? import_logger.logger.info },
|
|
34
|
+
credentials: {
|
|
35
|
+
scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`]
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
const clientContext = (0, import_core_client.getClient)(endpointUrl, credential, updatedOptions);
|
|
39
|
+
clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
40
|
+
const apiVersion = options.apiVersion ?? "2024-10-19";
|
|
41
|
+
clientContext.pipeline.addPolicy({
|
|
42
|
+
name: "ClientApiVersionPolicy",
|
|
43
|
+
sendRequest: (req, next) => {
|
|
44
|
+
const url = new URL(req.url);
|
|
45
|
+
if (!url.searchParams.get("api-version")) {
|
|
46
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
47
|
+
}
|
|
48
|
+
return next(req);
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
return clientContext;
|
|
39
52
|
}
|
|
40
|
-
//# sourceMappingURL=devOpsInfrastructureContext.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nexport interface DevOpsInfrastructureContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface DevOpsInfrastructureClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\nexport function createDevOpsInfrastructure(\n credential: TokenCredential,\n options: DevOpsInfrastructureClientOptionalParams = {},\n): DevOpsInfrastructureContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-10-19\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAuB;AAEvB,yBAAiD;AAY1C,SAAS,2BACd,YACA,UAAoD,CAAC,GACxB;AAC7B,QAAM,cAAc,QAAQ,YAAY,QAAQ,WAAW;AAC3D,QAAM,oBAAoB,SAAS,kBAAkB;AACrD,QAAM,gBAAgB;AACtB,QAAM,kBAAkB,oBACpB,GAAG,iBAAiB,iBAAiB,aAAa,KAClD,gBAAgB,aAAa;AACjC,QAAM,EAAE,YAAY,GAAG,GAAG,eAAe,IAAI;AAAA,IAC3C,GAAG;AAAA,IACH,kBAAkB,EAAE,gBAAgB;AAAA,IACpC,gBAAgB,EAAE,QAAQ,QAAQ,gBAAgB,UAAU,qBAAO,KAAK;AAAA,IACxE,aAAa;AAAA,MACX,QAAQ,QAAQ,aAAa,UAAU,CAAC,GAAG,WAAW,WAAW;AAAA,IACnE;AAAA,EACF;AACA,QAAM,oBAAgB,8BAAU,aAAa,YAAY,cAAc;AACvE,gBAAc,SAAS,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAChE,QAAM,aAAa,QAAQ,cAAc;AACzC,gBAAc,SAAS,UAAU;AAAA,IAC/B,MAAM;AAAA,IACN,aAAa,CAAC,KAAK,SAAS;AAG1B,YAAM,MAAM,IAAI,IAAI,IAAI,GAAG;AAC3B,UAAI,CAAC,IAAI,aAAa,IAAI,aAAa,GAAG;AACxC,YAAI,MAAM,GAAG,IAAI,GAAG,GAClB,MAAM,KAAK,IAAI,aAAa,KAAK,CAAC,EAAE,SAAS,IAAI,MAAM,GACzD,eAAe,UAAU;AAAA,MAC3B;AAEA,aAAO,KAAK,GAAG;AAAA,IACjB;AAAA,EACF,CAAC;AACD,SAAO;AACT;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,27 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var imageVersions_exports = {};
|
|
19
|
+
__export(imageVersions_exports, {
|
|
20
|
+
_imageVersionsListByImageDeserialize: () => _imageVersionsListByImageDeserialize,
|
|
21
|
+
_imageVersionsListByImageSend: () => _imageVersionsListByImageSend,
|
|
22
|
+
imageVersionsListByImage: () => imageVersionsListByImage
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(imageVersions_exports);
|
|
25
|
+
var import_models = require("../../models/models.js");
|
|
26
|
+
var import_pagingHelpers = require("../../static-helpers/pagingHelpers.js");
|
|
27
|
+
var import_core_client = require("@azure-rest/core-client");
|
|
11
28
|
function _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options = { requestOptions: {} }) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
29
|
+
return context.path(
|
|
30
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions",
|
|
31
|
+
subscriptionId,
|
|
32
|
+
resourceGroupName,
|
|
33
|
+
imageName
|
|
34
|
+
).get({ ...(0, import_core_client.operationOptionsToRequestParameters)(options) });
|
|
15
35
|
}
|
|
16
36
|
async function _imageVersionsListByImageDeserialize(result) {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
37
|
+
const expectedStatuses = ["200"];
|
|
38
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
39
|
+
throw (0, import_core_client.createRestError)(result);
|
|
40
|
+
}
|
|
41
|
+
return (0, import_models._imageVersionListResultDeserializer)(result.body);
|
|
22
42
|
}
|
|
23
|
-
/** List ImageVersion resources by Image */
|
|
24
43
|
function imageVersionsListByImage(context, subscriptionId, resourceGroupName, imageName, options = { requestOptions: {} }) {
|
|
25
|
-
|
|
44
|
+
return (0, import_pagingHelpers.buildPagedAsyncIterator)(
|
|
45
|
+
context,
|
|
46
|
+
() => _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options),
|
|
47
|
+
_imageVersionsListByImageDeserialize,
|
|
48
|
+
["200"],
|
|
49
|
+
{ itemName: "value", nextLinkName: "nextLink" }
|
|
50
|
+
);
|
|
26
51
|
}
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/imageVersions/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n DevOpsInfrastructureContext as Client,\n ImageVersionsListByImageOptionalParams,\n} from \"../index.js\";\nimport {\n _ImageVersionListResult,\n _imageVersionListResultDeserializer,\n ImageVersion,\n} from \"../../models/models.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\n\nexport function _imageVersionsListByImageSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions\",\n subscriptionId,\n resourceGroupName,\n imageName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _imageVersionsListByImageDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ImageVersionListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return _imageVersionListResultDeserializer(result.body);\n}\n\n/** List ImageVersion resources by Image */\nexport function imageVersionsListByImage(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n options: ImageVersionsListByImageOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ImageVersion> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _imageVersionsListByImageSend(context, subscriptionId, resourceGroupName, imageName, options),\n _imageVersionsListByImageDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,oBAIO;AACP,2BAGO;AACP,yBAKO;AAEA,SAAS,8BACd,SACA,gBACA,mBACA,WACA,UAAkD,EAAE,gBAAgB,CAAC,EAAE,GACrD;AAClB,SAAO,QACJ;AAAA,IACC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,EACC,IAAI,EAAE,OAAG,wDAAoC,OAAO,EAAE,CAAC;AAC5D;AAEA,eAAsB,qCACpB,QACkC;AAClC,QAAM,mBAAmB,CAAC,KAAK;AAC/B,MAAI,CAAC,iBAAiB,SAAS,OAAO,MAAM,GAAG;AAC7C,cAAM,oCAAgB,MAAM;AAAA,EAC9B;AAEA,aAAO,mDAAoC,OAAO,IAAI;AACxD;AAGO,SAAS,yBACd,SACA,gBACA,mBACA,WACA,UAAkD,EAAE,gBAAgB,CAAC,EAAE,GAC7B;AAC1C,aAAO;AAAA,IACL;AAAA,IACA,MACE,8BAA8B,SAAS,gBAAgB,mBAAmB,WAAW,OAAO;AAAA,IAC9F;AAAA,IACA,CAAC,KAAK;AAAA,IACN,EAAE,UAAU,SAAS,cAAc,WAAW;AAAA,EAChD;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createDevOpsInfrastructure, DevOpsInfrastructureContext, DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
|
|
2
|
-
export { OperationsListOptionalParams, PoolsGetOptionalParams, PoolsCreateOrUpdateOptionalParams, PoolsUpdateOptionalParams, PoolsDeleteOptionalParams, PoolsListByResourceGroupOptionalParams, PoolsListBySubscriptionOptionalParams, ResourceDetailsListByPoolOptionalParams, SkuListByLocationOptionalParams, SubscriptionUsagesUsagesOptionalParams, ImageVersionsListByImageOptionalParams, } from "./options.js";
|
|
1
|
+
export { createDevOpsInfrastructure, type DevOpsInfrastructureContext, type DevOpsInfrastructureClientOptionalParams, } from "./devOpsInfrastructureContext.js";
|
|
2
|
+
export { type OperationsListOptionalParams, type PoolsGetOptionalParams, type PoolsCreateOrUpdateOptionalParams, type PoolsUpdateOptionalParams, type PoolsDeleteOptionalParams, type PoolsListByResourceGroupOptionalParams, type PoolsListBySubscriptionOptionalParams, type ResourceDetailsListByPoolOptionalParams, type SkuListByLocationOptionalParams, type SubscriptionUsagesUsagesOptionalParams, type ImageVersionsListByImageOptionalParams, } from "./options.js";
|
|
3
3
|
export { imageVersionsListByImage } from "./imageVersions/index.js";
|
|
4
4
|
export { operationsList } from "./operations/index.js";
|
|
5
5
|
export { poolsGet, poolsCreateOrUpdate, poolsUpdate, poolsDelete, poolsListByResourceGroup, poolsListBySubscription, } from "./pools/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,KAAK,2BAA2B,EAChC,KAAK,wCAAwC,GAC9C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,sCAAsC,GAC5C,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,QAAQ,EACR,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -1,25 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var api_exports = {};
|
|
19
|
+
__export(api_exports, {
|
|
20
|
+
createDevOpsInfrastructure: () => import_devOpsInfrastructureContext.createDevOpsInfrastructure,
|
|
21
|
+
imageVersionsListByImage: () => import_imageVersions.imageVersionsListByImage,
|
|
22
|
+
operationsList: () => import_operations.operationsList,
|
|
23
|
+
poolsCreateOrUpdate: () => import_pools.poolsCreateOrUpdate,
|
|
24
|
+
poolsDelete: () => import_pools.poolsDelete,
|
|
25
|
+
poolsGet: () => import_pools.poolsGet,
|
|
26
|
+
poolsListByResourceGroup: () => import_pools.poolsListByResourceGroup,
|
|
27
|
+
poolsListBySubscription: () => import_pools.poolsListBySubscription,
|
|
28
|
+
poolsUpdate: () => import_pools.poolsUpdate,
|
|
29
|
+
resourceDetailsListByPool: () => import_resourceDetails.resourceDetailsListByPool,
|
|
30
|
+
skuListByLocation: () => import_sku.skuListByLocation,
|
|
31
|
+
subscriptionUsagesUsages: () => import_subscriptionUsages.subscriptionUsagesUsages
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(api_exports);
|
|
34
|
+
var import_devOpsInfrastructureContext = require("./devOpsInfrastructureContext.js");
|
|
35
|
+
var import_imageVersions = require("./imageVersions/index.js");
|
|
36
|
+
var import_operations = require("./operations/index.js");
|
|
37
|
+
var import_pools = require("./pools/index.js");
|
|
38
|
+
var import_resourceDetails = require("./resourceDetails/index.js");
|
|
39
|
+
var import_sku = require("./sku/index.js");
|
|
40
|
+
var import_subscriptionUsages = require("./subscriptionUsages/index.js");
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createDevOpsInfrastructure,\n type DevOpsInfrastructureContext,\n type DevOpsInfrastructureClientOptionalParams,\n} from \"./devOpsInfrastructureContext.js\";\nexport {\n type OperationsListOptionalParams,\n type PoolsGetOptionalParams,\n type PoolsCreateOrUpdateOptionalParams,\n type PoolsUpdateOptionalParams,\n type PoolsDeleteOptionalParams,\n type PoolsListByResourceGroupOptionalParams,\n type PoolsListBySubscriptionOptionalParams,\n type ResourceDetailsListByPoolOptionalParams,\n type SkuListByLocationOptionalParams,\n type SubscriptionUsagesUsagesOptionalParams,\n type ImageVersionsListByImageOptionalParams,\n} from \"./options.js\";\nexport { imageVersionsListByImage } from \"./imageVersions/index.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n poolsGet,\n poolsCreateOrUpdate,\n poolsUpdate,\n poolsDelete,\n poolsListByResourceGroup,\n poolsListBySubscription,\n} from \"./pools/index.js\";\nexport { resourceDetailsListByPool } from \"./resourceDetails/index.js\";\nexport { skuListByLocation } from \"./sku/index.js\";\nexport { subscriptionUsagesUsages } from \"./subscriptionUsages/index.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,yCAIO;AAcP,2BAAyC;AACzC,wBAA+B;AAC/B,mBAOO;AACP,6BAA0C;AAC1C,iBAAkC;AAClC,gCAAyC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|