@azure/arm-devopsinfrastructure 1.0.0-beta.1 → 1.0.0
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/CHANGELOG.md +4 -2
- package/README.md +19 -22
- package/dist/browser/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/browser/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/browser/api/devOpsInfrastructureContext.js +34 -0
- package/dist/browser/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/browser/api/imageVersions/index.d.ts +9 -0
- package/dist/browser/api/imageVersions/index.d.ts.map +1 -0
- package/dist/browser/api/imageVersions/index.js +22 -0
- package/dist/browser/api/imageVersions/index.js.map +1 -0
- package/dist/browser/api/index.d.ts +9 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +10 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +22 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +41 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/pools/index.d.ts +30 -0
- package/dist/browser/api/pools/index.d.ts.map +1 -0
- package/dist/browser/api/pools/index.js +119 -0
- package/dist/browser/api/pools/index.js.map +1 -0
- package/dist/browser/api/resourceDetails/index.d.ts +9 -0
- package/dist/browser/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/browser/api/resourceDetails/index.js +22 -0
- package/dist/browser/api/resourceDetails/index.js.map +1 -0
- package/dist/browser/api/sku/index.d.ts +9 -0
- package/dist/browser/api/sku/index.d.ts.map +1 -0
- package/dist/browser/api/sku/index.js +22 -0
- package/dist/browser/api/sku/index.js.map +1 -0
- package/dist/browser/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/browser/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/browser/api/subscriptionUsages/index.js +22 -0
- package/dist/browser/api/subscriptionUsages/index.js.map +1 -0
- package/dist/browser/classic/imageVersions/index.d.ts +14 -0
- package/dist/browser/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/browser/classic/imageVersions/index.js +12 -0
- package/dist/browser/classic/imageVersions/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/pools/index.d.ts +30 -0
- package/dist/browser/classic/pools/index.d.ts.map +1 -0
- package/dist/browser/classic/pools/index.js +17 -0
- package/dist/browser/classic/pools/index.js.map +1 -0
- package/dist/browser/classic/resourceDetails/index.d.ts +14 -0
- package/dist/browser/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/browser/classic/resourceDetails/index.js +12 -0
- package/dist/browser/classic/resourceDetails/index.js.map +1 -0
- package/dist/browser/classic/sku/index.d.ts +14 -0
- package/dist/browser/classic/sku/index.d.ts.map +1 -0
- package/dist/browser/classic/sku/index.js +12 -0
- package/dist/browser/classic/sku/index.js.map +1 -0
- package/dist/browser/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/browser/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/browser/classic/subscriptionUsages/index.js +12 -0
- package/dist/browser/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/browser/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/browser/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/browser/devOpsInfrastructureClient.js +27 -0
- package/dist/browser/devOpsInfrastructureClient.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +678 -836
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +1038 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +98 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.js +37 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/commonjs/api/imageVersions/index.d.ts +9 -0
- package/dist/commonjs/api/imageVersions/index.d.ts.map +1 -0
- package/dist/commonjs/api/imageVersions/index.js +27 -0
- package/dist/commonjs/api/imageVersions/index.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +9 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +25 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +41 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/api/pools/index.d.ts +30 -0
- package/dist/commonjs/api/pools/index.d.ts.map +1 -0
- package/dist/commonjs/api/pools/index.js +139 -0
- package/dist/commonjs/api/pools/index.js.map +1 -0
- package/dist/commonjs/api/resourceDetails/index.d.ts +9 -0
- package/dist/commonjs/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/commonjs/api/resourceDetails/index.js +27 -0
- package/dist/commonjs/api/resourceDetails/index.js.map +1 -0
- package/dist/commonjs/api/sku/index.d.ts +9 -0
- package/dist/commonjs/api/sku/index.d.ts.map +1 -0
- package/dist/commonjs/api/sku/index.js +27 -0
- package/dist/commonjs/api/sku/index.js.map +1 -0
- package/dist/commonjs/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/commonjs/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/commonjs/api/subscriptionUsages/index.js +27 -0
- package/dist/commonjs/api/subscriptionUsages/index.js.map +1 -0
- package/dist/commonjs/classic/imageVersions/index.d.ts +14 -0
- package/dist/commonjs/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/commonjs/classic/imageVersions/index.js +16 -0
- package/dist/commonjs/classic/imageVersions/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/pools/index.d.ts +30 -0
- package/dist/commonjs/classic/pools/index.d.ts.map +1 -0
- package/dist/commonjs/classic/pools/index.js +21 -0
- package/dist/commonjs/classic/pools/index.js.map +1 -0
- package/dist/commonjs/classic/resourceDetails/index.d.ts +14 -0
- package/dist/commonjs/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/commonjs/classic/resourceDetails/index.js +16 -0
- package/dist/commonjs/classic/resourceDetails/index.js.map +1 -0
- package/dist/commonjs/classic/sku/index.d.ts +14 -0
- package/dist/commonjs/classic/sku/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sku/index.js +16 -0
- package/dist/commonjs/classic/sku/index.js.map +1 -0
- package/dist/commonjs/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/commonjs/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/commonjs/classic/subscriptionUsages/index.js +16 -0
- package/dist/commonjs/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/commonjs/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/commonjs/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/commonjs/devOpsInfrastructureClient.js +31 -0
- package/dist/commonjs/devOpsInfrastructureClient.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +27 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +886 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +1149 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +101 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/esm/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/esm/api/devOpsInfrastructureContext.js +34 -0
- package/dist/esm/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/esm/api/imageVersions/index.d.ts +9 -0
- package/dist/esm/api/imageVersions/index.d.ts.map +1 -0
- package/dist/esm/api/imageVersions/index.js +22 -0
- package/dist/esm/api/imageVersions/index.js.map +1 -0
- package/dist/esm/api/index.d.ts +9 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +10 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +22 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +41 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/pools/index.d.ts +30 -0
- package/dist/esm/api/pools/index.d.ts.map +1 -0
- package/dist/esm/api/pools/index.js +119 -0
- package/dist/esm/api/pools/index.js.map +1 -0
- package/dist/esm/api/resourceDetails/index.d.ts +9 -0
- package/dist/esm/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/esm/api/resourceDetails/index.js +22 -0
- package/dist/esm/api/resourceDetails/index.js.map +1 -0
- package/dist/esm/api/sku/index.d.ts +9 -0
- package/dist/esm/api/sku/index.d.ts.map +1 -0
- package/dist/esm/api/sku/index.js +22 -0
- package/dist/esm/api/sku/index.js.map +1 -0
- package/dist/esm/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/esm/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/esm/api/subscriptionUsages/index.js +22 -0
- package/dist/esm/api/subscriptionUsages/index.js.map +1 -0
- package/dist/esm/classic/imageVersions/index.d.ts +14 -0
- package/dist/esm/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/esm/classic/imageVersions/index.js +12 -0
- package/dist/esm/classic/imageVersions/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/pools/index.d.ts +30 -0
- package/dist/esm/classic/pools/index.d.ts.map +1 -0
- package/dist/esm/classic/pools/index.js +17 -0
- package/dist/esm/classic/pools/index.js.map +1 -0
- package/dist/esm/classic/resourceDetails/index.d.ts +14 -0
- package/dist/esm/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/esm/classic/resourceDetails/index.js +12 -0
- package/dist/esm/classic/resourceDetails/index.js.map +1 -0
- package/dist/esm/classic/sku/index.d.ts +14 -0
- package/dist/esm/classic/sku/index.d.ts.map +1 -0
- package/dist/esm/classic/sku/index.js +12 -0
- package/dist/esm/classic/sku/index.js.map +1 -0
- package/dist/esm/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/esm/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/esm/classic/subscriptionUsages/index.js +12 -0
- package/dist/esm/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/esm/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/esm/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/esm/devOpsInfrastructureClient.js +27 -0
- package/dist/esm/devOpsInfrastructureClient.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +886 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +1038 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +98 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/react-native/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/react-native/api/devOpsInfrastructureContext.js +34 -0
- package/dist/react-native/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/react-native/api/imageVersions/index.d.ts +9 -0
- package/dist/react-native/api/imageVersions/index.d.ts.map +1 -0
- package/dist/react-native/api/imageVersions/index.js +22 -0
- package/dist/react-native/api/imageVersions/index.js.map +1 -0
- package/dist/react-native/api/index.d.ts +9 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +10 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +22 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +41 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/pools/index.d.ts +30 -0
- package/dist/react-native/api/pools/index.d.ts.map +1 -0
- package/dist/react-native/api/pools/index.js +119 -0
- package/dist/react-native/api/pools/index.js.map +1 -0
- package/dist/react-native/api/resourceDetails/index.d.ts +9 -0
- package/dist/react-native/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/react-native/api/resourceDetails/index.js +22 -0
- package/dist/react-native/api/resourceDetails/index.js.map +1 -0
- package/dist/react-native/api/sku/index.d.ts +9 -0
- package/dist/react-native/api/sku/index.d.ts.map +1 -0
- package/dist/react-native/api/sku/index.js +22 -0
- package/dist/react-native/api/sku/index.js.map +1 -0
- package/dist/react-native/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/react-native/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/react-native/api/subscriptionUsages/index.js +22 -0
- package/dist/react-native/api/subscriptionUsages/index.js.map +1 -0
- package/dist/react-native/classic/imageVersions/index.d.ts +14 -0
- package/dist/react-native/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/react-native/classic/imageVersions/index.js +12 -0
- package/dist/react-native/classic/imageVersions/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +7 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/pools/index.d.ts +30 -0
- package/dist/react-native/classic/pools/index.d.ts.map +1 -0
- package/dist/react-native/classic/pools/index.js +17 -0
- package/dist/react-native/classic/pools/index.js.map +1 -0
- package/dist/react-native/classic/resourceDetails/index.d.ts +14 -0
- package/dist/react-native/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/react-native/classic/resourceDetails/index.js +12 -0
- package/dist/react-native/classic/resourceDetails/index.js.map +1 -0
- package/dist/react-native/classic/sku/index.d.ts +14 -0
- package/dist/react-native/classic/sku/index.d.ts.map +1 -0
- package/dist/react-native/classic/sku/index.js +12 -0
- package/dist/react-native/classic/sku/index.js.map +1 -0
- package/dist/react-native/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/react-native/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/react-native/classic/subscriptionUsages/index.js +12 -0
- package/dist/react-native/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/react-native/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/react-native/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/react-native/devOpsInfrastructureClient.js +27 -0
- package/dist/react-native/devOpsInfrastructureClient.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +886 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +1038 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +98 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +128 -85
- package/review/arm-devopsinfrastructure-models.api.md +504 -0
- package/review/arm-devopsinfrastructure.api.md +110 -299
- package/dist/index.js +0 -3582
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts +0 -2
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js +0 -55
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/poolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.js +0 -39
- package/dist-esm/samples-dev/poolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/poolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js +0 -55
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/skuListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/skuListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skuListByLocationSample.js +0 -54
- package/dist-esm/samples-dev/skuListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js +0 -54
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/managedDevOpsInfrastructure.d.ts +0 -25
- package/dist-esm/src/managedDevOpsInfrastructure.d.ts.map +0 -1
- package/dist-esm/src/managedDevOpsInfrastructure.js +0 -105
- package/dist-esm/src/managedDevOpsInfrastructure.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -182
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -86
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1766
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -14
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -135
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/imageVersions.d.ts +0 -38
- package/dist-esm/src/operations/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/imageVersions.js +0 -150
- package/dist-esm/src/operations/imageVersions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/pools.d.ts +0 -107
- package/dist-esm/src/operations/pools.d.ts.map +0 -1
- package/dist-esm/src/operations/pools.js +0 -554
- package/dist-esm/src/operations/pools.js.map +0 -1
- package/dist-esm/src/operations/resourceDetails.d.ts +0 -38
- package/dist-esm/src/operations/resourceDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceDetails.js +0 -150
- package/dist-esm/src/operations/resourceDetails.js.map +0 -1
- package/dist-esm/src/operations/sku.d.ts +0 -35
- package/dist-esm/src/operations/sku.d.ts.map +0 -1
- package/dist-esm/src/operations/sku.js +0 -145
- package/dist-esm/src/operations/sku.js.map +0 -1
- package/dist-esm/src/operations/subscriptionUsages.d.ts +0 -35
- package/dist-esm/src/operations/subscriptionUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptionUsages.js +0 -145
- package/dist-esm/src/operations/subscriptionUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.js +0 -9
- package/dist-esm/src/operationsInterfaces/imageVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.js +0 -9
- package/dist-esm/src/operationsInterfaces/pools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceDetails.js +0 -9
- package/dist-esm/src/operationsInterfaces/resourceDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sku.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/sku.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sku.js +0 -9
- package/dist-esm/src/operationsInterfaces/sku.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.js +0 -9
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.js +0 -74
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/managedDevOpsInfrastructure.ts +0 -165
- package/src/models/index.ts +0 -1197
- package/src/models/mappers.ts +0 -1899
- package/src/models/parameters.ts +0 -155
- package/src/operations/imageVersions.ts +0 -197
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/pools.ts +0 -718
- package/src/operations/resourceDetails.ts +0 -193
- package/src/operations/sku.ts +0 -176
- package/src/operations/subscriptionUsages.ts +0 -176
- package/src/operationsInterfaces/imageVersions.ts +0 -29
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/pools.ts +0 -139
- package/src/operationsInterfaces/resourceDetails.ts +0 -29
- package/src/operationsInterfaces/sku.ts +0 -24
- package/src/operationsInterfaces/subscriptionUsages.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-devopsinfrastructure.d.ts +0 -1336
package/dist/index.js
DELETED
|
@@ -1,3582 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib = require('tslib');
|
|
6
|
-
var coreClient = require('@azure/core-client');
|
|
7
|
-
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
|
-
var coreLro = require('@azure/core-lro');
|
|
9
|
-
|
|
10
|
-
function _interopNamespaceDefault(e) {
|
|
11
|
-
var n = Object.create(null);
|
|
12
|
-
if (e) {
|
|
13
|
-
Object.keys(e).forEach(function (k) {
|
|
14
|
-
if (k !== 'default') {
|
|
15
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () { return e[k]; }
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
n.default = e;
|
|
24
|
-
return Object.freeze(n);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
28
|
-
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
29
|
-
|
|
30
|
-
/*
|
|
31
|
-
* Copyright (c) Microsoft Corporation.
|
|
32
|
-
* Licensed under the MIT License.
|
|
33
|
-
*
|
|
34
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
35
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
36
|
-
*/
|
|
37
|
-
const pageMap = new WeakMap();
|
|
38
|
-
/**
|
|
39
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
40
|
-
* returns a continuation token that can be used to begin paging from
|
|
41
|
-
* that point later.
|
|
42
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
43
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
44
|
-
*/
|
|
45
|
-
function getContinuationToken(page) {
|
|
46
|
-
var _a;
|
|
47
|
-
if (typeof page !== "object" || page === null) {
|
|
48
|
-
return undefined;
|
|
49
|
-
}
|
|
50
|
-
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
|
51
|
-
}
|
|
52
|
-
function setContinuationToken(page, continuationToken) {
|
|
53
|
-
var _a;
|
|
54
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
|
58
|
-
pageInfo.continuationToken = continuationToken;
|
|
59
|
-
pageMap.set(page, pageInfo);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/*
|
|
63
|
-
* Copyright (c) Microsoft Corporation.
|
|
64
|
-
* Licensed under the MIT License.
|
|
65
|
-
*
|
|
66
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
67
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
68
|
-
*/
|
|
69
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
70
|
-
exports.KnownOrigin = void 0;
|
|
71
|
-
(function (KnownOrigin) {
|
|
72
|
-
/** User */
|
|
73
|
-
KnownOrigin["User"] = "user";
|
|
74
|
-
/** System */
|
|
75
|
-
KnownOrigin["System"] = "system";
|
|
76
|
-
/** UserSystem */
|
|
77
|
-
KnownOrigin["UserSystem"] = "user,system";
|
|
78
|
-
})(exports.KnownOrigin || (exports.KnownOrigin = {}));
|
|
79
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
80
|
-
exports.KnownActionType = void 0;
|
|
81
|
-
(function (KnownActionType) {
|
|
82
|
-
/** Internal */
|
|
83
|
-
KnownActionType["Internal"] = "Internal";
|
|
84
|
-
})(exports.KnownActionType || (exports.KnownActionType = {}));
|
|
85
|
-
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
86
|
-
exports.KnownResourceSkuRestrictionsType = void 0;
|
|
87
|
-
(function (KnownResourceSkuRestrictionsType) {
|
|
88
|
-
/** Location */
|
|
89
|
-
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
90
|
-
/** Zone */
|
|
91
|
-
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
92
|
-
})(exports.KnownResourceSkuRestrictionsType || (exports.KnownResourceSkuRestrictionsType = {}));
|
|
93
|
-
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
94
|
-
exports.KnownResourceSkuRestrictionsReasonCode = void 0;
|
|
95
|
-
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
96
|
-
/** QuotaId */
|
|
97
|
-
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
98
|
-
/** NotAvailableForSubscription */
|
|
99
|
-
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
100
|
-
})(exports.KnownResourceSkuRestrictionsReasonCode || (exports.KnownResourceSkuRestrictionsReasonCode = {}));
|
|
101
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
102
|
-
exports.KnownCreatedByType = void 0;
|
|
103
|
-
(function (KnownCreatedByType) {
|
|
104
|
-
/** User */
|
|
105
|
-
KnownCreatedByType["User"] = "User";
|
|
106
|
-
/** Application */
|
|
107
|
-
KnownCreatedByType["Application"] = "Application";
|
|
108
|
-
/** ManagedIdentity */
|
|
109
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
110
|
-
/** Key */
|
|
111
|
-
KnownCreatedByType["Key"] = "Key";
|
|
112
|
-
})(exports.KnownCreatedByType || (exports.KnownCreatedByType = {}));
|
|
113
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
114
|
-
exports.KnownProvisioningState = void 0;
|
|
115
|
-
(function (KnownProvisioningState) {
|
|
116
|
-
/** Represents a succeeded operation. */
|
|
117
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
118
|
-
/** Represents a failed operation. */
|
|
119
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
120
|
-
/** Represents a canceled operation. */
|
|
121
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
122
|
-
/** Represents a pending operation. */
|
|
123
|
-
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
124
|
-
/** Represents a pending operation. */
|
|
125
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
126
|
-
/** Represents an operation under deletion. */
|
|
127
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
128
|
-
/** Represents an accepted operation. */
|
|
129
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
130
|
-
})(exports.KnownProvisioningState || (exports.KnownProvisioningState = {}));
|
|
131
|
-
/** Known values of {@link ResourcePredictionsProfileType} that the service accepts. */
|
|
132
|
-
exports.KnownResourcePredictionsProfileType = void 0;
|
|
133
|
-
(function (KnownResourcePredictionsProfileType) {
|
|
134
|
-
/** Customer provides the stand-by agent scheme. */
|
|
135
|
-
KnownResourcePredictionsProfileType["Manual"] = "Manual";
|
|
136
|
-
/** The stand-by agent scheme is determined based on historical demand. */
|
|
137
|
-
KnownResourcePredictionsProfileType["Automatic"] = "Automatic";
|
|
138
|
-
})(exports.KnownResourcePredictionsProfileType || (exports.KnownResourcePredictionsProfileType = {}));
|
|
139
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
140
|
-
exports.KnownManagedServiceIdentityType = void 0;
|
|
141
|
-
(function (KnownManagedServiceIdentityType) {
|
|
142
|
-
/** None */
|
|
143
|
-
KnownManagedServiceIdentityType["None"] = "None";
|
|
144
|
-
/** SystemAssigned */
|
|
145
|
-
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
146
|
-
/** UserAssigned */
|
|
147
|
-
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
148
|
-
/** SystemAssignedUserAssigned */
|
|
149
|
-
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
150
|
-
})(exports.KnownManagedServiceIdentityType || (exports.KnownManagedServiceIdentityType = {}));
|
|
151
|
-
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
152
|
-
exports.KnownResourceStatus = void 0;
|
|
153
|
-
(function (KnownResourceStatus) {
|
|
154
|
-
/** Represents a machine resource that is ready. */
|
|
155
|
-
KnownResourceStatus["Ready"] = "Ready";
|
|
156
|
-
/** Represents a machine resource that is not ready. */
|
|
157
|
-
KnownResourceStatus["NotReady"] = "NotReady";
|
|
158
|
-
/** Represents a machine resource that is allocated. */
|
|
159
|
-
KnownResourceStatus["Allocated"] = "Allocated";
|
|
160
|
-
/** Represents a machine resource that is pending return. */
|
|
161
|
-
KnownResourceStatus["PendingReturn"] = "PendingReturn";
|
|
162
|
-
/** Represents a machine resource that is returned. */
|
|
163
|
-
KnownResourceStatus["Returned"] = "Returned";
|
|
164
|
-
/** Represents a machine resource that is leased. */
|
|
165
|
-
KnownResourceStatus["Leased"] = "Leased";
|
|
166
|
-
/** Represents a machine resource that is provisioning. */
|
|
167
|
-
KnownResourceStatus["Provisioning"] = "Provisioning";
|
|
168
|
-
/** Represents a machine resource that is updating. */
|
|
169
|
-
KnownResourceStatus["Updating"] = "Updating";
|
|
170
|
-
/** Represents a machine resource that is starting. */
|
|
171
|
-
KnownResourceStatus["Starting"] = "Starting";
|
|
172
|
-
/** Represents a machine resource that is pending reimage. */
|
|
173
|
-
KnownResourceStatus["PendingReimage"] = "PendingReimage";
|
|
174
|
-
/** Represents a machine resource that is reimaging. */
|
|
175
|
-
KnownResourceStatus["Reimaging"] = "Reimaging";
|
|
176
|
-
})(exports.KnownResourceStatus || (exports.KnownResourceStatus = {}));
|
|
177
|
-
/** Known values of {@link PredictionPreference} that the service accepts. */
|
|
178
|
-
exports.KnownPredictionPreference = void 0;
|
|
179
|
-
(function (KnownPredictionPreference) {
|
|
180
|
-
/** Balance between cost and performance. */
|
|
181
|
-
KnownPredictionPreference["Balanced"] = "Balanced";
|
|
182
|
-
/** Optimizes for cost over performance. */
|
|
183
|
-
KnownPredictionPreference["MostCostEffective"] = "MostCostEffective";
|
|
184
|
-
/** Halfway through cost and balanced. */
|
|
185
|
-
KnownPredictionPreference["MoreCostEffective"] = "MoreCostEffective";
|
|
186
|
-
/** Halfway through balanced and performance. */
|
|
187
|
-
KnownPredictionPreference["MorePerformance"] = "MorePerformance";
|
|
188
|
-
/** Optimizes for performance over cost. */
|
|
189
|
-
KnownPredictionPreference["BestPerformance"] = "BestPerformance";
|
|
190
|
-
})(exports.KnownPredictionPreference || (exports.KnownPredictionPreference = {}));
|
|
191
|
-
/** Known values of {@link AzureDevOpsPermissionType} that the service accepts. */
|
|
192
|
-
exports.KnownAzureDevOpsPermissionType = void 0;
|
|
193
|
-
(function (KnownAzureDevOpsPermissionType) {
|
|
194
|
-
/** Pool will inherit permissions from the project or organization. */
|
|
195
|
-
KnownAzureDevOpsPermissionType["Inherit"] = "Inherit";
|
|
196
|
-
/** Only the pool creator will be an admin of the pool. */
|
|
197
|
-
KnownAzureDevOpsPermissionType["CreatorOnly"] = "CreatorOnly";
|
|
198
|
-
/** Only the specified accounts will be admins of the pool. */
|
|
199
|
-
KnownAzureDevOpsPermissionType["SpecificAccounts"] = "SpecificAccounts";
|
|
200
|
-
})(exports.KnownAzureDevOpsPermissionType || (exports.KnownAzureDevOpsPermissionType = {}));
|
|
201
|
-
/** Known values of {@link CachingType} that the service accepts. */
|
|
202
|
-
exports.KnownCachingType = void 0;
|
|
203
|
-
(function (KnownCachingType) {
|
|
204
|
-
/** Don't use host caching. */
|
|
205
|
-
KnownCachingType["None"] = "None";
|
|
206
|
-
/** For workloads that only do read operations. */
|
|
207
|
-
KnownCachingType["ReadOnly"] = "ReadOnly";
|
|
208
|
-
/** For workloads that do a balance of read and write operations. */
|
|
209
|
-
KnownCachingType["ReadWrite"] = "ReadWrite";
|
|
210
|
-
})(exports.KnownCachingType || (exports.KnownCachingType = {}));
|
|
211
|
-
/** Known values of {@link StorageAccountType} that the service accepts. */
|
|
212
|
-
exports.KnownStorageAccountType = void 0;
|
|
213
|
-
(function (KnownStorageAccountType) {
|
|
214
|
-
/** The data disk should use standard locally redundant storage. */
|
|
215
|
-
KnownStorageAccountType["StandardLRS"] = "Standard_LRS";
|
|
216
|
-
/** The data disk should use premium locally redundant storage. */
|
|
217
|
-
KnownStorageAccountType["PremiumLRS"] = "Premium_LRS";
|
|
218
|
-
/** The data disk should use standard SSD locally redundant storage. */
|
|
219
|
-
KnownStorageAccountType["StandardSsdlrs"] = "StandardSSD_LRS";
|
|
220
|
-
/** The data disk should use premium SSD zonal redundant storage. */
|
|
221
|
-
KnownStorageAccountType["PremiumZRS"] = "Premium_ZRS";
|
|
222
|
-
/** The data disk should use standard SSD zonal redundant storage. */
|
|
223
|
-
KnownStorageAccountType["StandardSsdzrs"] = "StandardSSD_ZRS";
|
|
224
|
-
})(exports.KnownStorageAccountType || (exports.KnownStorageAccountType = {}));
|
|
225
|
-
/** Known values of {@link LogonType} that the service accepts. */
|
|
226
|
-
exports.KnownLogonType = void 0;
|
|
227
|
-
(function (KnownLogonType) {
|
|
228
|
-
/** Run as a service. */
|
|
229
|
-
KnownLogonType["Service"] = "Service";
|
|
230
|
-
/** Run in interactive mode. */
|
|
231
|
-
KnownLogonType["Interactive"] = "Interactive";
|
|
232
|
-
})(exports.KnownLogonType || (exports.KnownLogonType = {}));
|
|
233
|
-
/** Known values of {@link OsDiskStorageAccountType} that the service accepts. */
|
|
234
|
-
exports.KnownOsDiskStorageAccountType = void 0;
|
|
235
|
-
(function (KnownOsDiskStorageAccountType) {
|
|
236
|
-
/** Standard OS disk type. */
|
|
237
|
-
KnownOsDiskStorageAccountType["Standard"] = "Standard";
|
|
238
|
-
/** Premium OS disk type. */
|
|
239
|
-
KnownOsDiskStorageAccountType["Premium"] = "Premium";
|
|
240
|
-
/** Standard SSD OS disk type. */
|
|
241
|
-
KnownOsDiskStorageAccountType["StandardSSD"] = "StandardSSD";
|
|
242
|
-
})(exports.KnownOsDiskStorageAccountType || (exports.KnownOsDiskStorageAccountType = {}));
|
|
243
|
-
|
|
244
|
-
/*
|
|
245
|
-
* Copyright (c) Microsoft Corporation.
|
|
246
|
-
* Licensed under the MIT License.
|
|
247
|
-
*
|
|
248
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
249
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
250
|
-
*/
|
|
251
|
-
const OperationListResult = {
|
|
252
|
-
type: {
|
|
253
|
-
name: "Composite",
|
|
254
|
-
className: "OperationListResult",
|
|
255
|
-
modelProperties: {
|
|
256
|
-
value: {
|
|
257
|
-
serializedName: "value",
|
|
258
|
-
readOnly: true,
|
|
259
|
-
type: {
|
|
260
|
-
name: "Sequence",
|
|
261
|
-
element: {
|
|
262
|
-
type: {
|
|
263
|
-
name: "Composite",
|
|
264
|
-
className: "Operation",
|
|
265
|
-
},
|
|
266
|
-
},
|
|
267
|
-
},
|
|
268
|
-
},
|
|
269
|
-
nextLink: {
|
|
270
|
-
serializedName: "nextLink",
|
|
271
|
-
readOnly: true,
|
|
272
|
-
type: {
|
|
273
|
-
name: "String",
|
|
274
|
-
},
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
};
|
|
279
|
-
const Operation = {
|
|
280
|
-
type: {
|
|
281
|
-
name: "Composite",
|
|
282
|
-
className: "Operation",
|
|
283
|
-
modelProperties: {
|
|
284
|
-
name: {
|
|
285
|
-
serializedName: "name",
|
|
286
|
-
readOnly: true,
|
|
287
|
-
type: {
|
|
288
|
-
name: "String",
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
isDataAction: {
|
|
292
|
-
serializedName: "isDataAction",
|
|
293
|
-
readOnly: true,
|
|
294
|
-
type: {
|
|
295
|
-
name: "Boolean",
|
|
296
|
-
},
|
|
297
|
-
},
|
|
298
|
-
display: {
|
|
299
|
-
serializedName: "display",
|
|
300
|
-
type: {
|
|
301
|
-
name: "Composite",
|
|
302
|
-
className: "OperationDisplay",
|
|
303
|
-
},
|
|
304
|
-
},
|
|
305
|
-
origin: {
|
|
306
|
-
serializedName: "origin",
|
|
307
|
-
readOnly: true,
|
|
308
|
-
type: {
|
|
309
|
-
name: "String",
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
actionType: {
|
|
313
|
-
serializedName: "actionType",
|
|
314
|
-
readOnly: true,
|
|
315
|
-
type: {
|
|
316
|
-
name: "String",
|
|
317
|
-
},
|
|
318
|
-
},
|
|
319
|
-
},
|
|
320
|
-
},
|
|
321
|
-
};
|
|
322
|
-
const OperationDisplay = {
|
|
323
|
-
type: {
|
|
324
|
-
name: "Composite",
|
|
325
|
-
className: "OperationDisplay",
|
|
326
|
-
modelProperties: {
|
|
327
|
-
provider: {
|
|
328
|
-
serializedName: "provider",
|
|
329
|
-
readOnly: true,
|
|
330
|
-
type: {
|
|
331
|
-
name: "String",
|
|
332
|
-
},
|
|
333
|
-
},
|
|
334
|
-
resource: {
|
|
335
|
-
serializedName: "resource",
|
|
336
|
-
readOnly: true,
|
|
337
|
-
type: {
|
|
338
|
-
name: "String",
|
|
339
|
-
},
|
|
340
|
-
},
|
|
341
|
-
operation: {
|
|
342
|
-
serializedName: "operation",
|
|
343
|
-
readOnly: true,
|
|
344
|
-
type: {
|
|
345
|
-
name: "String",
|
|
346
|
-
},
|
|
347
|
-
},
|
|
348
|
-
description: {
|
|
349
|
-
serializedName: "description",
|
|
350
|
-
readOnly: true,
|
|
351
|
-
type: {
|
|
352
|
-
name: "String",
|
|
353
|
-
},
|
|
354
|
-
},
|
|
355
|
-
},
|
|
356
|
-
},
|
|
357
|
-
};
|
|
358
|
-
const ErrorResponse = {
|
|
359
|
-
type: {
|
|
360
|
-
name: "Composite",
|
|
361
|
-
className: "ErrorResponse",
|
|
362
|
-
modelProperties: {
|
|
363
|
-
error: {
|
|
364
|
-
serializedName: "error",
|
|
365
|
-
type: {
|
|
366
|
-
name: "Composite",
|
|
367
|
-
className: "ErrorDetail",
|
|
368
|
-
},
|
|
369
|
-
},
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
};
|
|
373
|
-
const ErrorDetail = {
|
|
374
|
-
type: {
|
|
375
|
-
name: "Composite",
|
|
376
|
-
className: "ErrorDetail",
|
|
377
|
-
modelProperties: {
|
|
378
|
-
code: {
|
|
379
|
-
serializedName: "code",
|
|
380
|
-
readOnly: true,
|
|
381
|
-
type: {
|
|
382
|
-
name: "String",
|
|
383
|
-
},
|
|
384
|
-
},
|
|
385
|
-
message: {
|
|
386
|
-
serializedName: "message",
|
|
387
|
-
readOnly: true,
|
|
388
|
-
type: {
|
|
389
|
-
name: "String",
|
|
390
|
-
},
|
|
391
|
-
},
|
|
392
|
-
target: {
|
|
393
|
-
serializedName: "target",
|
|
394
|
-
readOnly: true,
|
|
395
|
-
type: {
|
|
396
|
-
name: "String",
|
|
397
|
-
},
|
|
398
|
-
},
|
|
399
|
-
details: {
|
|
400
|
-
serializedName: "details",
|
|
401
|
-
readOnly: true,
|
|
402
|
-
type: {
|
|
403
|
-
name: "Sequence",
|
|
404
|
-
element: {
|
|
405
|
-
type: {
|
|
406
|
-
name: "Composite",
|
|
407
|
-
className: "ErrorDetail",
|
|
408
|
-
},
|
|
409
|
-
},
|
|
410
|
-
},
|
|
411
|
-
},
|
|
412
|
-
additionalInfo: {
|
|
413
|
-
serializedName: "additionalInfo",
|
|
414
|
-
readOnly: true,
|
|
415
|
-
type: {
|
|
416
|
-
name: "Sequence",
|
|
417
|
-
element: {
|
|
418
|
-
type: {
|
|
419
|
-
name: "Composite",
|
|
420
|
-
className: "ErrorAdditionalInfo",
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
},
|
|
424
|
-
},
|
|
425
|
-
},
|
|
426
|
-
},
|
|
427
|
-
};
|
|
428
|
-
const ErrorAdditionalInfo = {
|
|
429
|
-
type: {
|
|
430
|
-
name: "Composite",
|
|
431
|
-
className: "ErrorAdditionalInfo",
|
|
432
|
-
modelProperties: {
|
|
433
|
-
type: {
|
|
434
|
-
serializedName: "type",
|
|
435
|
-
readOnly: true,
|
|
436
|
-
type: {
|
|
437
|
-
name: "String",
|
|
438
|
-
},
|
|
439
|
-
},
|
|
440
|
-
info: {
|
|
441
|
-
serializedName: "info",
|
|
442
|
-
readOnly: true,
|
|
443
|
-
type: {
|
|
444
|
-
name: "Dictionary",
|
|
445
|
-
value: { type: { name: "any" } },
|
|
446
|
-
},
|
|
447
|
-
},
|
|
448
|
-
},
|
|
449
|
-
},
|
|
450
|
-
};
|
|
451
|
-
const ResourceSkuListResult = {
|
|
452
|
-
type: {
|
|
453
|
-
name: "Composite",
|
|
454
|
-
className: "ResourceSkuListResult",
|
|
455
|
-
modelProperties: {
|
|
456
|
-
value: {
|
|
457
|
-
serializedName: "value",
|
|
458
|
-
required: true,
|
|
459
|
-
type: {
|
|
460
|
-
name: "Sequence",
|
|
461
|
-
element: {
|
|
462
|
-
type: {
|
|
463
|
-
name: "Composite",
|
|
464
|
-
className: "ResourceSku",
|
|
465
|
-
},
|
|
466
|
-
},
|
|
467
|
-
},
|
|
468
|
-
},
|
|
469
|
-
nextLink: {
|
|
470
|
-
serializedName: "nextLink",
|
|
471
|
-
type: {
|
|
472
|
-
name: "String",
|
|
473
|
-
},
|
|
474
|
-
},
|
|
475
|
-
},
|
|
476
|
-
},
|
|
477
|
-
};
|
|
478
|
-
const ResourceSkuProperties = {
|
|
479
|
-
type: {
|
|
480
|
-
name: "Composite",
|
|
481
|
-
className: "ResourceSkuProperties",
|
|
482
|
-
modelProperties: {
|
|
483
|
-
resourceType: {
|
|
484
|
-
serializedName: "resourceType",
|
|
485
|
-
required: true,
|
|
486
|
-
type: {
|
|
487
|
-
name: "String",
|
|
488
|
-
},
|
|
489
|
-
},
|
|
490
|
-
tier: {
|
|
491
|
-
serializedName: "tier",
|
|
492
|
-
required: true,
|
|
493
|
-
type: {
|
|
494
|
-
name: "String",
|
|
495
|
-
},
|
|
496
|
-
},
|
|
497
|
-
size: {
|
|
498
|
-
serializedName: "size",
|
|
499
|
-
required: true,
|
|
500
|
-
type: {
|
|
501
|
-
name: "String",
|
|
502
|
-
},
|
|
503
|
-
},
|
|
504
|
-
family: {
|
|
505
|
-
serializedName: "family",
|
|
506
|
-
required: true,
|
|
507
|
-
type: {
|
|
508
|
-
name: "String",
|
|
509
|
-
},
|
|
510
|
-
},
|
|
511
|
-
locations: {
|
|
512
|
-
serializedName: "locations",
|
|
513
|
-
required: true,
|
|
514
|
-
type: {
|
|
515
|
-
name: "Sequence",
|
|
516
|
-
element: {
|
|
517
|
-
type: {
|
|
518
|
-
name: "String",
|
|
519
|
-
},
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
},
|
|
523
|
-
locationInfo: {
|
|
524
|
-
serializedName: "locationInfo",
|
|
525
|
-
required: true,
|
|
526
|
-
type: {
|
|
527
|
-
name: "Sequence",
|
|
528
|
-
element: {
|
|
529
|
-
type: {
|
|
530
|
-
name: "Composite",
|
|
531
|
-
className: "ResourceSkuLocationInfo",
|
|
532
|
-
},
|
|
533
|
-
},
|
|
534
|
-
},
|
|
535
|
-
},
|
|
536
|
-
capabilities: {
|
|
537
|
-
serializedName: "capabilities",
|
|
538
|
-
required: true,
|
|
539
|
-
type: {
|
|
540
|
-
name: "Sequence",
|
|
541
|
-
element: {
|
|
542
|
-
type: {
|
|
543
|
-
name: "Composite",
|
|
544
|
-
className: "ResourceSkuCapabilities",
|
|
545
|
-
},
|
|
546
|
-
},
|
|
547
|
-
},
|
|
548
|
-
},
|
|
549
|
-
restrictions: {
|
|
550
|
-
serializedName: "restrictions",
|
|
551
|
-
required: true,
|
|
552
|
-
type: {
|
|
553
|
-
name: "Sequence",
|
|
554
|
-
element: {
|
|
555
|
-
type: {
|
|
556
|
-
name: "Composite",
|
|
557
|
-
className: "ResourceSkuRestrictions",
|
|
558
|
-
},
|
|
559
|
-
},
|
|
560
|
-
},
|
|
561
|
-
},
|
|
562
|
-
},
|
|
563
|
-
},
|
|
564
|
-
};
|
|
565
|
-
const ResourceSkuLocationInfo = {
|
|
566
|
-
type: {
|
|
567
|
-
name: "Composite",
|
|
568
|
-
className: "ResourceSkuLocationInfo",
|
|
569
|
-
modelProperties: {
|
|
570
|
-
location: {
|
|
571
|
-
serializedName: "location",
|
|
572
|
-
required: true,
|
|
573
|
-
type: {
|
|
574
|
-
name: "String",
|
|
575
|
-
},
|
|
576
|
-
},
|
|
577
|
-
zones: {
|
|
578
|
-
serializedName: "zones",
|
|
579
|
-
required: true,
|
|
580
|
-
type: {
|
|
581
|
-
name: "Sequence",
|
|
582
|
-
element: {
|
|
583
|
-
type: {
|
|
584
|
-
name: "String",
|
|
585
|
-
},
|
|
586
|
-
},
|
|
587
|
-
},
|
|
588
|
-
},
|
|
589
|
-
zoneDetails: {
|
|
590
|
-
serializedName: "zoneDetails",
|
|
591
|
-
required: true,
|
|
592
|
-
type: {
|
|
593
|
-
name: "Sequence",
|
|
594
|
-
element: {
|
|
595
|
-
type: {
|
|
596
|
-
name: "Composite",
|
|
597
|
-
className: "ResourceSkuZoneDetails",
|
|
598
|
-
},
|
|
599
|
-
},
|
|
600
|
-
},
|
|
601
|
-
},
|
|
602
|
-
},
|
|
603
|
-
},
|
|
604
|
-
};
|
|
605
|
-
const ResourceSkuZoneDetails = {
|
|
606
|
-
type: {
|
|
607
|
-
name: "Composite",
|
|
608
|
-
className: "ResourceSkuZoneDetails",
|
|
609
|
-
modelProperties: {
|
|
610
|
-
name: {
|
|
611
|
-
serializedName: "name",
|
|
612
|
-
required: true,
|
|
613
|
-
type: {
|
|
614
|
-
name: "Sequence",
|
|
615
|
-
element: {
|
|
616
|
-
type: {
|
|
617
|
-
name: "String",
|
|
618
|
-
},
|
|
619
|
-
},
|
|
620
|
-
},
|
|
621
|
-
},
|
|
622
|
-
capabilities: {
|
|
623
|
-
serializedName: "capabilities",
|
|
624
|
-
required: true,
|
|
625
|
-
type: {
|
|
626
|
-
name: "Sequence",
|
|
627
|
-
element: {
|
|
628
|
-
type: {
|
|
629
|
-
name: "Composite",
|
|
630
|
-
className: "ResourceSkuCapabilities",
|
|
631
|
-
},
|
|
632
|
-
},
|
|
633
|
-
},
|
|
634
|
-
},
|
|
635
|
-
},
|
|
636
|
-
},
|
|
637
|
-
};
|
|
638
|
-
const ResourceSkuCapabilities = {
|
|
639
|
-
type: {
|
|
640
|
-
name: "Composite",
|
|
641
|
-
className: "ResourceSkuCapabilities",
|
|
642
|
-
modelProperties: {
|
|
643
|
-
name: {
|
|
644
|
-
serializedName: "name",
|
|
645
|
-
required: true,
|
|
646
|
-
type: {
|
|
647
|
-
name: "String",
|
|
648
|
-
},
|
|
649
|
-
},
|
|
650
|
-
value: {
|
|
651
|
-
serializedName: "value",
|
|
652
|
-
required: true,
|
|
653
|
-
type: {
|
|
654
|
-
name: "String",
|
|
655
|
-
},
|
|
656
|
-
},
|
|
657
|
-
},
|
|
658
|
-
},
|
|
659
|
-
};
|
|
660
|
-
const ResourceSkuRestrictions = {
|
|
661
|
-
type: {
|
|
662
|
-
name: "Composite",
|
|
663
|
-
className: "ResourceSkuRestrictions",
|
|
664
|
-
modelProperties: {
|
|
665
|
-
type: {
|
|
666
|
-
serializedName: "type",
|
|
667
|
-
type: {
|
|
668
|
-
name: "String",
|
|
669
|
-
},
|
|
670
|
-
},
|
|
671
|
-
values: {
|
|
672
|
-
serializedName: "values",
|
|
673
|
-
required: true,
|
|
674
|
-
type: {
|
|
675
|
-
name: "Sequence",
|
|
676
|
-
element: {
|
|
677
|
-
type: {
|
|
678
|
-
name: "String",
|
|
679
|
-
},
|
|
680
|
-
},
|
|
681
|
-
},
|
|
682
|
-
},
|
|
683
|
-
restrictionInfo: {
|
|
684
|
-
serializedName: "restrictionInfo",
|
|
685
|
-
type: {
|
|
686
|
-
name: "Composite",
|
|
687
|
-
className: "ResourceSkuRestrictionInfo",
|
|
688
|
-
},
|
|
689
|
-
},
|
|
690
|
-
reasonCode: {
|
|
691
|
-
serializedName: "reasonCode",
|
|
692
|
-
type: {
|
|
693
|
-
name: "String",
|
|
694
|
-
},
|
|
695
|
-
},
|
|
696
|
-
},
|
|
697
|
-
},
|
|
698
|
-
};
|
|
699
|
-
const ResourceSkuRestrictionInfo = {
|
|
700
|
-
type: {
|
|
701
|
-
name: "Composite",
|
|
702
|
-
className: "ResourceSkuRestrictionInfo",
|
|
703
|
-
modelProperties: {
|
|
704
|
-
locations: {
|
|
705
|
-
serializedName: "locations",
|
|
706
|
-
type: {
|
|
707
|
-
name: "Sequence",
|
|
708
|
-
element: {
|
|
709
|
-
type: {
|
|
710
|
-
name: "String",
|
|
711
|
-
},
|
|
712
|
-
},
|
|
713
|
-
},
|
|
714
|
-
},
|
|
715
|
-
zones: {
|
|
716
|
-
serializedName: "zones",
|
|
717
|
-
type: {
|
|
718
|
-
name: "Sequence",
|
|
719
|
-
element: {
|
|
720
|
-
type: {
|
|
721
|
-
name: "String",
|
|
722
|
-
},
|
|
723
|
-
},
|
|
724
|
-
},
|
|
725
|
-
},
|
|
726
|
-
},
|
|
727
|
-
},
|
|
728
|
-
};
|
|
729
|
-
const Resource = {
|
|
730
|
-
type: {
|
|
731
|
-
name: "Composite",
|
|
732
|
-
className: "Resource",
|
|
733
|
-
modelProperties: {
|
|
734
|
-
id: {
|
|
735
|
-
serializedName: "id",
|
|
736
|
-
readOnly: true,
|
|
737
|
-
type: {
|
|
738
|
-
name: "String",
|
|
739
|
-
},
|
|
740
|
-
},
|
|
741
|
-
name: {
|
|
742
|
-
serializedName: "name",
|
|
743
|
-
readOnly: true,
|
|
744
|
-
type: {
|
|
745
|
-
name: "String",
|
|
746
|
-
},
|
|
747
|
-
},
|
|
748
|
-
type: {
|
|
749
|
-
serializedName: "type",
|
|
750
|
-
readOnly: true,
|
|
751
|
-
type: {
|
|
752
|
-
name: "String",
|
|
753
|
-
},
|
|
754
|
-
},
|
|
755
|
-
systemData: {
|
|
756
|
-
serializedName: "systemData",
|
|
757
|
-
type: {
|
|
758
|
-
name: "Composite",
|
|
759
|
-
className: "SystemData",
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
},
|
|
764
|
-
};
|
|
765
|
-
const SystemData = {
|
|
766
|
-
type: {
|
|
767
|
-
name: "Composite",
|
|
768
|
-
className: "SystemData",
|
|
769
|
-
modelProperties: {
|
|
770
|
-
createdBy: {
|
|
771
|
-
serializedName: "createdBy",
|
|
772
|
-
type: {
|
|
773
|
-
name: "String",
|
|
774
|
-
},
|
|
775
|
-
},
|
|
776
|
-
createdByType: {
|
|
777
|
-
serializedName: "createdByType",
|
|
778
|
-
type: {
|
|
779
|
-
name: "String",
|
|
780
|
-
},
|
|
781
|
-
},
|
|
782
|
-
createdAt: {
|
|
783
|
-
serializedName: "createdAt",
|
|
784
|
-
type: {
|
|
785
|
-
name: "DateTime",
|
|
786
|
-
},
|
|
787
|
-
},
|
|
788
|
-
lastModifiedBy: {
|
|
789
|
-
serializedName: "lastModifiedBy",
|
|
790
|
-
type: {
|
|
791
|
-
name: "String",
|
|
792
|
-
},
|
|
793
|
-
},
|
|
794
|
-
lastModifiedByType: {
|
|
795
|
-
serializedName: "lastModifiedByType",
|
|
796
|
-
type: {
|
|
797
|
-
name: "String",
|
|
798
|
-
},
|
|
799
|
-
},
|
|
800
|
-
lastModifiedAt: {
|
|
801
|
-
serializedName: "lastModifiedAt",
|
|
802
|
-
type: {
|
|
803
|
-
name: "DateTime",
|
|
804
|
-
},
|
|
805
|
-
},
|
|
806
|
-
},
|
|
807
|
-
},
|
|
808
|
-
};
|
|
809
|
-
const QuotaListResult = {
|
|
810
|
-
type: {
|
|
811
|
-
name: "Composite",
|
|
812
|
-
className: "QuotaListResult",
|
|
813
|
-
modelProperties: {
|
|
814
|
-
value: {
|
|
815
|
-
serializedName: "value",
|
|
816
|
-
required: true,
|
|
817
|
-
type: {
|
|
818
|
-
name: "Sequence",
|
|
819
|
-
element: {
|
|
820
|
-
type: {
|
|
821
|
-
name: "Composite",
|
|
822
|
-
className: "Quota",
|
|
823
|
-
},
|
|
824
|
-
},
|
|
825
|
-
},
|
|
826
|
-
},
|
|
827
|
-
nextLink: {
|
|
828
|
-
serializedName: "nextLink",
|
|
829
|
-
type: {
|
|
830
|
-
name: "String",
|
|
831
|
-
},
|
|
832
|
-
},
|
|
833
|
-
},
|
|
834
|
-
},
|
|
835
|
-
};
|
|
836
|
-
const QuotaProperties = {
|
|
837
|
-
type: {
|
|
838
|
-
name: "Composite",
|
|
839
|
-
className: "QuotaProperties",
|
|
840
|
-
modelProperties: {
|
|
841
|
-
unit: {
|
|
842
|
-
serializedName: "unit",
|
|
843
|
-
required: true,
|
|
844
|
-
type: {
|
|
845
|
-
name: "String",
|
|
846
|
-
},
|
|
847
|
-
},
|
|
848
|
-
currentValue: {
|
|
849
|
-
serializedName: "currentValue",
|
|
850
|
-
required: true,
|
|
851
|
-
type: {
|
|
852
|
-
name: "Number",
|
|
853
|
-
},
|
|
854
|
-
},
|
|
855
|
-
limit: {
|
|
856
|
-
serializedName: "limit",
|
|
857
|
-
required: true,
|
|
858
|
-
type: {
|
|
859
|
-
name: "Number",
|
|
860
|
-
},
|
|
861
|
-
},
|
|
862
|
-
name: {
|
|
863
|
-
serializedName: "name",
|
|
864
|
-
type: {
|
|
865
|
-
name: "Composite",
|
|
866
|
-
className: "QuotaName",
|
|
867
|
-
},
|
|
868
|
-
},
|
|
869
|
-
},
|
|
870
|
-
},
|
|
871
|
-
};
|
|
872
|
-
const QuotaName = {
|
|
873
|
-
type: {
|
|
874
|
-
name: "Composite",
|
|
875
|
-
className: "QuotaName",
|
|
876
|
-
modelProperties: {
|
|
877
|
-
value: {
|
|
878
|
-
serializedName: "value",
|
|
879
|
-
type: {
|
|
880
|
-
name: "String",
|
|
881
|
-
},
|
|
882
|
-
},
|
|
883
|
-
localizedValue: {
|
|
884
|
-
serializedName: "localizedValue",
|
|
885
|
-
type: {
|
|
886
|
-
name: "String",
|
|
887
|
-
},
|
|
888
|
-
},
|
|
889
|
-
},
|
|
890
|
-
},
|
|
891
|
-
};
|
|
892
|
-
const PoolListResult = {
|
|
893
|
-
type: {
|
|
894
|
-
name: "Composite",
|
|
895
|
-
className: "PoolListResult",
|
|
896
|
-
modelProperties: {
|
|
897
|
-
value: {
|
|
898
|
-
serializedName: "value",
|
|
899
|
-
required: true,
|
|
900
|
-
type: {
|
|
901
|
-
name: "Sequence",
|
|
902
|
-
element: {
|
|
903
|
-
type: {
|
|
904
|
-
name: "Composite",
|
|
905
|
-
className: "Pool",
|
|
906
|
-
},
|
|
907
|
-
},
|
|
908
|
-
},
|
|
909
|
-
},
|
|
910
|
-
nextLink: {
|
|
911
|
-
serializedName: "nextLink",
|
|
912
|
-
type: {
|
|
913
|
-
name: "String",
|
|
914
|
-
},
|
|
915
|
-
},
|
|
916
|
-
},
|
|
917
|
-
},
|
|
918
|
-
};
|
|
919
|
-
const PoolProperties = {
|
|
920
|
-
type: {
|
|
921
|
-
name: "Composite",
|
|
922
|
-
className: "PoolProperties",
|
|
923
|
-
modelProperties: {
|
|
924
|
-
provisioningState: {
|
|
925
|
-
serializedName: "provisioningState",
|
|
926
|
-
type: {
|
|
927
|
-
name: "String",
|
|
928
|
-
},
|
|
929
|
-
},
|
|
930
|
-
maximumConcurrency: {
|
|
931
|
-
constraints: {
|
|
932
|
-
InclusiveMaximum: 10000,
|
|
933
|
-
InclusiveMinimum: 1,
|
|
934
|
-
},
|
|
935
|
-
serializedName: "maximumConcurrency",
|
|
936
|
-
required: true,
|
|
937
|
-
type: {
|
|
938
|
-
name: "Number",
|
|
939
|
-
},
|
|
940
|
-
},
|
|
941
|
-
organizationProfile: {
|
|
942
|
-
serializedName: "organizationProfile",
|
|
943
|
-
type: {
|
|
944
|
-
name: "Composite",
|
|
945
|
-
className: "OrganizationProfile",
|
|
946
|
-
},
|
|
947
|
-
},
|
|
948
|
-
agentProfile: {
|
|
949
|
-
serializedName: "agentProfile",
|
|
950
|
-
type: {
|
|
951
|
-
name: "Composite",
|
|
952
|
-
className: "AgentProfile",
|
|
953
|
-
},
|
|
954
|
-
},
|
|
955
|
-
fabricProfile: {
|
|
956
|
-
serializedName: "fabricProfile",
|
|
957
|
-
type: {
|
|
958
|
-
name: "Composite",
|
|
959
|
-
className: "FabricProfile",
|
|
960
|
-
},
|
|
961
|
-
},
|
|
962
|
-
devCenterProjectResourceId: {
|
|
963
|
-
serializedName: "devCenterProjectResourceId",
|
|
964
|
-
required: true,
|
|
965
|
-
type: {
|
|
966
|
-
name: "String",
|
|
967
|
-
},
|
|
968
|
-
},
|
|
969
|
-
},
|
|
970
|
-
},
|
|
971
|
-
};
|
|
972
|
-
const OrganizationProfile = {
|
|
973
|
-
type: {
|
|
974
|
-
name: "Composite",
|
|
975
|
-
className: "OrganizationProfile",
|
|
976
|
-
uberParent: "OrganizationProfile",
|
|
977
|
-
polymorphicDiscriminator: {
|
|
978
|
-
serializedName: "kind",
|
|
979
|
-
clientName: "kind",
|
|
980
|
-
},
|
|
981
|
-
modelProperties: {
|
|
982
|
-
kind: {
|
|
983
|
-
serializedName: "kind",
|
|
984
|
-
required: true,
|
|
985
|
-
type: {
|
|
986
|
-
name: "String",
|
|
987
|
-
},
|
|
988
|
-
},
|
|
989
|
-
},
|
|
990
|
-
},
|
|
991
|
-
};
|
|
992
|
-
const AgentProfile = {
|
|
993
|
-
type: {
|
|
994
|
-
name: "Composite",
|
|
995
|
-
className: "AgentProfile",
|
|
996
|
-
uberParent: "AgentProfile",
|
|
997
|
-
polymorphicDiscriminator: {
|
|
998
|
-
serializedName: "kind",
|
|
999
|
-
clientName: "kind",
|
|
1000
|
-
},
|
|
1001
|
-
modelProperties: {
|
|
1002
|
-
kind: {
|
|
1003
|
-
serializedName: "kind",
|
|
1004
|
-
required: true,
|
|
1005
|
-
type: {
|
|
1006
|
-
name: "String",
|
|
1007
|
-
},
|
|
1008
|
-
},
|
|
1009
|
-
resourcePredictions: {
|
|
1010
|
-
serializedName: "resourcePredictions",
|
|
1011
|
-
type: {
|
|
1012
|
-
name: "Dictionary",
|
|
1013
|
-
value: { type: { name: "any" } },
|
|
1014
|
-
},
|
|
1015
|
-
},
|
|
1016
|
-
resourcePredictionsProfile: {
|
|
1017
|
-
serializedName: "resourcePredictionsProfile",
|
|
1018
|
-
type: {
|
|
1019
|
-
name: "Composite",
|
|
1020
|
-
className: "ResourcePredictionsProfile",
|
|
1021
|
-
},
|
|
1022
|
-
},
|
|
1023
|
-
},
|
|
1024
|
-
},
|
|
1025
|
-
};
|
|
1026
|
-
const ResourcePredictionsProfile = {
|
|
1027
|
-
type: {
|
|
1028
|
-
name: "Composite",
|
|
1029
|
-
className: "ResourcePredictionsProfile",
|
|
1030
|
-
uberParent: "ResourcePredictionsProfile",
|
|
1031
|
-
polymorphicDiscriminator: {
|
|
1032
|
-
serializedName: "kind",
|
|
1033
|
-
clientName: "kind",
|
|
1034
|
-
},
|
|
1035
|
-
modelProperties: {
|
|
1036
|
-
kind: {
|
|
1037
|
-
serializedName: "kind",
|
|
1038
|
-
required: true,
|
|
1039
|
-
type: {
|
|
1040
|
-
name: "String",
|
|
1041
|
-
},
|
|
1042
|
-
},
|
|
1043
|
-
},
|
|
1044
|
-
},
|
|
1045
|
-
};
|
|
1046
|
-
const FabricProfile = {
|
|
1047
|
-
type: {
|
|
1048
|
-
name: "Composite",
|
|
1049
|
-
className: "FabricProfile",
|
|
1050
|
-
uberParent: "FabricProfile",
|
|
1051
|
-
polymorphicDiscriminator: {
|
|
1052
|
-
serializedName: "kind",
|
|
1053
|
-
clientName: "kind",
|
|
1054
|
-
},
|
|
1055
|
-
modelProperties: {
|
|
1056
|
-
kind: {
|
|
1057
|
-
serializedName: "kind",
|
|
1058
|
-
required: true,
|
|
1059
|
-
type: {
|
|
1060
|
-
name: "String",
|
|
1061
|
-
},
|
|
1062
|
-
},
|
|
1063
|
-
},
|
|
1064
|
-
},
|
|
1065
|
-
};
|
|
1066
|
-
const ManagedServiceIdentity = {
|
|
1067
|
-
type: {
|
|
1068
|
-
name: "Composite",
|
|
1069
|
-
className: "ManagedServiceIdentity",
|
|
1070
|
-
modelProperties: {
|
|
1071
|
-
principalId: {
|
|
1072
|
-
serializedName: "principalId",
|
|
1073
|
-
readOnly: true,
|
|
1074
|
-
type: {
|
|
1075
|
-
name: "Uuid",
|
|
1076
|
-
},
|
|
1077
|
-
},
|
|
1078
|
-
tenantId: {
|
|
1079
|
-
serializedName: "tenantId",
|
|
1080
|
-
readOnly: true,
|
|
1081
|
-
type: {
|
|
1082
|
-
name: "Uuid",
|
|
1083
|
-
},
|
|
1084
|
-
},
|
|
1085
|
-
type: {
|
|
1086
|
-
serializedName: "type",
|
|
1087
|
-
required: true,
|
|
1088
|
-
type: {
|
|
1089
|
-
name: "String",
|
|
1090
|
-
},
|
|
1091
|
-
},
|
|
1092
|
-
userAssignedIdentities: {
|
|
1093
|
-
serializedName: "userAssignedIdentities",
|
|
1094
|
-
type: {
|
|
1095
|
-
name: "Dictionary",
|
|
1096
|
-
value: {
|
|
1097
|
-
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
1098
|
-
},
|
|
1099
|
-
},
|
|
1100
|
-
},
|
|
1101
|
-
},
|
|
1102
|
-
},
|
|
1103
|
-
};
|
|
1104
|
-
const UserAssignedIdentity = {
|
|
1105
|
-
type: {
|
|
1106
|
-
name: "Composite",
|
|
1107
|
-
className: "UserAssignedIdentity",
|
|
1108
|
-
modelProperties: {
|
|
1109
|
-
principalId: {
|
|
1110
|
-
serializedName: "principalId",
|
|
1111
|
-
readOnly: true,
|
|
1112
|
-
type: {
|
|
1113
|
-
name: "Uuid",
|
|
1114
|
-
},
|
|
1115
|
-
},
|
|
1116
|
-
clientId: {
|
|
1117
|
-
serializedName: "clientId",
|
|
1118
|
-
readOnly: true,
|
|
1119
|
-
type: {
|
|
1120
|
-
name: "Uuid",
|
|
1121
|
-
},
|
|
1122
|
-
},
|
|
1123
|
-
},
|
|
1124
|
-
},
|
|
1125
|
-
};
|
|
1126
|
-
const ImageVersionListResult = {
|
|
1127
|
-
type: {
|
|
1128
|
-
name: "Composite",
|
|
1129
|
-
className: "ImageVersionListResult",
|
|
1130
|
-
modelProperties: {
|
|
1131
|
-
value: {
|
|
1132
|
-
serializedName: "value",
|
|
1133
|
-
required: true,
|
|
1134
|
-
type: {
|
|
1135
|
-
name: "Sequence",
|
|
1136
|
-
element: {
|
|
1137
|
-
type: {
|
|
1138
|
-
name: "Composite",
|
|
1139
|
-
className: "ImageVersion",
|
|
1140
|
-
},
|
|
1141
|
-
},
|
|
1142
|
-
},
|
|
1143
|
-
},
|
|
1144
|
-
nextLink: {
|
|
1145
|
-
serializedName: "nextLink",
|
|
1146
|
-
type: {
|
|
1147
|
-
name: "String",
|
|
1148
|
-
},
|
|
1149
|
-
},
|
|
1150
|
-
},
|
|
1151
|
-
},
|
|
1152
|
-
};
|
|
1153
|
-
const ImageVersionProperties = {
|
|
1154
|
-
type: {
|
|
1155
|
-
name: "Composite",
|
|
1156
|
-
className: "ImageVersionProperties",
|
|
1157
|
-
modelProperties: {
|
|
1158
|
-
version: {
|
|
1159
|
-
serializedName: "version",
|
|
1160
|
-
required: true,
|
|
1161
|
-
type: {
|
|
1162
|
-
name: "String",
|
|
1163
|
-
},
|
|
1164
|
-
},
|
|
1165
|
-
},
|
|
1166
|
-
},
|
|
1167
|
-
};
|
|
1168
|
-
const PoolUpdate = {
|
|
1169
|
-
type: {
|
|
1170
|
-
name: "Composite",
|
|
1171
|
-
className: "PoolUpdate",
|
|
1172
|
-
modelProperties: {
|
|
1173
|
-
identity: {
|
|
1174
|
-
serializedName: "identity",
|
|
1175
|
-
type: {
|
|
1176
|
-
name: "Composite",
|
|
1177
|
-
className: "ManagedServiceIdentity",
|
|
1178
|
-
},
|
|
1179
|
-
},
|
|
1180
|
-
tags: {
|
|
1181
|
-
serializedName: "tags",
|
|
1182
|
-
type: {
|
|
1183
|
-
name: "Dictionary",
|
|
1184
|
-
value: { type: { name: "String" } },
|
|
1185
|
-
},
|
|
1186
|
-
},
|
|
1187
|
-
properties: {
|
|
1188
|
-
serializedName: "properties",
|
|
1189
|
-
type: {
|
|
1190
|
-
name: "Composite",
|
|
1191
|
-
className: "PoolUpdateProperties",
|
|
1192
|
-
},
|
|
1193
|
-
},
|
|
1194
|
-
},
|
|
1195
|
-
},
|
|
1196
|
-
};
|
|
1197
|
-
const PoolUpdateProperties = {
|
|
1198
|
-
type: {
|
|
1199
|
-
name: "Composite",
|
|
1200
|
-
className: "PoolUpdateProperties",
|
|
1201
|
-
modelProperties: {
|
|
1202
|
-
provisioningState: {
|
|
1203
|
-
serializedName: "provisioningState",
|
|
1204
|
-
type: {
|
|
1205
|
-
name: "String",
|
|
1206
|
-
},
|
|
1207
|
-
},
|
|
1208
|
-
maximumConcurrency: {
|
|
1209
|
-
constraints: {
|
|
1210
|
-
InclusiveMaximum: 10000,
|
|
1211
|
-
InclusiveMinimum: 1,
|
|
1212
|
-
},
|
|
1213
|
-
serializedName: "maximumConcurrency",
|
|
1214
|
-
type: {
|
|
1215
|
-
name: "Number",
|
|
1216
|
-
},
|
|
1217
|
-
},
|
|
1218
|
-
organizationProfile: {
|
|
1219
|
-
serializedName: "organizationProfile",
|
|
1220
|
-
type: {
|
|
1221
|
-
name: "Composite",
|
|
1222
|
-
className: "OrganizationProfile",
|
|
1223
|
-
},
|
|
1224
|
-
},
|
|
1225
|
-
agentProfile: {
|
|
1226
|
-
serializedName: "agentProfile",
|
|
1227
|
-
type: {
|
|
1228
|
-
name: "Composite",
|
|
1229
|
-
className: "AgentProfileUpdate",
|
|
1230
|
-
},
|
|
1231
|
-
},
|
|
1232
|
-
fabricProfile: {
|
|
1233
|
-
serializedName: "fabricProfile",
|
|
1234
|
-
type: {
|
|
1235
|
-
name: "Composite",
|
|
1236
|
-
className: "FabricProfile",
|
|
1237
|
-
},
|
|
1238
|
-
},
|
|
1239
|
-
devCenterProjectResourceId: {
|
|
1240
|
-
serializedName: "devCenterProjectResourceId",
|
|
1241
|
-
type: {
|
|
1242
|
-
name: "String",
|
|
1243
|
-
},
|
|
1244
|
-
},
|
|
1245
|
-
},
|
|
1246
|
-
},
|
|
1247
|
-
};
|
|
1248
|
-
const AgentProfileUpdate = {
|
|
1249
|
-
type: {
|
|
1250
|
-
name: "Composite",
|
|
1251
|
-
className: "AgentProfileUpdate",
|
|
1252
|
-
uberParent: "AgentProfileUpdate",
|
|
1253
|
-
polymorphicDiscriminator: {
|
|
1254
|
-
serializedName: "kind",
|
|
1255
|
-
clientName: "kind",
|
|
1256
|
-
},
|
|
1257
|
-
modelProperties: {
|
|
1258
|
-
kind: {
|
|
1259
|
-
serializedName: "kind",
|
|
1260
|
-
required: true,
|
|
1261
|
-
type: {
|
|
1262
|
-
name: "String",
|
|
1263
|
-
},
|
|
1264
|
-
},
|
|
1265
|
-
resourcePredictions: {
|
|
1266
|
-
serializedName: "resourcePredictions",
|
|
1267
|
-
type: {
|
|
1268
|
-
name: "Dictionary",
|
|
1269
|
-
value: { type: { name: "any" } },
|
|
1270
|
-
},
|
|
1271
|
-
},
|
|
1272
|
-
resourcePredictionsProfile: {
|
|
1273
|
-
serializedName: "resourcePredictionsProfile",
|
|
1274
|
-
type: {
|
|
1275
|
-
name: "Composite",
|
|
1276
|
-
className: "ResourcePredictionsProfileUpdate",
|
|
1277
|
-
},
|
|
1278
|
-
},
|
|
1279
|
-
},
|
|
1280
|
-
},
|
|
1281
|
-
};
|
|
1282
|
-
const ResourcePredictionsProfileUpdate = {
|
|
1283
|
-
type: {
|
|
1284
|
-
name: "Composite",
|
|
1285
|
-
className: "ResourcePredictionsProfileUpdate",
|
|
1286
|
-
uberParent: "ResourcePredictionsProfileUpdate",
|
|
1287
|
-
polymorphicDiscriminator: {
|
|
1288
|
-
serializedName: "kind",
|
|
1289
|
-
clientName: "kind",
|
|
1290
|
-
},
|
|
1291
|
-
modelProperties: {
|
|
1292
|
-
kind: {
|
|
1293
|
-
serializedName: "kind",
|
|
1294
|
-
required: true,
|
|
1295
|
-
type: {
|
|
1296
|
-
name: "String",
|
|
1297
|
-
},
|
|
1298
|
-
},
|
|
1299
|
-
},
|
|
1300
|
-
},
|
|
1301
|
-
};
|
|
1302
|
-
const ResourceDetailsObjectListResult = {
|
|
1303
|
-
type: {
|
|
1304
|
-
name: "Composite",
|
|
1305
|
-
className: "ResourceDetailsObjectListResult",
|
|
1306
|
-
modelProperties: {
|
|
1307
|
-
value: {
|
|
1308
|
-
serializedName: "value",
|
|
1309
|
-
required: true,
|
|
1310
|
-
type: {
|
|
1311
|
-
name: "Sequence",
|
|
1312
|
-
element: {
|
|
1313
|
-
type: {
|
|
1314
|
-
name: "Composite",
|
|
1315
|
-
className: "ResourceDetailsObject",
|
|
1316
|
-
},
|
|
1317
|
-
},
|
|
1318
|
-
},
|
|
1319
|
-
},
|
|
1320
|
-
nextLink: {
|
|
1321
|
-
serializedName: "nextLink",
|
|
1322
|
-
type: {
|
|
1323
|
-
name: "String",
|
|
1324
|
-
},
|
|
1325
|
-
},
|
|
1326
|
-
},
|
|
1327
|
-
},
|
|
1328
|
-
};
|
|
1329
|
-
const ResourceDetailsObjectProperties = {
|
|
1330
|
-
type: {
|
|
1331
|
-
name: "Composite",
|
|
1332
|
-
className: "ResourceDetailsObjectProperties",
|
|
1333
|
-
modelProperties: {
|
|
1334
|
-
status: {
|
|
1335
|
-
serializedName: "status",
|
|
1336
|
-
required: true,
|
|
1337
|
-
type: {
|
|
1338
|
-
name: "String",
|
|
1339
|
-
},
|
|
1340
|
-
},
|
|
1341
|
-
image: {
|
|
1342
|
-
serializedName: "image",
|
|
1343
|
-
required: true,
|
|
1344
|
-
type: {
|
|
1345
|
-
name: "String",
|
|
1346
|
-
},
|
|
1347
|
-
},
|
|
1348
|
-
imageVersion: {
|
|
1349
|
-
serializedName: "imageVersion",
|
|
1350
|
-
required: true,
|
|
1351
|
-
type: {
|
|
1352
|
-
name: "String",
|
|
1353
|
-
},
|
|
1354
|
-
},
|
|
1355
|
-
},
|
|
1356
|
-
},
|
|
1357
|
-
};
|
|
1358
|
-
const Organization = {
|
|
1359
|
-
type: {
|
|
1360
|
-
name: "Composite",
|
|
1361
|
-
className: "Organization",
|
|
1362
|
-
modelProperties: {
|
|
1363
|
-
url: {
|
|
1364
|
-
serializedName: "url",
|
|
1365
|
-
required: true,
|
|
1366
|
-
type: {
|
|
1367
|
-
name: "String",
|
|
1368
|
-
},
|
|
1369
|
-
},
|
|
1370
|
-
projects: {
|
|
1371
|
-
serializedName: "projects",
|
|
1372
|
-
type: {
|
|
1373
|
-
name: "Sequence",
|
|
1374
|
-
element: {
|
|
1375
|
-
type: {
|
|
1376
|
-
name: "String",
|
|
1377
|
-
},
|
|
1378
|
-
},
|
|
1379
|
-
},
|
|
1380
|
-
},
|
|
1381
|
-
parallelism: {
|
|
1382
|
-
serializedName: "parallelism",
|
|
1383
|
-
type: {
|
|
1384
|
-
name: "Number",
|
|
1385
|
-
},
|
|
1386
|
-
},
|
|
1387
|
-
},
|
|
1388
|
-
},
|
|
1389
|
-
};
|
|
1390
|
-
const AzureDevOpsPermissionProfile = {
|
|
1391
|
-
type: {
|
|
1392
|
-
name: "Composite",
|
|
1393
|
-
className: "AzureDevOpsPermissionProfile",
|
|
1394
|
-
modelProperties: {
|
|
1395
|
-
kind: {
|
|
1396
|
-
serializedName: "kind",
|
|
1397
|
-
required: true,
|
|
1398
|
-
type: {
|
|
1399
|
-
name: "String",
|
|
1400
|
-
},
|
|
1401
|
-
},
|
|
1402
|
-
users: {
|
|
1403
|
-
serializedName: "users",
|
|
1404
|
-
type: {
|
|
1405
|
-
name: "Sequence",
|
|
1406
|
-
element: {
|
|
1407
|
-
type: {
|
|
1408
|
-
name: "String",
|
|
1409
|
-
},
|
|
1410
|
-
},
|
|
1411
|
-
},
|
|
1412
|
-
},
|
|
1413
|
-
groups: {
|
|
1414
|
-
serializedName: "groups",
|
|
1415
|
-
type: {
|
|
1416
|
-
name: "Sequence",
|
|
1417
|
-
element: {
|
|
1418
|
-
type: {
|
|
1419
|
-
name: "String",
|
|
1420
|
-
},
|
|
1421
|
-
},
|
|
1422
|
-
},
|
|
1423
|
-
},
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
};
|
|
1427
|
-
const DataDisk = {
|
|
1428
|
-
type: {
|
|
1429
|
-
name: "Composite",
|
|
1430
|
-
className: "DataDisk",
|
|
1431
|
-
modelProperties: {
|
|
1432
|
-
caching: {
|
|
1433
|
-
serializedName: "caching",
|
|
1434
|
-
type: {
|
|
1435
|
-
name: "String",
|
|
1436
|
-
},
|
|
1437
|
-
},
|
|
1438
|
-
diskSizeGiB: {
|
|
1439
|
-
serializedName: "diskSizeGiB",
|
|
1440
|
-
type: {
|
|
1441
|
-
name: "Number",
|
|
1442
|
-
},
|
|
1443
|
-
},
|
|
1444
|
-
storageAccountType: {
|
|
1445
|
-
serializedName: "storageAccountType",
|
|
1446
|
-
type: {
|
|
1447
|
-
name: "String",
|
|
1448
|
-
},
|
|
1449
|
-
},
|
|
1450
|
-
driveLetter: {
|
|
1451
|
-
serializedName: "driveLetter",
|
|
1452
|
-
type: {
|
|
1453
|
-
name: "String",
|
|
1454
|
-
},
|
|
1455
|
-
},
|
|
1456
|
-
},
|
|
1457
|
-
},
|
|
1458
|
-
};
|
|
1459
|
-
const DevOpsAzureSku = {
|
|
1460
|
-
type: {
|
|
1461
|
-
name: "Composite",
|
|
1462
|
-
className: "DevOpsAzureSku",
|
|
1463
|
-
modelProperties: {
|
|
1464
|
-
name: {
|
|
1465
|
-
serializedName: "name",
|
|
1466
|
-
required: true,
|
|
1467
|
-
type: {
|
|
1468
|
-
name: "String",
|
|
1469
|
-
},
|
|
1470
|
-
},
|
|
1471
|
-
},
|
|
1472
|
-
},
|
|
1473
|
-
};
|
|
1474
|
-
const GitHubOrganization = {
|
|
1475
|
-
type: {
|
|
1476
|
-
name: "Composite",
|
|
1477
|
-
className: "GitHubOrganization",
|
|
1478
|
-
modelProperties: {
|
|
1479
|
-
url: {
|
|
1480
|
-
serializedName: "url",
|
|
1481
|
-
required: true,
|
|
1482
|
-
type: {
|
|
1483
|
-
name: "String",
|
|
1484
|
-
},
|
|
1485
|
-
},
|
|
1486
|
-
repositories: {
|
|
1487
|
-
serializedName: "repositories",
|
|
1488
|
-
type: {
|
|
1489
|
-
name: "Sequence",
|
|
1490
|
-
element: {
|
|
1491
|
-
type: {
|
|
1492
|
-
name: "String",
|
|
1493
|
-
},
|
|
1494
|
-
},
|
|
1495
|
-
},
|
|
1496
|
-
},
|
|
1497
|
-
},
|
|
1498
|
-
},
|
|
1499
|
-
};
|
|
1500
|
-
const NetworkProfile = {
|
|
1501
|
-
type: {
|
|
1502
|
-
name: "Composite",
|
|
1503
|
-
className: "NetworkProfile",
|
|
1504
|
-
modelProperties: {
|
|
1505
|
-
subnetId: {
|
|
1506
|
-
serializedName: "subnetId",
|
|
1507
|
-
required: true,
|
|
1508
|
-
type: {
|
|
1509
|
-
name: "String",
|
|
1510
|
-
},
|
|
1511
|
-
},
|
|
1512
|
-
},
|
|
1513
|
-
},
|
|
1514
|
-
};
|
|
1515
|
-
const OsProfile = {
|
|
1516
|
-
type: {
|
|
1517
|
-
name: "Composite",
|
|
1518
|
-
className: "OsProfile",
|
|
1519
|
-
modelProperties: {
|
|
1520
|
-
secretsManagementSettings: {
|
|
1521
|
-
serializedName: "secretsManagementSettings",
|
|
1522
|
-
type: {
|
|
1523
|
-
name: "Composite",
|
|
1524
|
-
className: "SecretsManagementSettings",
|
|
1525
|
-
},
|
|
1526
|
-
},
|
|
1527
|
-
logonType: {
|
|
1528
|
-
serializedName: "logonType",
|
|
1529
|
-
type: {
|
|
1530
|
-
name: "String",
|
|
1531
|
-
},
|
|
1532
|
-
},
|
|
1533
|
-
},
|
|
1534
|
-
},
|
|
1535
|
-
};
|
|
1536
|
-
const SecretsManagementSettings = {
|
|
1537
|
-
type: {
|
|
1538
|
-
name: "Composite",
|
|
1539
|
-
className: "SecretsManagementSettings",
|
|
1540
|
-
modelProperties: {
|
|
1541
|
-
certificateStoreLocation: {
|
|
1542
|
-
serializedName: "certificateStoreLocation",
|
|
1543
|
-
type: {
|
|
1544
|
-
name: "String",
|
|
1545
|
-
},
|
|
1546
|
-
},
|
|
1547
|
-
observedCertificates: {
|
|
1548
|
-
serializedName: "observedCertificates",
|
|
1549
|
-
required: true,
|
|
1550
|
-
type: {
|
|
1551
|
-
name: "Sequence",
|
|
1552
|
-
element: {
|
|
1553
|
-
type: {
|
|
1554
|
-
name: "String",
|
|
1555
|
-
},
|
|
1556
|
-
},
|
|
1557
|
-
},
|
|
1558
|
-
},
|
|
1559
|
-
keyExportable: {
|
|
1560
|
-
serializedName: "keyExportable",
|
|
1561
|
-
required: true,
|
|
1562
|
-
type: {
|
|
1563
|
-
name: "Boolean",
|
|
1564
|
-
},
|
|
1565
|
-
},
|
|
1566
|
-
},
|
|
1567
|
-
},
|
|
1568
|
-
};
|
|
1569
|
-
const PoolImage = {
|
|
1570
|
-
type: {
|
|
1571
|
-
name: "Composite",
|
|
1572
|
-
className: "PoolImage",
|
|
1573
|
-
modelProperties: {
|
|
1574
|
-
resourceId: {
|
|
1575
|
-
serializedName: "resourceId",
|
|
1576
|
-
type: {
|
|
1577
|
-
name: "String",
|
|
1578
|
-
},
|
|
1579
|
-
},
|
|
1580
|
-
wellKnownImageName: {
|
|
1581
|
-
serializedName: "wellKnownImageName",
|
|
1582
|
-
type: {
|
|
1583
|
-
name: "String",
|
|
1584
|
-
},
|
|
1585
|
-
},
|
|
1586
|
-
aliases: {
|
|
1587
|
-
serializedName: "aliases",
|
|
1588
|
-
type: {
|
|
1589
|
-
name: "Sequence",
|
|
1590
|
-
element: {
|
|
1591
|
-
type: {
|
|
1592
|
-
name: "String",
|
|
1593
|
-
},
|
|
1594
|
-
},
|
|
1595
|
-
},
|
|
1596
|
-
},
|
|
1597
|
-
buffer: {
|
|
1598
|
-
defaultValue: "*",
|
|
1599
|
-
serializedName: "buffer",
|
|
1600
|
-
type: {
|
|
1601
|
-
name: "String",
|
|
1602
|
-
},
|
|
1603
|
-
},
|
|
1604
|
-
},
|
|
1605
|
-
},
|
|
1606
|
-
};
|
|
1607
|
-
const StorageProfile = {
|
|
1608
|
-
type: {
|
|
1609
|
-
name: "Composite",
|
|
1610
|
-
className: "StorageProfile",
|
|
1611
|
-
modelProperties: {
|
|
1612
|
-
osDiskStorageAccountType: {
|
|
1613
|
-
serializedName: "osDiskStorageAccountType",
|
|
1614
|
-
type: {
|
|
1615
|
-
name: "String",
|
|
1616
|
-
},
|
|
1617
|
-
},
|
|
1618
|
-
dataDisks: {
|
|
1619
|
-
serializedName: "dataDisks",
|
|
1620
|
-
type: {
|
|
1621
|
-
name: "Sequence",
|
|
1622
|
-
element: {
|
|
1623
|
-
type: {
|
|
1624
|
-
name: "Composite",
|
|
1625
|
-
className: "DataDisk",
|
|
1626
|
-
},
|
|
1627
|
-
},
|
|
1628
|
-
},
|
|
1629
|
-
},
|
|
1630
|
-
},
|
|
1631
|
-
},
|
|
1632
|
-
};
|
|
1633
|
-
const ProxyResource = {
|
|
1634
|
-
type: {
|
|
1635
|
-
name: "Composite",
|
|
1636
|
-
className: "ProxyResource",
|
|
1637
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
1638
|
-
},
|
|
1639
|
-
};
|
|
1640
|
-
const TrackedResource = {
|
|
1641
|
-
type: {
|
|
1642
|
-
name: "Composite",
|
|
1643
|
-
className: "TrackedResource",
|
|
1644
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
1645
|
-
serializedName: "tags",
|
|
1646
|
-
type: {
|
|
1647
|
-
name: "Dictionary",
|
|
1648
|
-
value: { type: { name: "String" } },
|
|
1649
|
-
},
|
|
1650
|
-
}, location: {
|
|
1651
|
-
serializedName: "location",
|
|
1652
|
-
required: true,
|
|
1653
|
-
type: {
|
|
1654
|
-
name: "String",
|
|
1655
|
-
},
|
|
1656
|
-
} }),
|
|
1657
|
-
},
|
|
1658
|
-
};
|
|
1659
|
-
const AzureDevOpsOrganizationProfile = {
|
|
1660
|
-
serializedName: "AzureDevOps",
|
|
1661
|
-
type: {
|
|
1662
|
-
name: "Composite",
|
|
1663
|
-
className: "AzureDevOpsOrganizationProfile",
|
|
1664
|
-
uberParent: "OrganizationProfile",
|
|
1665
|
-
polymorphicDiscriminator: OrganizationProfile.type.polymorphicDiscriminator,
|
|
1666
|
-
modelProperties: Object.assign(Object.assign({}, OrganizationProfile.type.modelProperties), { organizations: {
|
|
1667
|
-
serializedName: "organizations",
|
|
1668
|
-
required: true,
|
|
1669
|
-
type: {
|
|
1670
|
-
name: "Sequence",
|
|
1671
|
-
element: {
|
|
1672
|
-
type: {
|
|
1673
|
-
name: "Composite",
|
|
1674
|
-
className: "Organization",
|
|
1675
|
-
},
|
|
1676
|
-
},
|
|
1677
|
-
},
|
|
1678
|
-
}, permissionProfile: {
|
|
1679
|
-
serializedName: "permissionProfile",
|
|
1680
|
-
type: {
|
|
1681
|
-
name: "Composite",
|
|
1682
|
-
className: "AzureDevOpsPermissionProfile",
|
|
1683
|
-
},
|
|
1684
|
-
} }),
|
|
1685
|
-
},
|
|
1686
|
-
};
|
|
1687
|
-
const GitHubOrganizationProfile = {
|
|
1688
|
-
serializedName: "GitHub",
|
|
1689
|
-
type: {
|
|
1690
|
-
name: "Composite",
|
|
1691
|
-
className: "GitHubOrganizationProfile",
|
|
1692
|
-
uberParent: "OrganizationProfile",
|
|
1693
|
-
polymorphicDiscriminator: OrganizationProfile.type.polymorphicDiscriminator,
|
|
1694
|
-
modelProperties: Object.assign(Object.assign({}, OrganizationProfile.type.modelProperties), { organizations: {
|
|
1695
|
-
serializedName: "organizations",
|
|
1696
|
-
required: true,
|
|
1697
|
-
type: {
|
|
1698
|
-
name: "Sequence",
|
|
1699
|
-
element: {
|
|
1700
|
-
type: {
|
|
1701
|
-
name: "Composite",
|
|
1702
|
-
className: "GitHubOrganization",
|
|
1703
|
-
},
|
|
1704
|
-
},
|
|
1705
|
-
},
|
|
1706
|
-
} }),
|
|
1707
|
-
},
|
|
1708
|
-
};
|
|
1709
|
-
const Stateful = {
|
|
1710
|
-
serializedName: "Stateful",
|
|
1711
|
-
type: {
|
|
1712
|
-
name: "Composite",
|
|
1713
|
-
className: "Stateful",
|
|
1714
|
-
uberParent: "AgentProfile",
|
|
1715
|
-
polymorphicDiscriminator: AgentProfile.type.polymorphicDiscriminator,
|
|
1716
|
-
modelProperties: Object.assign(Object.assign({}, AgentProfile.type.modelProperties), { maxAgentLifetime: {
|
|
1717
|
-
serializedName: "maxAgentLifetime",
|
|
1718
|
-
type: {
|
|
1719
|
-
name: "String",
|
|
1720
|
-
},
|
|
1721
|
-
}, gracePeriodTimeSpan: {
|
|
1722
|
-
serializedName: "gracePeriodTimeSpan",
|
|
1723
|
-
type: {
|
|
1724
|
-
name: "String",
|
|
1725
|
-
},
|
|
1726
|
-
} }),
|
|
1727
|
-
},
|
|
1728
|
-
};
|
|
1729
|
-
const StatelessAgentProfile = {
|
|
1730
|
-
serializedName: "Stateless",
|
|
1731
|
-
type: {
|
|
1732
|
-
name: "Composite",
|
|
1733
|
-
className: "StatelessAgentProfile",
|
|
1734
|
-
uberParent: "AgentProfile",
|
|
1735
|
-
polymorphicDiscriminator: AgentProfile.type.polymorphicDiscriminator,
|
|
1736
|
-
modelProperties: Object.assign({}, AgentProfile.type.modelProperties),
|
|
1737
|
-
},
|
|
1738
|
-
};
|
|
1739
|
-
const AutomaticResourcePredictionsProfile = {
|
|
1740
|
-
serializedName: "Automatic",
|
|
1741
|
-
type: {
|
|
1742
|
-
name: "Composite",
|
|
1743
|
-
className: "AutomaticResourcePredictionsProfile",
|
|
1744
|
-
uberParent: "ResourcePredictionsProfile",
|
|
1745
|
-
polymorphicDiscriminator: ResourcePredictionsProfile.type.polymorphicDiscriminator,
|
|
1746
|
-
modelProperties: Object.assign(Object.assign({}, ResourcePredictionsProfile.type.modelProperties), { predictionPreference: {
|
|
1747
|
-
serializedName: "predictionPreference",
|
|
1748
|
-
type: {
|
|
1749
|
-
name: "String",
|
|
1750
|
-
},
|
|
1751
|
-
} }),
|
|
1752
|
-
},
|
|
1753
|
-
};
|
|
1754
|
-
const ManualResourcePredictionsProfile = {
|
|
1755
|
-
serializedName: "Manual",
|
|
1756
|
-
type: {
|
|
1757
|
-
name: "Composite",
|
|
1758
|
-
className: "ManualResourcePredictionsProfile",
|
|
1759
|
-
uberParent: "ResourcePredictionsProfile",
|
|
1760
|
-
polymorphicDiscriminator: ResourcePredictionsProfile.type.polymorphicDiscriminator,
|
|
1761
|
-
modelProperties: Object.assign({}, ResourcePredictionsProfile.type.modelProperties),
|
|
1762
|
-
},
|
|
1763
|
-
};
|
|
1764
|
-
const VmssFabricProfile = {
|
|
1765
|
-
serializedName: "Vmss",
|
|
1766
|
-
type: {
|
|
1767
|
-
name: "Composite",
|
|
1768
|
-
className: "VmssFabricProfile",
|
|
1769
|
-
uberParent: "FabricProfile",
|
|
1770
|
-
polymorphicDiscriminator: FabricProfile.type.polymorphicDiscriminator,
|
|
1771
|
-
modelProperties: Object.assign(Object.assign({}, FabricProfile.type.modelProperties), { sku: {
|
|
1772
|
-
serializedName: "sku",
|
|
1773
|
-
type: {
|
|
1774
|
-
name: "Composite",
|
|
1775
|
-
className: "DevOpsAzureSku",
|
|
1776
|
-
},
|
|
1777
|
-
}, images: {
|
|
1778
|
-
serializedName: "images",
|
|
1779
|
-
required: true,
|
|
1780
|
-
type: {
|
|
1781
|
-
name: "Sequence",
|
|
1782
|
-
element: {
|
|
1783
|
-
type: {
|
|
1784
|
-
name: "Composite",
|
|
1785
|
-
className: "PoolImage",
|
|
1786
|
-
},
|
|
1787
|
-
},
|
|
1788
|
-
},
|
|
1789
|
-
}, osProfile: {
|
|
1790
|
-
serializedName: "osProfile",
|
|
1791
|
-
type: {
|
|
1792
|
-
name: "Composite",
|
|
1793
|
-
className: "OsProfile",
|
|
1794
|
-
},
|
|
1795
|
-
}, storageProfile: {
|
|
1796
|
-
serializedName: "storageProfile",
|
|
1797
|
-
type: {
|
|
1798
|
-
name: "Composite",
|
|
1799
|
-
className: "StorageProfile",
|
|
1800
|
-
},
|
|
1801
|
-
}, networkProfile: {
|
|
1802
|
-
serializedName: "networkProfile",
|
|
1803
|
-
type: {
|
|
1804
|
-
name: "Composite",
|
|
1805
|
-
className: "NetworkProfile",
|
|
1806
|
-
},
|
|
1807
|
-
} }),
|
|
1808
|
-
},
|
|
1809
|
-
};
|
|
1810
|
-
const StatefulUpdate = {
|
|
1811
|
-
serializedName: "Stateful",
|
|
1812
|
-
type: {
|
|
1813
|
-
name: "Composite",
|
|
1814
|
-
className: "StatefulUpdate",
|
|
1815
|
-
uberParent: "AgentProfileUpdate",
|
|
1816
|
-
polymorphicDiscriminator: AgentProfileUpdate.type.polymorphicDiscriminator,
|
|
1817
|
-
modelProperties: Object.assign(Object.assign({}, AgentProfileUpdate.type.modelProperties), { maxAgentLifetime: {
|
|
1818
|
-
serializedName: "maxAgentLifetime",
|
|
1819
|
-
type: {
|
|
1820
|
-
name: "String",
|
|
1821
|
-
},
|
|
1822
|
-
}, gracePeriodTimeSpan: {
|
|
1823
|
-
serializedName: "gracePeriodTimeSpan",
|
|
1824
|
-
type: {
|
|
1825
|
-
name: "String",
|
|
1826
|
-
},
|
|
1827
|
-
} }),
|
|
1828
|
-
},
|
|
1829
|
-
};
|
|
1830
|
-
const StatelessAgentProfileUpdate = {
|
|
1831
|
-
serializedName: "Stateless",
|
|
1832
|
-
type: {
|
|
1833
|
-
name: "Composite",
|
|
1834
|
-
className: "StatelessAgentProfileUpdate",
|
|
1835
|
-
uberParent: "AgentProfileUpdate",
|
|
1836
|
-
polymorphicDiscriminator: AgentProfileUpdate.type.polymorphicDiscriminator,
|
|
1837
|
-
modelProperties: Object.assign({}, AgentProfileUpdate.type.modelProperties),
|
|
1838
|
-
},
|
|
1839
|
-
};
|
|
1840
|
-
const AutomaticResourcePredictionsProfileUpdate = {
|
|
1841
|
-
serializedName: "Automatic",
|
|
1842
|
-
type: {
|
|
1843
|
-
name: "Composite",
|
|
1844
|
-
className: "AutomaticResourcePredictionsProfileUpdate",
|
|
1845
|
-
uberParent: "ResourcePredictionsProfileUpdate",
|
|
1846
|
-
polymorphicDiscriminator: ResourcePredictionsProfileUpdate.type.polymorphicDiscriminator,
|
|
1847
|
-
modelProperties: Object.assign(Object.assign({}, ResourcePredictionsProfileUpdate.type.modelProperties), { predictionPreference: {
|
|
1848
|
-
serializedName: "predictionPreference",
|
|
1849
|
-
type: {
|
|
1850
|
-
name: "String",
|
|
1851
|
-
},
|
|
1852
|
-
} }),
|
|
1853
|
-
},
|
|
1854
|
-
};
|
|
1855
|
-
const ManualResourcePredictionsProfileUpdate = {
|
|
1856
|
-
serializedName: "Manual",
|
|
1857
|
-
type: {
|
|
1858
|
-
name: "Composite",
|
|
1859
|
-
className: "ManualResourcePredictionsProfileUpdate",
|
|
1860
|
-
uberParent: "ResourcePredictionsProfileUpdate",
|
|
1861
|
-
polymorphicDiscriminator: ResourcePredictionsProfileUpdate.type.polymorphicDiscriminator,
|
|
1862
|
-
modelProperties: Object.assign({}, ResourcePredictionsProfileUpdate.type.modelProperties),
|
|
1863
|
-
},
|
|
1864
|
-
};
|
|
1865
|
-
const ResourceSku = {
|
|
1866
|
-
type: {
|
|
1867
|
-
name: "Composite",
|
|
1868
|
-
className: "ResourceSku",
|
|
1869
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1870
|
-
serializedName: "properties",
|
|
1871
|
-
type: {
|
|
1872
|
-
name: "Composite",
|
|
1873
|
-
className: "ResourceSkuProperties",
|
|
1874
|
-
},
|
|
1875
|
-
} }),
|
|
1876
|
-
},
|
|
1877
|
-
};
|
|
1878
|
-
const Quota = {
|
|
1879
|
-
type: {
|
|
1880
|
-
name: "Composite",
|
|
1881
|
-
className: "Quota",
|
|
1882
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1883
|
-
serializedName: "properties",
|
|
1884
|
-
type: {
|
|
1885
|
-
name: "Composite",
|
|
1886
|
-
className: "QuotaProperties",
|
|
1887
|
-
},
|
|
1888
|
-
} }),
|
|
1889
|
-
},
|
|
1890
|
-
};
|
|
1891
|
-
const ImageVersion = {
|
|
1892
|
-
type: {
|
|
1893
|
-
name: "Composite",
|
|
1894
|
-
className: "ImageVersion",
|
|
1895
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1896
|
-
serializedName: "properties",
|
|
1897
|
-
type: {
|
|
1898
|
-
name: "Composite",
|
|
1899
|
-
className: "ImageVersionProperties",
|
|
1900
|
-
},
|
|
1901
|
-
} }),
|
|
1902
|
-
},
|
|
1903
|
-
};
|
|
1904
|
-
const ResourceDetailsObject = {
|
|
1905
|
-
type: {
|
|
1906
|
-
name: "Composite",
|
|
1907
|
-
className: "ResourceDetailsObject",
|
|
1908
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1909
|
-
serializedName: "properties",
|
|
1910
|
-
type: {
|
|
1911
|
-
name: "Composite",
|
|
1912
|
-
className: "ResourceDetailsObjectProperties",
|
|
1913
|
-
},
|
|
1914
|
-
} }),
|
|
1915
|
-
},
|
|
1916
|
-
};
|
|
1917
|
-
const Pool = {
|
|
1918
|
-
type: {
|
|
1919
|
-
name: "Composite",
|
|
1920
|
-
className: "Pool",
|
|
1921
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
1922
|
-
serializedName: "properties",
|
|
1923
|
-
type: {
|
|
1924
|
-
name: "Composite",
|
|
1925
|
-
className: "PoolProperties",
|
|
1926
|
-
},
|
|
1927
|
-
}, identity: {
|
|
1928
|
-
serializedName: "identity",
|
|
1929
|
-
type: {
|
|
1930
|
-
name: "Composite",
|
|
1931
|
-
className: "ManagedServiceIdentity",
|
|
1932
|
-
},
|
|
1933
|
-
} }),
|
|
1934
|
-
},
|
|
1935
|
-
};
|
|
1936
|
-
const PoolsCreateOrUpdateHeaders = {
|
|
1937
|
-
type: {
|
|
1938
|
-
name: "Composite",
|
|
1939
|
-
className: "PoolsCreateOrUpdateHeaders",
|
|
1940
|
-
modelProperties: {
|
|
1941
|
-
retryAfter: {
|
|
1942
|
-
serializedName: "retry-after",
|
|
1943
|
-
type: {
|
|
1944
|
-
name: "Number",
|
|
1945
|
-
},
|
|
1946
|
-
},
|
|
1947
|
-
},
|
|
1948
|
-
},
|
|
1949
|
-
};
|
|
1950
|
-
const PoolsUpdateHeaders = {
|
|
1951
|
-
type: {
|
|
1952
|
-
name: "Composite",
|
|
1953
|
-
className: "PoolsUpdateHeaders",
|
|
1954
|
-
modelProperties: {
|
|
1955
|
-
location: {
|
|
1956
|
-
serializedName: "location",
|
|
1957
|
-
type: {
|
|
1958
|
-
name: "String",
|
|
1959
|
-
},
|
|
1960
|
-
},
|
|
1961
|
-
retryAfter: {
|
|
1962
|
-
serializedName: "retry-after",
|
|
1963
|
-
type: {
|
|
1964
|
-
name: "Number",
|
|
1965
|
-
},
|
|
1966
|
-
},
|
|
1967
|
-
},
|
|
1968
|
-
},
|
|
1969
|
-
};
|
|
1970
|
-
const PoolsDeleteHeaders = {
|
|
1971
|
-
type: {
|
|
1972
|
-
name: "Composite",
|
|
1973
|
-
className: "PoolsDeleteHeaders",
|
|
1974
|
-
modelProperties: {
|
|
1975
|
-
location: {
|
|
1976
|
-
serializedName: "location",
|
|
1977
|
-
type: {
|
|
1978
|
-
name: "String",
|
|
1979
|
-
},
|
|
1980
|
-
},
|
|
1981
|
-
retryAfter: {
|
|
1982
|
-
serializedName: "retry-after",
|
|
1983
|
-
type: {
|
|
1984
|
-
name: "Number",
|
|
1985
|
-
},
|
|
1986
|
-
},
|
|
1987
|
-
},
|
|
1988
|
-
},
|
|
1989
|
-
};
|
|
1990
|
-
let discriminators = {
|
|
1991
|
-
OrganizationProfile: OrganizationProfile,
|
|
1992
|
-
AgentProfile: AgentProfile,
|
|
1993
|
-
ResourcePredictionsProfile: ResourcePredictionsProfile,
|
|
1994
|
-
FabricProfile: FabricProfile,
|
|
1995
|
-
AgentProfileUpdate: AgentProfileUpdate,
|
|
1996
|
-
ResourcePredictionsProfileUpdate: ResourcePredictionsProfileUpdate,
|
|
1997
|
-
"OrganizationProfile.AzureDevOps": AzureDevOpsOrganizationProfile,
|
|
1998
|
-
"OrganizationProfile.GitHub": GitHubOrganizationProfile,
|
|
1999
|
-
"AgentProfile.Stateful": Stateful,
|
|
2000
|
-
"AgentProfile.Stateless": StatelessAgentProfile,
|
|
2001
|
-
"ResourcePredictionsProfile.Automatic": AutomaticResourcePredictionsProfile,
|
|
2002
|
-
"ResourcePredictionsProfile.Manual": ManualResourcePredictionsProfile,
|
|
2003
|
-
"FabricProfile.Vmss": VmssFabricProfile,
|
|
2004
|
-
"AgentProfileUpdate.Stateful": StatefulUpdate,
|
|
2005
|
-
"AgentProfileUpdate.Stateless": StatelessAgentProfileUpdate,
|
|
2006
|
-
"ResourcePredictionsProfileUpdate.Automatic": AutomaticResourcePredictionsProfileUpdate,
|
|
2007
|
-
"ResourcePredictionsProfileUpdate.Manual": ManualResourcePredictionsProfileUpdate,
|
|
2008
|
-
};
|
|
2009
|
-
|
|
2010
|
-
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2011
|
-
__proto__: null,
|
|
2012
|
-
AgentProfile: AgentProfile,
|
|
2013
|
-
AgentProfileUpdate: AgentProfileUpdate,
|
|
2014
|
-
AutomaticResourcePredictionsProfile: AutomaticResourcePredictionsProfile,
|
|
2015
|
-
AutomaticResourcePredictionsProfileUpdate: AutomaticResourcePredictionsProfileUpdate,
|
|
2016
|
-
AzureDevOpsOrganizationProfile: AzureDevOpsOrganizationProfile,
|
|
2017
|
-
AzureDevOpsPermissionProfile: AzureDevOpsPermissionProfile,
|
|
2018
|
-
DataDisk: DataDisk,
|
|
2019
|
-
DevOpsAzureSku: DevOpsAzureSku,
|
|
2020
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
2021
|
-
ErrorDetail: ErrorDetail,
|
|
2022
|
-
ErrorResponse: ErrorResponse,
|
|
2023
|
-
FabricProfile: FabricProfile,
|
|
2024
|
-
GitHubOrganization: GitHubOrganization,
|
|
2025
|
-
GitHubOrganizationProfile: GitHubOrganizationProfile,
|
|
2026
|
-
ImageVersion: ImageVersion,
|
|
2027
|
-
ImageVersionListResult: ImageVersionListResult,
|
|
2028
|
-
ImageVersionProperties: ImageVersionProperties,
|
|
2029
|
-
ManagedServiceIdentity: ManagedServiceIdentity,
|
|
2030
|
-
ManualResourcePredictionsProfile: ManualResourcePredictionsProfile,
|
|
2031
|
-
ManualResourcePredictionsProfileUpdate: ManualResourcePredictionsProfileUpdate,
|
|
2032
|
-
NetworkProfile: NetworkProfile,
|
|
2033
|
-
Operation: Operation,
|
|
2034
|
-
OperationDisplay: OperationDisplay,
|
|
2035
|
-
OperationListResult: OperationListResult,
|
|
2036
|
-
Organization: Organization,
|
|
2037
|
-
OrganizationProfile: OrganizationProfile,
|
|
2038
|
-
OsProfile: OsProfile,
|
|
2039
|
-
Pool: Pool,
|
|
2040
|
-
PoolImage: PoolImage,
|
|
2041
|
-
PoolListResult: PoolListResult,
|
|
2042
|
-
PoolProperties: PoolProperties,
|
|
2043
|
-
PoolUpdate: PoolUpdate,
|
|
2044
|
-
PoolUpdateProperties: PoolUpdateProperties,
|
|
2045
|
-
PoolsCreateOrUpdateHeaders: PoolsCreateOrUpdateHeaders,
|
|
2046
|
-
PoolsDeleteHeaders: PoolsDeleteHeaders,
|
|
2047
|
-
PoolsUpdateHeaders: PoolsUpdateHeaders,
|
|
2048
|
-
ProxyResource: ProxyResource,
|
|
2049
|
-
Quota: Quota,
|
|
2050
|
-
QuotaListResult: QuotaListResult,
|
|
2051
|
-
QuotaName: QuotaName,
|
|
2052
|
-
QuotaProperties: QuotaProperties,
|
|
2053
|
-
Resource: Resource,
|
|
2054
|
-
ResourceDetailsObject: ResourceDetailsObject,
|
|
2055
|
-
ResourceDetailsObjectListResult: ResourceDetailsObjectListResult,
|
|
2056
|
-
ResourceDetailsObjectProperties: ResourceDetailsObjectProperties,
|
|
2057
|
-
ResourcePredictionsProfile: ResourcePredictionsProfile,
|
|
2058
|
-
ResourcePredictionsProfileUpdate: ResourcePredictionsProfileUpdate,
|
|
2059
|
-
ResourceSku: ResourceSku,
|
|
2060
|
-
ResourceSkuCapabilities: ResourceSkuCapabilities,
|
|
2061
|
-
ResourceSkuListResult: ResourceSkuListResult,
|
|
2062
|
-
ResourceSkuLocationInfo: ResourceSkuLocationInfo,
|
|
2063
|
-
ResourceSkuProperties: ResourceSkuProperties,
|
|
2064
|
-
ResourceSkuRestrictionInfo: ResourceSkuRestrictionInfo,
|
|
2065
|
-
ResourceSkuRestrictions: ResourceSkuRestrictions,
|
|
2066
|
-
ResourceSkuZoneDetails: ResourceSkuZoneDetails,
|
|
2067
|
-
SecretsManagementSettings: SecretsManagementSettings,
|
|
2068
|
-
Stateful: Stateful,
|
|
2069
|
-
StatefulUpdate: StatefulUpdate,
|
|
2070
|
-
StatelessAgentProfile: StatelessAgentProfile,
|
|
2071
|
-
StatelessAgentProfileUpdate: StatelessAgentProfileUpdate,
|
|
2072
|
-
StorageProfile: StorageProfile,
|
|
2073
|
-
SystemData: SystemData,
|
|
2074
|
-
TrackedResource: TrackedResource,
|
|
2075
|
-
UserAssignedIdentity: UserAssignedIdentity,
|
|
2076
|
-
VmssFabricProfile: VmssFabricProfile,
|
|
2077
|
-
discriminators: discriminators
|
|
2078
|
-
});
|
|
2079
|
-
|
|
2080
|
-
/*
|
|
2081
|
-
* Copyright (c) Microsoft Corporation.
|
|
2082
|
-
* Licensed under the MIT License.
|
|
2083
|
-
*
|
|
2084
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2085
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2086
|
-
*/
|
|
2087
|
-
const accept = {
|
|
2088
|
-
parameterPath: "accept",
|
|
2089
|
-
mapper: {
|
|
2090
|
-
defaultValue: "application/json",
|
|
2091
|
-
isConstant: true,
|
|
2092
|
-
serializedName: "Accept",
|
|
2093
|
-
type: {
|
|
2094
|
-
name: "String",
|
|
2095
|
-
},
|
|
2096
|
-
},
|
|
2097
|
-
};
|
|
2098
|
-
const $host = {
|
|
2099
|
-
parameterPath: "$host",
|
|
2100
|
-
mapper: {
|
|
2101
|
-
serializedName: "$host",
|
|
2102
|
-
required: true,
|
|
2103
|
-
type: {
|
|
2104
|
-
name: "String",
|
|
2105
|
-
},
|
|
2106
|
-
},
|
|
2107
|
-
skipEncoding: true,
|
|
2108
|
-
};
|
|
2109
|
-
const apiVersion = {
|
|
2110
|
-
parameterPath: "apiVersion",
|
|
2111
|
-
mapper: {
|
|
2112
|
-
defaultValue: "2024-04-04-preview",
|
|
2113
|
-
isConstant: true,
|
|
2114
|
-
serializedName: "api-version",
|
|
2115
|
-
type: {
|
|
2116
|
-
name: "String",
|
|
2117
|
-
},
|
|
2118
|
-
},
|
|
2119
|
-
};
|
|
2120
|
-
const nextLink = {
|
|
2121
|
-
parameterPath: "nextLink",
|
|
2122
|
-
mapper: {
|
|
2123
|
-
serializedName: "nextLink",
|
|
2124
|
-
required: true,
|
|
2125
|
-
type: {
|
|
2126
|
-
name: "String",
|
|
2127
|
-
},
|
|
2128
|
-
},
|
|
2129
|
-
skipEncoding: true,
|
|
2130
|
-
};
|
|
2131
|
-
const subscriptionId = {
|
|
2132
|
-
parameterPath: "subscriptionId",
|
|
2133
|
-
mapper: {
|
|
2134
|
-
serializedName: "subscriptionId",
|
|
2135
|
-
required: true,
|
|
2136
|
-
type: {
|
|
2137
|
-
name: "Uuid",
|
|
2138
|
-
},
|
|
2139
|
-
},
|
|
2140
|
-
};
|
|
2141
|
-
const locationName = {
|
|
2142
|
-
parameterPath: "locationName",
|
|
2143
|
-
mapper: {
|
|
2144
|
-
constraints: {
|
|
2145
|
-
Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9-.]*$"),
|
|
2146
|
-
},
|
|
2147
|
-
serializedName: "locationName",
|
|
2148
|
-
required: true,
|
|
2149
|
-
type: {
|
|
2150
|
-
name: "String",
|
|
2151
|
-
},
|
|
2152
|
-
},
|
|
2153
|
-
};
|
|
2154
|
-
const resourceGroupName = {
|
|
2155
|
-
parameterPath: "resourceGroupName",
|
|
2156
|
-
mapper: {
|
|
2157
|
-
constraints: {
|
|
2158
|
-
MaxLength: 90,
|
|
2159
|
-
MinLength: 1,
|
|
2160
|
-
},
|
|
2161
|
-
serializedName: "resourceGroupName",
|
|
2162
|
-
required: true,
|
|
2163
|
-
type: {
|
|
2164
|
-
name: "String",
|
|
2165
|
-
},
|
|
2166
|
-
},
|
|
2167
|
-
};
|
|
2168
|
-
const poolName = {
|
|
2169
|
-
parameterPath: "poolName",
|
|
2170
|
-
mapper: {
|
|
2171
|
-
constraints: {
|
|
2172
|
-
Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9-.]*$"),
|
|
2173
|
-
},
|
|
2174
|
-
serializedName: "poolName",
|
|
2175
|
-
required: true,
|
|
2176
|
-
type: {
|
|
2177
|
-
name: "String",
|
|
2178
|
-
},
|
|
2179
|
-
},
|
|
2180
|
-
};
|
|
2181
|
-
const contentType = {
|
|
2182
|
-
parameterPath: ["options", "contentType"],
|
|
2183
|
-
mapper: {
|
|
2184
|
-
defaultValue: "application/json",
|
|
2185
|
-
isConstant: true,
|
|
2186
|
-
serializedName: "Content-Type",
|
|
2187
|
-
type: {
|
|
2188
|
-
name: "String",
|
|
2189
|
-
},
|
|
2190
|
-
},
|
|
2191
|
-
};
|
|
2192
|
-
const resource = {
|
|
2193
|
-
parameterPath: "resource",
|
|
2194
|
-
mapper: Pool,
|
|
2195
|
-
};
|
|
2196
|
-
const properties = {
|
|
2197
|
-
parameterPath: "properties",
|
|
2198
|
-
mapper: PoolUpdate,
|
|
2199
|
-
};
|
|
2200
|
-
const imageName = {
|
|
2201
|
-
parameterPath: "imageName",
|
|
2202
|
-
mapper: {
|
|
2203
|
-
constraints: {
|
|
2204
|
-
Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9-.]*$"),
|
|
2205
|
-
},
|
|
2206
|
-
serializedName: "imageName",
|
|
2207
|
-
required: true,
|
|
2208
|
-
type: {
|
|
2209
|
-
name: "String",
|
|
2210
|
-
},
|
|
2211
|
-
},
|
|
2212
|
-
};
|
|
2213
|
-
|
|
2214
|
-
/*
|
|
2215
|
-
* Copyright (c) Microsoft Corporation.
|
|
2216
|
-
* Licensed under the MIT License.
|
|
2217
|
-
*
|
|
2218
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2219
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2220
|
-
*/
|
|
2221
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2222
|
-
/** Class containing Operations operations. */
|
|
2223
|
-
class OperationsImpl {
|
|
2224
|
-
/**
|
|
2225
|
-
* Initialize a new instance of the class Operations class.
|
|
2226
|
-
* @param client Reference to the service client
|
|
2227
|
-
*/
|
|
2228
|
-
constructor(client) {
|
|
2229
|
-
this.client = client;
|
|
2230
|
-
}
|
|
2231
|
-
/**
|
|
2232
|
-
* List the operations for the provider
|
|
2233
|
-
* @param options The options parameters.
|
|
2234
|
-
*/
|
|
2235
|
-
list(options) {
|
|
2236
|
-
const iter = this.listPagingAll(options);
|
|
2237
|
-
return {
|
|
2238
|
-
next() {
|
|
2239
|
-
return iter.next();
|
|
2240
|
-
},
|
|
2241
|
-
[Symbol.asyncIterator]() {
|
|
2242
|
-
return this;
|
|
2243
|
-
},
|
|
2244
|
-
byPage: (settings) => {
|
|
2245
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
2246
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2247
|
-
}
|
|
2248
|
-
return this.listPagingPage(options, settings);
|
|
2249
|
-
},
|
|
2250
|
-
};
|
|
2251
|
-
}
|
|
2252
|
-
listPagingPage(options, settings) {
|
|
2253
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
2254
|
-
let result;
|
|
2255
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
2256
|
-
if (!continuationToken) {
|
|
2257
|
-
result = yield tslib.__await(this._list(options));
|
|
2258
|
-
let page = result.value || [];
|
|
2259
|
-
continuationToken = result.nextLink;
|
|
2260
|
-
setContinuationToken(page, continuationToken);
|
|
2261
|
-
yield yield tslib.__await(page);
|
|
2262
|
-
}
|
|
2263
|
-
while (continuationToken) {
|
|
2264
|
-
result = yield tslib.__await(this._listNext(continuationToken, options));
|
|
2265
|
-
continuationToken = result.nextLink;
|
|
2266
|
-
let page = result.value || [];
|
|
2267
|
-
setContinuationToken(page, continuationToken);
|
|
2268
|
-
yield yield tslib.__await(page);
|
|
2269
|
-
}
|
|
2270
|
-
});
|
|
2271
|
-
}
|
|
2272
|
-
listPagingAll(options) {
|
|
2273
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2274
|
-
var _a, e_1, _b, _c;
|
|
2275
|
-
try {
|
|
2276
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2277
|
-
_c = _f.value;
|
|
2278
|
-
_d = false;
|
|
2279
|
-
const page = _c;
|
|
2280
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2281
|
-
}
|
|
2282
|
-
}
|
|
2283
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2284
|
-
finally {
|
|
2285
|
-
try {
|
|
2286
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2287
|
-
}
|
|
2288
|
-
finally { if (e_1) throw e_1.error; }
|
|
2289
|
-
}
|
|
2290
|
-
});
|
|
2291
|
-
}
|
|
2292
|
-
/**
|
|
2293
|
-
* List the operations for the provider
|
|
2294
|
-
* @param options The options parameters.
|
|
2295
|
-
*/
|
|
2296
|
-
_list(options) {
|
|
2297
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
2298
|
-
}
|
|
2299
|
-
/**
|
|
2300
|
-
* ListNext
|
|
2301
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
2302
|
-
* @param options The options parameters.
|
|
2303
|
-
*/
|
|
2304
|
-
_listNext(nextLink, options) {
|
|
2305
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
// Operation Specifications
|
|
2309
|
-
const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
2310
|
-
const listOperationSpec = {
|
|
2311
|
-
path: "/providers/Microsoft.DevOpsInfrastructure/operations",
|
|
2312
|
-
httpMethod: "GET",
|
|
2313
|
-
responses: {
|
|
2314
|
-
200: {
|
|
2315
|
-
bodyMapper: OperationListResult,
|
|
2316
|
-
},
|
|
2317
|
-
default: {
|
|
2318
|
-
bodyMapper: ErrorResponse,
|
|
2319
|
-
},
|
|
2320
|
-
},
|
|
2321
|
-
queryParameters: [apiVersion],
|
|
2322
|
-
urlParameters: [$host],
|
|
2323
|
-
headerParameters: [accept],
|
|
2324
|
-
serializer: serializer$5,
|
|
2325
|
-
};
|
|
2326
|
-
const listNextOperationSpec = {
|
|
2327
|
-
path: "{nextLink}",
|
|
2328
|
-
httpMethod: "GET",
|
|
2329
|
-
responses: {
|
|
2330
|
-
200: {
|
|
2331
|
-
bodyMapper: OperationListResult,
|
|
2332
|
-
},
|
|
2333
|
-
default: {
|
|
2334
|
-
bodyMapper: ErrorResponse,
|
|
2335
|
-
},
|
|
2336
|
-
},
|
|
2337
|
-
urlParameters: [$host, nextLink],
|
|
2338
|
-
headerParameters: [accept],
|
|
2339
|
-
serializer: serializer$5,
|
|
2340
|
-
};
|
|
2341
|
-
|
|
2342
|
-
/*
|
|
2343
|
-
* Copyright (c) Microsoft Corporation.
|
|
2344
|
-
* Licensed under the MIT License.
|
|
2345
|
-
*
|
|
2346
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2347
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2348
|
-
*/
|
|
2349
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2350
|
-
/** Class containing Sku operations. */
|
|
2351
|
-
class SkuImpl {
|
|
2352
|
-
/**
|
|
2353
|
-
* Initialize a new instance of the class Sku class.
|
|
2354
|
-
* @param client Reference to the service client
|
|
2355
|
-
*/
|
|
2356
|
-
constructor(client) {
|
|
2357
|
-
this.client = client;
|
|
2358
|
-
}
|
|
2359
|
-
/**
|
|
2360
|
-
* List ResourceSku resources by subscription ID
|
|
2361
|
-
* @param locationName Name of the location.
|
|
2362
|
-
* @param options The options parameters.
|
|
2363
|
-
*/
|
|
2364
|
-
listByLocation(locationName, options) {
|
|
2365
|
-
const iter = this.listByLocationPagingAll(locationName, options);
|
|
2366
|
-
return {
|
|
2367
|
-
next() {
|
|
2368
|
-
return iter.next();
|
|
2369
|
-
},
|
|
2370
|
-
[Symbol.asyncIterator]() {
|
|
2371
|
-
return this;
|
|
2372
|
-
},
|
|
2373
|
-
byPage: (settings) => {
|
|
2374
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
2375
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2376
|
-
}
|
|
2377
|
-
return this.listByLocationPagingPage(locationName, options, settings);
|
|
2378
|
-
},
|
|
2379
|
-
};
|
|
2380
|
-
}
|
|
2381
|
-
listByLocationPagingPage(locationName, options, settings) {
|
|
2382
|
-
return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
2383
|
-
let result;
|
|
2384
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
2385
|
-
if (!continuationToken) {
|
|
2386
|
-
result = yield tslib.__await(this._listByLocation(locationName, options));
|
|
2387
|
-
let page = result.value || [];
|
|
2388
|
-
continuationToken = result.nextLink;
|
|
2389
|
-
setContinuationToken(page, continuationToken);
|
|
2390
|
-
yield yield tslib.__await(page);
|
|
2391
|
-
}
|
|
2392
|
-
while (continuationToken) {
|
|
2393
|
-
result = yield tslib.__await(this._listByLocationNext(locationName, continuationToken, options));
|
|
2394
|
-
continuationToken = result.nextLink;
|
|
2395
|
-
let page = result.value || [];
|
|
2396
|
-
setContinuationToken(page, continuationToken);
|
|
2397
|
-
yield yield tslib.__await(page);
|
|
2398
|
-
}
|
|
2399
|
-
});
|
|
2400
|
-
}
|
|
2401
|
-
listByLocationPagingAll(locationName, options) {
|
|
2402
|
-
return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
2403
|
-
var _a, e_1, _b, _c;
|
|
2404
|
-
try {
|
|
2405
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(locationName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2406
|
-
_c = _f.value;
|
|
2407
|
-
_d = false;
|
|
2408
|
-
const page = _c;
|
|
2409
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2413
|
-
finally {
|
|
2414
|
-
try {
|
|
2415
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2416
|
-
}
|
|
2417
|
-
finally { if (e_1) throw e_1.error; }
|
|
2418
|
-
}
|
|
2419
|
-
});
|
|
2420
|
-
}
|
|
2421
|
-
/**
|
|
2422
|
-
* List ResourceSku resources by subscription ID
|
|
2423
|
-
* @param locationName Name of the location.
|
|
2424
|
-
* @param options The options parameters.
|
|
2425
|
-
*/
|
|
2426
|
-
_listByLocation(locationName, options) {
|
|
2427
|
-
return this.client.sendOperationRequest({ locationName, options }, listByLocationOperationSpec$1);
|
|
2428
|
-
}
|
|
2429
|
-
/**
|
|
2430
|
-
* ListByLocationNext
|
|
2431
|
-
* @param locationName Name of the location.
|
|
2432
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
2433
|
-
* @param options The options parameters.
|
|
2434
|
-
*/
|
|
2435
|
-
_listByLocationNext(locationName, nextLink, options) {
|
|
2436
|
-
return this.client.sendOperationRequest({ locationName, nextLink, options }, listByLocationNextOperationSpec$1);
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
// Operation Specifications
|
|
2440
|
-
const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
2441
|
-
const listByLocationOperationSpec$1 = {
|
|
2442
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevOpsInfrastructure/locations/{locationName}/skus",
|
|
2443
|
-
httpMethod: "GET",
|
|
2444
|
-
responses: {
|
|
2445
|
-
200: {
|
|
2446
|
-
bodyMapper: ResourceSkuListResult,
|
|
2447
|
-
},
|
|
2448
|
-
default: {
|
|
2449
|
-
bodyMapper: ErrorResponse,
|
|
2450
|
-
},
|
|
2451
|
-
},
|
|
2452
|
-
queryParameters: [apiVersion],
|
|
2453
|
-
urlParameters: [
|
|
2454
|
-
$host,
|
|
2455
|
-
subscriptionId,
|
|
2456
|
-
locationName,
|
|
2457
|
-
],
|
|
2458
|
-
headerParameters: [accept],
|
|
2459
|
-
serializer: serializer$4,
|
|
2460
|
-
};
|
|
2461
|
-
const listByLocationNextOperationSpec$1 = {
|
|
2462
|
-
path: "{nextLink}",
|
|
2463
|
-
httpMethod: "GET",
|
|
2464
|
-
responses: {
|
|
2465
|
-
200: {
|
|
2466
|
-
bodyMapper: ResourceSkuListResult,
|
|
2467
|
-
},
|
|
2468
|
-
default: {
|
|
2469
|
-
bodyMapper: ErrorResponse,
|
|
2470
|
-
},
|
|
2471
|
-
},
|
|
2472
|
-
urlParameters: [
|
|
2473
|
-
$host,
|
|
2474
|
-
nextLink,
|
|
2475
|
-
subscriptionId,
|
|
2476
|
-
locationName,
|
|
2477
|
-
],
|
|
2478
|
-
headerParameters: [accept],
|
|
2479
|
-
serializer: serializer$4,
|
|
2480
|
-
};
|
|
2481
|
-
|
|
2482
|
-
/*
|
|
2483
|
-
* Copyright (c) Microsoft Corporation.
|
|
2484
|
-
* Licensed under the MIT License.
|
|
2485
|
-
*
|
|
2486
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2487
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2488
|
-
*/
|
|
2489
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2490
|
-
/** Class containing SubscriptionUsages operations. */
|
|
2491
|
-
class SubscriptionUsagesImpl {
|
|
2492
|
-
/**
|
|
2493
|
-
* Initialize a new instance of the class SubscriptionUsages class.
|
|
2494
|
-
* @param client Reference to the service client
|
|
2495
|
-
*/
|
|
2496
|
-
constructor(client) {
|
|
2497
|
-
this.client = client;
|
|
2498
|
-
}
|
|
2499
|
-
/**
|
|
2500
|
-
* List Quota resources by subscription ID
|
|
2501
|
-
* @param locationName Name of the location.
|
|
2502
|
-
* @param options The options parameters.
|
|
2503
|
-
*/
|
|
2504
|
-
listByLocation(locationName, options) {
|
|
2505
|
-
const iter = this.listByLocationPagingAll(locationName, options);
|
|
2506
|
-
return {
|
|
2507
|
-
next() {
|
|
2508
|
-
return iter.next();
|
|
2509
|
-
},
|
|
2510
|
-
[Symbol.asyncIterator]() {
|
|
2511
|
-
return this;
|
|
2512
|
-
},
|
|
2513
|
-
byPage: (settings) => {
|
|
2514
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
2515
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2516
|
-
}
|
|
2517
|
-
return this.listByLocationPagingPage(locationName, options, settings);
|
|
2518
|
-
},
|
|
2519
|
-
};
|
|
2520
|
-
}
|
|
2521
|
-
listByLocationPagingPage(locationName, options, settings) {
|
|
2522
|
-
return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
2523
|
-
let result;
|
|
2524
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
2525
|
-
if (!continuationToken) {
|
|
2526
|
-
result = yield tslib.__await(this._listByLocation(locationName, options));
|
|
2527
|
-
let page = result.value || [];
|
|
2528
|
-
continuationToken = result.nextLink;
|
|
2529
|
-
setContinuationToken(page, continuationToken);
|
|
2530
|
-
yield yield tslib.__await(page);
|
|
2531
|
-
}
|
|
2532
|
-
while (continuationToken) {
|
|
2533
|
-
result = yield tslib.__await(this._listByLocationNext(locationName, continuationToken, options));
|
|
2534
|
-
continuationToken = result.nextLink;
|
|
2535
|
-
let page = result.value || [];
|
|
2536
|
-
setContinuationToken(page, continuationToken);
|
|
2537
|
-
yield yield tslib.__await(page);
|
|
2538
|
-
}
|
|
2539
|
-
});
|
|
2540
|
-
}
|
|
2541
|
-
listByLocationPagingAll(locationName, options) {
|
|
2542
|
-
return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
2543
|
-
var _a, e_1, _b, _c;
|
|
2544
|
-
try {
|
|
2545
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(locationName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2546
|
-
_c = _f.value;
|
|
2547
|
-
_d = false;
|
|
2548
|
-
const page = _c;
|
|
2549
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2553
|
-
finally {
|
|
2554
|
-
try {
|
|
2555
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2556
|
-
}
|
|
2557
|
-
finally { if (e_1) throw e_1.error; }
|
|
2558
|
-
}
|
|
2559
|
-
});
|
|
2560
|
-
}
|
|
2561
|
-
/**
|
|
2562
|
-
* List Quota resources by subscription ID
|
|
2563
|
-
* @param locationName Name of the location.
|
|
2564
|
-
* @param options The options parameters.
|
|
2565
|
-
*/
|
|
2566
|
-
_listByLocation(locationName, options) {
|
|
2567
|
-
return this.client.sendOperationRequest({ locationName, options }, listByLocationOperationSpec);
|
|
2568
|
-
}
|
|
2569
|
-
/**
|
|
2570
|
-
* ListByLocationNext
|
|
2571
|
-
* @param locationName Name of the location.
|
|
2572
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
2573
|
-
* @param options The options parameters.
|
|
2574
|
-
*/
|
|
2575
|
-
_listByLocationNext(locationName, nextLink, options) {
|
|
2576
|
-
return this.client.sendOperationRequest({ locationName, nextLink, options }, listByLocationNextOperationSpec);
|
|
2577
|
-
}
|
|
2578
|
-
}
|
|
2579
|
-
// Operation Specifications
|
|
2580
|
-
const serializer$3 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
2581
|
-
const listByLocationOperationSpec = {
|
|
2582
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevOpsInfrastructure/locations/{locationName}/usages",
|
|
2583
|
-
httpMethod: "GET",
|
|
2584
|
-
responses: {
|
|
2585
|
-
200: {
|
|
2586
|
-
bodyMapper: QuotaListResult,
|
|
2587
|
-
},
|
|
2588
|
-
default: {
|
|
2589
|
-
bodyMapper: ErrorResponse,
|
|
2590
|
-
},
|
|
2591
|
-
},
|
|
2592
|
-
queryParameters: [apiVersion],
|
|
2593
|
-
urlParameters: [
|
|
2594
|
-
$host,
|
|
2595
|
-
subscriptionId,
|
|
2596
|
-
locationName,
|
|
2597
|
-
],
|
|
2598
|
-
headerParameters: [accept],
|
|
2599
|
-
serializer: serializer$3,
|
|
2600
|
-
};
|
|
2601
|
-
const listByLocationNextOperationSpec = {
|
|
2602
|
-
path: "{nextLink}",
|
|
2603
|
-
httpMethod: "GET",
|
|
2604
|
-
responses: {
|
|
2605
|
-
200: {
|
|
2606
|
-
bodyMapper: QuotaListResult,
|
|
2607
|
-
},
|
|
2608
|
-
default: {
|
|
2609
|
-
bodyMapper: ErrorResponse,
|
|
2610
|
-
},
|
|
2611
|
-
},
|
|
2612
|
-
urlParameters: [
|
|
2613
|
-
$host,
|
|
2614
|
-
nextLink,
|
|
2615
|
-
subscriptionId,
|
|
2616
|
-
locationName,
|
|
2617
|
-
],
|
|
2618
|
-
headerParameters: [accept],
|
|
2619
|
-
serializer: serializer$3,
|
|
2620
|
-
};
|
|
2621
|
-
|
|
2622
|
-
/*
|
|
2623
|
-
* Copyright (c) Microsoft Corporation.
|
|
2624
|
-
* Licensed under the MIT License.
|
|
2625
|
-
*
|
|
2626
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2627
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2628
|
-
*/
|
|
2629
|
-
function createLroSpec(inputs) {
|
|
2630
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
2631
|
-
return {
|
|
2632
|
-
requestMethod: spec.httpMethod,
|
|
2633
|
-
requestPath: spec.path,
|
|
2634
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
2635
|
-
sendPollRequest: (path, options) => {
|
|
2636
|
-
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
2637
|
-
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
|
2638
|
-
},
|
|
2639
|
-
};
|
|
2640
|
-
}
|
|
2641
|
-
|
|
2642
|
-
/*
|
|
2643
|
-
* Copyright (c) Microsoft Corporation.
|
|
2644
|
-
* Licensed under the MIT License.
|
|
2645
|
-
*
|
|
2646
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2647
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2648
|
-
*/
|
|
2649
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2650
|
-
/** Class containing Pools operations. */
|
|
2651
|
-
class PoolsImpl {
|
|
2652
|
-
/**
|
|
2653
|
-
* Initialize a new instance of the class Pools class.
|
|
2654
|
-
* @param client Reference to the service client
|
|
2655
|
-
*/
|
|
2656
|
-
constructor(client) {
|
|
2657
|
-
this.client = client;
|
|
2658
|
-
}
|
|
2659
|
-
/**
|
|
2660
|
-
* List Pool resources by subscription ID
|
|
2661
|
-
* @param options The options parameters.
|
|
2662
|
-
*/
|
|
2663
|
-
listBySubscription(options) {
|
|
2664
|
-
const iter = this.listBySubscriptionPagingAll(options);
|
|
2665
|
-
return {
|
|
2666
|
-
next() {
|
|
2667
|
-
return iter.next();
|
|
2668
|
-
},
|
|
2669
|
-
[Symbol.asyncIterator]() {
|
|
2670
|
-
return this;
|
|
2671
|
-
},
|
|
2672
|
-
byPage: (settings) => {
|
|
2673
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
2674
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2675
|
-
}
|
|
2676
|
-
return this.listBySubscriptionPagingPage(options, settings);
|
|
2677
|
-
},
|
|
2678
|
-
};
|
|
2679
|
-
}
|
|
2680
|
-
listBySubscriptionPagingPage(options, settings) {
|
|
2681
|
-
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
2682
|
-
let result;
|
|
2683
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
2684
|
-
if (!continuationToken) {
|
|
2685
|
-
result = yield tslib.__await(this._listBySubscription(options));
|
|
2686
|
-
let page = result.value || [];
|
|
2687
|
-
continuationToken = result.nextLink;
|
|
2688
|
-
setContinuationToken(page, continuationToken);
|
|
2689
|
-
yield yield tslib.__await(page);
|
|
2690
|
-
}
|
|
2691
|
-
while (continuationToken) {
|
|
2692
|
-
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
2693
|
-
continuationToken = result.nextLink;
|
|
2694
|
-
let page = result.value || [];
|
|
2695
|
-
setContinuationToken(page, continuationToken);
|
|
2696
|
-
yield yield tslib.__await(page);
|
|
2697
|
-
}
|
|
2698
|
-
});
|
|
2699
|
-
}
|
|
2700
|
-
listBySubscriptionPagingAll(options) {
|
|
2701
|
-
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
2702
|
-
var _a, e_1, _b, _c;
|
|
2703
|
-
try {
|
|
2704
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2705
|
-
_c = _f.value;
|
|
2706
|
-
_d = false;
|
|
2707
|
-
const page = _c;
|
|
2708
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2712
|
-
finally {
|
|
2713
|
-
try {
|
|
2714
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2715
|
-
}
|
|
2716
|
-
finally { if (e_1) throw e_1.error; }
|
|
2717
|
-
}
|
|
2718
|
-
});
|
|
2719
|
-
}
|
|
2720
|
-
/**
|
|
2721
|
-
* List Pool resources by resource group
|
|
2722
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2723
|
-
* @param options The options parameters.
|
|
2724
|
-
*/
|
|
2725
|
-
listByResourceGroup(resourceGroupName, options) {
|
|
2726
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
2727
|
-
return {
|
|
2728
|
-
next() {
|
|
2729
|
-
return iter.next();
|
|
2730
|
-
},
|
|
2731
|
-
[Symbol.asyncIterator]() {
|
|
2732
|
-
return this;
|
|
2733
|
-
},
|
|
2734
|
-
byPage: (settings) => {
|
|
2735
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
2736
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2737
|
-
}
|
|
2738
|
-
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
2739
|
-
},
|
|
2740
|
-
};
|
|
2741
|
-
}
|
|
2742
|
-
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
2743
|
-
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
2744
|
-
let result;
|
|
2745
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
2746
|
-
if (!continuationToken) {
|
|
2747
|
-
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
2748
|
-
let page = result.value || [];
|
|
2749
|
-
continuationToken = result.nextLink;
|
|
2750
|
-
setContinuationToken(page, continuationToken);
|
|
2751
|
-
yield yield tslib.__await(page);
|
|
2752
|
-
}
|
|
2753
|
-
while (continuationToken) {
|
|
2754
|
-
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
2755
|
-
continuationToken = result.nextLink;
|
|
2756
|
-
let page = result.value || [];
|
|
2757
|
-
setContinuationToken(page, continuationToken);
|
|
2758
|
-
yield yield tslib.__await(page);
|
|
2759
|
-
}
|
|
2760
|
-
});
|
|
2761
|
-
}
|
|
2762
|
-
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
2763
|
-
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
2764
|
-
var _a, e_2, _b, _c;
|
|
2765
|
-
try {
|
|
2766
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2767
|
-
_c = _f.value;
|
|
2768
|
-
_d = false;
|
|
2769
|
-
const page = _c;
|
|
2770
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2771
|
-
}
|
|
2772
|
-
}
|
|
2773
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
2774
|
-
finally {
|
|
2775
|
-
try {
|
|
2776
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2777
|
-
}
|
|
2778
|
-
finally { if (e_2) throw e_2.error; }
|
|
2779
|
-
}
|
|
2780
|
-
});
|
|
2781
|
-
}
|
|
2782
|
-
/**
|
|
2783
|
-
* List Pool resources by subscription ID
|
|
2784
|
-
* @param options The options parameters.
|
|
2785
|
-
*/
|
|
2786
|
-
_listBySubscription(options) {
|
|
2787
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
2788
|
-
}
|
|
2789
|
-
/**
|
|
2790
|
-
* List Pool resources by resource group
|
|
2791
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2792
|
-
* @param options The options parameters.
|
|
2793
|
-
*/
|
|
2794
|
-
_listByResourceGroup(resourceGroupName, options) {
|
|
2795
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
2796
|
-
}
|
|
2797
|
-
/**
|
|
2798
|
-
* Get a Pool
|
|
2799
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2800
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2801
|
-
* @param options The options parameters.
|
|
2802
|
-
*/
|
|
2803
|
-
get(resourceGroupName, poolName, options) {
|
|
2804
|
-
return this.client.sendOperationRequest({ resourceGroupName, poolName, options }, getOperationSpec);
|
|
2805
|
-
}
|
|
2806
|
-
/**
|
|
2807
|
-
* Create a Pool
|
|
2808
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2809
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2810
|
-
* @param resource Resource create parameters.
|
|
2811
|
-
* @param options The options parameters.
|
|
2812
|
-
*/
|
|
2813
|
-
beginCreateOrUpdate(resourceGroupName, poolName, resource, options) {
|
|
2814
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2815
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2816
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2817
|
-
});
|
|
2818
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2819
|
-
var _a;
|
|
2820
|
-
let currentRawResponse = undefined;
|
|
2821
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
2822
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2823
|
-
currentRawResponse = rawResponse;
|
|
2824
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
2825
|
-
};
|
|
2826
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2827
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2828
|
-
return {
|
|
2829
|
-
flatResponse,
|
|
2830
|
-
rawResponse: {
|
|
2831
|
-
statusCode: currentRawResponse.status,
|
|
2832
|
-
body: currentRawResponse.parsedBody,
|
|
2833
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
2834
|
-
},
|
|
2835
|
-
};
|
|
2836
|
-
});
|
|
2837
|
-
const lro = createLroSpec({
|
|
2838
|
-
sendOperationFn,
|
|
2839
|
-
args: { resourceGroupName, poolName, resource, options },
|
|
2840
|
-
spec: createOrUpdateOperationSpec,
|
|
2841
|
-
});
|
|
2842
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2843
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
2844
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
2845
|
-
resourceLocationConfig: "azure-async-operation",
|
|
2846
|
-
});
|
|
2847
|
-
yield poller.poll();
|
|
2848
|
-
return poller;
|
|
2849
|
-
});
|
|
2850
|
-
}
|
|
2851
|
-
/**
|
|
2852
|
-
* Create a Pool
|
|
2853
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2854
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2855
|
-
* @param resource Resource create parameters.
|
|
2856
|
-
* @param options The options parameters.
|
|
2857
|
-
*/
|
|
2858
|
-
beginCreateOrUpdateAndWait(resourceGroupName, poolName, resource, options) {
|
|
2859
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2860
|
-
const poller = yield this.beginCreateOrUpdate(resourceGroupName, poolName, resource, options);
|
|
2861
|
-
return poller.pollUntilDone();
|
|
2862
|
-
});
|
|
2863
|
-
}
|
|
2864
|
-
/**
|
|
2865
|
-
* Update a Pool
|
|
2866
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2867
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2868
|
-
* @param properties The resource properties to be updated.
|
|
2869
|
-
* @param options The options parameters.
|
|
2870
|
-
*/
|
|
2871
|
-
beginUpdate(resourceGroupName, poolName, properties, options) {
|
|
2872
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2873
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2874
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2875
|
-
});
|
|
2876
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2877
|
-
var _a;
|
|
2878
|
-
let currentRawResponse = undefined;
|
|
2879
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
2880
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2881
|
-
currentRawResponse = rawResponse;
|
|
2882
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
2883
|
-
};
|
|
2884
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2885
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2886
|
-
return {
|
|
2887
|
-
flatResponse,
|
|
2888
|
-
rawResponse: {
|
|
2889
|
-
statusCode: currentRawResponse.status,
|
|
2890
|
-
body: currentRawResponse.parsedBody,
|
|
2891
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
2892
|
-
},
|
|
2893
|
-
};
|
|
2894
|
-
});
|
|
2895
|
-
const lro = createLroSpec({
|
|
2896
|
-
sendOperationFn,
|
|
2897
|
-
args: { resourceGroupName, poolName, properties, options },
|
|
2898
|
-
spec: updateOperationSpec,
|
|
2899
|
-
});
|
|
2900
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2901
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
2902
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
2903
|
-
resourceLocationConfig: "location",
|
|
2904
|
-
});
|
|
2905
|
-
yield poller.poll();
|
|
2906
|
-
return poller;
|
|
2907
|
-
});
|
|
2908
|
-
}
|
|
2909
|
-
/**
|
|
2910
|
-
* Update a Pool
|
|
2911
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2912
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2913
|
-
* @param properties The resource properties to be updated.
|
|
2914
|
-
* @param options The options parameters.
|
|
2915
|
-
*/
|
|
2916
|
-
beginUpdateAndWait(resourceGroupName, poolName, properties, options) {
|
|
2917
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2918
|
-
const poller = yield this.beginUpdate(resourceGroupName, poolName, properties, options);
|
|
2919
|
-
return poller.pollUntilDone();
|
|
2920
|
-
});
|
|
2921
|
-
}
|
|
2922
|
-
/**
|
|
2923
|
-
* Delete a Pool
|
|
2924
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2925
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2926
|
-
* @param options The options parameters.
|
|
2927
|
-
*/
|
|
2928
|
-
beginDelete(resourceGroupName, poolName, options) {
|
|
2929
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2930
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2931
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2932
|
-
});
|
|
2933
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2934
|
-
var _a;
|
|
2935
|
-
let currentRawResponse = undefined;
|
|
2936
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
2937
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2938
|
-
currentRawResponse = rawResponse;
|
|
2939
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
2940
|
-
};
|
|
2941
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2942
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2943
|
-
return {
|
|
2944
|
-
flatResponse,
|
|
2945
|
-
rawResponse: {
|
|
2946
|
-
statusCode: currentRawResponse.status,
|
|
2947
|
-
body: currentRawResponse.parsedBody,
|
|
2948
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
2949
|
-
},
|
|
2950
|
-
};
|
|
2951
|
-
});
|
|
2952
|
-
const lro = createLroSpec({
|
|
2953
|
-
sendOperationFn,
|
|
2954
|
-
args: { resourceGroupName, poolName, options },
|
|
2955
|
-
spec: deleteOperationSpec,
|
|
2956
|
-
});
|
|
2957
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2958
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
2959
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
2960
|
-
resourceLocationConfig: "location",
|
|
2961
|
-
});
|
|
2962
|
-
yield poller.poll();
|
|
2963
|
-
return poller;
|
|
2964
|
-
});
|
|
2965
|
-
}
|
|
2966
|
-
/**
|
|
2967
|
-
* Delete a Pool
|
|
2968
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2969
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
2970
|
-
* @param options The options parameters.
|
|
2971
|
-
*/
|
|
2972
|
-
beginDeleteAndWait(resourceGroupName, poolName, options) {
|
|
2973
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
2974
|
-
const poller = yield this.beginDelete(resourceGroupName, poolName, options);
|
|
2975
|
-
return poller.pollUntilDone();
|
|
2976
|
-
});
|
|
2977
|
-
}
|
|
2978
|
-
/**
|
|
2979
|
-
* ListBySubscriptionNext
|
|
2980
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
2981
|
-
* @param options The options parameters.
|
|
2982
|
-
*/
|
|
2983
|
-
_listBySubscriptionNext(nextLink, options) {
|
|
2984
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
2985
|
-
}
|
|
2986
|
-
/**
|
|
2987
|
-
* ListByResourceGroupNext
|
|
2988
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2989
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
2990
|
-
* @param options The options parameters.
|
|
2991
|
-
*/
|
|
2992
|
-
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
2993
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
// Operation Specifications
|
|
2997
|
-
const serializer$2 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
2998
|
-
const listBySubscriptionOperationSpec = {
|
|
2999
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevOpsInfrastructure/pools",
|
|
3000
|
-
httpMethod: "GET",
|
|
3001
|
-
responses: {
|
|
3002
|
-
200: {
|
|
3003
|
-
bodyMapper: PoolListResult,
|
|
3004
|
-
},
|
|
3005
|
-
default: {
|
|
3006
|
-
bodyMapper: ErrorResponse,
|
|
3007
|
-
},
|
|
3008
|
-
},
|
|
3009
|
-
queryParameters: [apiVersion],
|
|
3010
|
-
urlParameters: [$host, subscriptionId],
|
|
3011
|
-
headerParameters: [accept],
|
|
3012
|
-
serializer: serializer$2,
|
|
3013
|
-
};
|
|
3014
|
-
const listByResourceGroupOperationSpec = {
|
|
3015
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools",
|
|
3016
|
-
httpMethod: "GET",
|
|
3017
|
-
responses: {
|
|
3018
|
-
200: {
|
|
3019
|
-
bodyMapper: PoolListResult,
|
|
3020
|
-
},
|
|
3021
|
-
default: {
|
|
3022
|
-
bodyMapper: ErrorResponse,
|
|
3023
|
-
},
|
|
3024
|
-
},
|
|
3025
|
-
queryParameters: [apiVersion],
|
|
3026
|
-
urlParameters: [
|
|
3027
|
-
$host,
|
|
3028
|
-
subscriptionId,
|
|
3029
|
-
resourceGroupName,
|
|
3030
|
-
],
|
|
3031
|
-
headerParameters: [accept],
|
|
3032
|
-
serializer: serializer$2,
|
|
3033
|
-
};
|
|
3034
|
-
const getOperationSpec = {
|
|
3035
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}",
|
|
3036
|
-
httpMethod: "GET",
|
|
3037
|
-
responses: {
|
|
3038
|
-
200: {
|
|
3039
|
-
bodyMapper: Pool,
|
|
3040
|
-
},
|
|
3041
|
-
default: {
|
|
3042
|
-
bodyMapper: ErrorResponse,
|
|
3043
|
-
},
|
|
3044
|
-
},
|
|
3045
|
-
queryParameters: [apiVersion],
|
|
3046
|
-
urlParameters: [
|
|
3047
|
-
$host,
|
|
3048
|
-
subscriptionId,
|
|
3049
|
-
resourceGroupName,
|
|
3050
|
-
poolName,
|
|
3051
|
-
],
|
|
3052
|
-
headerParameters: [accept],
|
|
3053
|
-
serializer: serializer$2,
|
|
3054
|
-
};
|
|
3055
|
-
const createOrUpdateOperationSpec = {
|
|
3056
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}",
|
|
3057
|
-
httpMethod: "PUT",
|
|
3058
|
-
responses: {
|
|
3059
|
-
200: {
|
|
3060
|
-
bodyMapper: Pool,
|
|
3061
|
-
},
|
|
3062
|
-
201: {
|
|
3063
|
-
bodyMapper: Pool,
|
|
3064
|
-
},
|
|
3065
|
-
202: {
|
|
3066
|
-
bodyMapper: Pool,
|
|
3067
|
-
},
|
|
3068
|
-
204: {
|
|
3069
|
-
bodyMapper: Pool,
|
|
3070
|
-
},
|
|
3071
|
-
default: {
|
|
3072
|
-
bodyMapper: ErrorResponse,
|
|
3073
|
-
},
|
|
3074
|
-
},
|
|
3075
|
-
requestBody: resource,
|
|
3076
|
-
queryParameters: [apiVersion],
|
|
3077
|
-
urlParameters: [
|
|
3078
|
-
$host,
|
|
3079
|
-
subscriptionId,
|
|
3080
|
-
resourceGroupName,
|
|
3081
|
-
poolName,
|
|
3082
|
-
],
|
|
3083
|
-
headerParameters: [accept, contentType],
|
|
3084
|
-
mediaType: "json",
|
|
3085
|
-
serializer: serializer$2,
|
|
3086
|
-
};
|
|
3087
|
-
const updateOperationSpec = {
|
|
3088
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}",
|
|
3089
|
-
httpMethod: "PATCH",
|
|
3090
|
-
responses: {
|
|
3091
|
-
200: {
|
|
3092
|
-
bodyMapper: Pool,
|
|
3093
|
-
},
|
|
3094
|
-
201: {
|
|
3095
|
-
bodyMapper: Pool,
|
|
3096
|
-
},
|
|
3097
|
-
202: {
|
|
3098
|
-
bodyMapper: Pool,
|
|
3099
|
-
},
|
|
3100
|
-
204: {
|
|
3101
|
-
bodyMapper: Pool,
|
|
3102
|
-
},
|
|
3103
|
-
default: {
|
|
3104
|
-
bodyMapper: ErrorResponse,
|
|
3105
|
-
},
|
|
3106
|
-
},
|
|
3107
|
-
requestBody: properties,
|
|
3108
|
-
queryParameters: [apiVersion],
|
|
3109
|
-
urlParameters: [
|
|
3110
|
-
$host,
|
|
3111
|
-
subscriptionId,
|
|
3112
|
-
resourceGroupName,
|
|
3113
|
-
poolName,
|
|
3114
|
-
],
|
|
3115
|
-
headerParameters: [accept, contentType],
|
|
3116
|
-
mediaType: "json",
|
|
3117
|
-
serializer: serializer$2,
|
|
3118
|
-
};
|
|
3119
|
-
const deleteOperationSpec = {
|
|
3120
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}",
|
|
3121
|
-
httpMethod: "DELETE",
|
|
3122
|
-
responses: {
|
|
3123
|
-
200: {
|
|
3124
|
-
headersMapper: PoolsDeleteHeaders,
|
|
3125
|
-
},
|
|
3126
|
-
201: {
|
|
3127
|
-
headersMapper: PoolsDeleteHeaders,
|
|
3128
|
-
},
|
|
3129
|
-
202: {
|
|
3130
|
-
headersMapper: PoolsDeleteHeaders,
|
|
3131
|
-
},
|
|
3132
|
-
204: {
|
|
3133
|
-
headersMapper: PoolsDeleteHeaders,
|
|
3134
|
-
},
|
|
3135
|
-
default: {
|
|
3136
|
-
bodyMapper: ErrorResponse,
|
|
3137
|
-
},
|
|
3138
|
-
},
|
|
3139
|
-
queryParameters: [apiVersion],
|
|
3140
|
-
urlParameters: [
|
|
3141
|
-
$host,
|
|
3142
|
-
subscriptionId,
|
|
3143
|
-
resourceGroupName,
|
|
3144
|
-
poolName,
|
|
3145
|
-
],
|
|
3146
|
-
headerParameters: [accept],
|
|
3147
|
-
serializer: serializer$2,
|
|
3148
|
-
};
|
|
3149
|
-
const listBySubscriptionNextOperationSpec = {
|
|
3150
|
-
path: "{nextLink}",
|
|
3151
|
-
httpMethod: "GET",
|
|
3152
|
-
responses: {
|
|
3153
|
-
200: {
|
|
3154
|
-
bodyMapper: PoolListResult,
|
|
3155
|
-
},
|
|
3156
|
-
default: {
|
|
3157
|
-
bodyMapper: ErrorResponse,
|
|
3158
|
-
},
|
|
3159
|
-
},
|
|
3160
|
-
urlParameters: [
|
|
3161
|
-
$host,
|
|
3162
|
-
nextLink,
|
|
3163
|
-
subscriptionId,
|
|
3164
|
-
],
|
|
3165
|
-
headerParameters: [accept],
|
|
3166
|
-
serializer: serializer$2,
|
|
3167
|
-
};
|
|
3168
|
-
const listByResourceGroupNextOperationSpec = {
|
|
3169
|
-
path: "{nextLink}",
|
|
3170
|
-
httpMethod: "GET",
|
|
3171
|
-
responses: {
|
|
3172
|
-
200: {
|
|
3173
|
-
bodyMapper: PoolListResult,
|
|
3174
|
-
},
|
|
3175
|
-
default: {
|
|
3176
|
-
bodyMapper: ErrorResponse,
|
|
3177
|
-
},
|
|
3178
|
-
},
|
|
3179
|
-
urlParameters: [
|
|
3180
|
-
$host,
|
|
3181
|
-
nextLink,
|
|
3182
|
-
subscriptionId,
|
|
3183
|
-
resourceGroupName,
|
|
3184
|
-
],
|
|
3185
|
-
headerParameters: [accept],
|
|
3186
|
-
serializer: serializer$2,
|
|
3187
|
-
};
|
|
3188
|
-
|
|
3189
|
-
/*
|
|
3190
|
-
* Copyright (c) Microsoft Corporation.
|
|
3191
|
-
* Licensed under the MIT License.
|
|
3192
|
-
*
|
|
3193
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3194
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3195
|
-
*/
|
|
3196
|
-
/// <reference lib="esnext.asynciterable" />
|
|
3197
|
-
/** Class containing ImageVersions operations. */
|
|
3198
|
-
class ImageVersionsImpl {
|
|
3199
|
-
/**
|
|
3200
|
-
* Initialize a new instance of the class ImageVersions class.
|
|
3201
|
-
* @param client Reference to the service client
|
|
3202
|
-
*/
|
|
3203
|
-
constructor(client) {
|
|
3204
|
-
this.client = client;
|
|
3205
|
-
}
|
|
3206
|
-
/**
|
|
3207
|
-
* List ImageVersion resources by Image
|
|
3208
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3209
|
-
* @param imageName Name of the image.
|
|
3210
|
-
* @param options The options parameters.
|
|
3211
|
-
*/
|
|
3212
|
-
listByImage(resourceGroupName, imageName, options) {
|
|
3213
|
-
const iter = this.listByImagePagingAll(resourceGroupName, imageName, options);
|
|
3214
|
-
return {
|
|
3215
|
-
next() {
|
|
3216
|
-
return iter.next();
|
|
3217
|
-
},
|
|
3218
|
-
[Symbol.asyncIterator]() {
|
|
3219
|
-
return this;
|
|
3220
|
-
},
|
|
3221
|
-
byPage: (settings) => {
|
|
3222
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3223
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
3224
|
-
}
|
|
3225
|
-
return this.listByImagePagingPage(resourceGroupName, imageName, options, settings);
|
|
3226
|
-
},
|
|
3227
|
-
};
|
|
3228
|
-
}
|
|
3229
|
-
listByImagePagingPage(resourceGroupName, imageName, options, settings) {
|
|
3230
|
-
return tslib.__asyncGenerator(this, arguments, function* listByImagePagingPage_1() {
|
|
3231
|
-
let result;
|
|
3232
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3233
|
-
if (!continuationToken) {
|
|
3234
|
-
result = yield tslib.__await(this._listByImage(resourceGroupName, imageName, options));
|
|
3235
|
-
let page = result.value || [];
|
|
3236
|
-
continuationToken = result.nextLink;
|
|
3237
|
-
setContinuationToken(page, continuationToken);
|
|
3238
|
-
yield yield tslib.__await(page);
|
|
3239
|
-
}
|
|
3240
|
-
while (continuationToken) {
|
|
3241
|
-
result = yield tslib.__await(this._listByImageNext(resourceGroupName, imageName, continuationToken, options));
|
|
3242
|
-
continuationToken = result.nextLink;
|
|
3243
|
-
let page = result.value || [];
|
|
3244
|
-
setContinuationToken(page, continuationToken);
|
|
3245
|
-
yield yield tslib.__await(page);
|
|
3246
|
-
}
|
|
3247
|
-
});
|
|
3248
|
-
}
|
|
3249
|
-
listByImagePagingAll(resourceGroupName, imageName, options) {
|
|
3250
|
-
return tslib.__asyncGenerator(this, arguments, function* listByImagePagingAll_1() {
|
|
3251
|
-
var _a, e_1, _b, _c;
|
|
3252
|
-
try {
|
|
3253
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByImagePagingPage(resourceGroupName, imageName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3254
|
-
_c = _f.value;
|
|
3255
|
-
_d = false;
|
|
3256
|
-
const page = _c;
|
|
3257
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3258
|
-
}
|
|
3259
|
-
}
|
|
3260
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3261
|
-
finally {
|
|
3262
|
-
try {
|
|
3263
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
3264
|
-
}
|
|
3265
|
-
finally { if (e_1) throw e_1.error; }
|
|
3266
|
-
}
|
|
3267
|
-
});
|
|
3268
|
-
}
|
|
3269
|
-
/**
|
|
3270
|
-
* List ImageVersion resources by Image
|
|
3271
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3272
|
-
* @param imageName Name of the image.
|
|
3273
|
-
* @param options The options parameters.
|
|
3274
|
-
*/
|
|
3275
|
-
_listByImage(resourceGroupName, imageName, options) {
|
|
3276
|
-
return this.client.sendOperationRequest({ resourceGroupName, imageName, options }, listByImageOperationSpec);
|
|
3277
|
-
}
|
|
3278
|
-
/**
|
|
3279
|
-
* ListByImageNext
|
|
3280
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3281
|
-
* @param imageName Name of the image.
|
|
3282
|
-
* @param nextLink The nextLink from the previous successful call to the ListByImage method.
|
|
3283
|
-
* @param options The options parameters.
|
|
3284
|
-
*/
|
|
3285
|
-
_listByImageNext(resourceGroupName, imageName, nextLink, options) {
|
|
3286
|
-
return this.client.sendOperationRequest({ resourceGroupName, imageName, nextLink, options }, listByImageNextOperationSpec);
|
|
3287
|
-
}
|
|
3288
|
-
}
|
|
3289
|
-
// Operation Specifications
|
|
3290
|
-
const serializer$1 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3291
|
-
const listByImageOperationSpec = {
|
|
3292
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}/versions",
|
|
3293
|
-
httpMethod: "GET",
|
|
3294
|
-
responses: {
|
|
3295
|
-
200: {
|
|
3296
|
-
bodyMapper: ImageVersionListResult,
|
|
3297
|
-
},
|
|
3298
|
-
default: {
|
|
3299
|
-
bodyMapper: ErrorResponse,
|
|
3300
|
-
},
|
|
3301
|
-
},
|
|
3302
|
-
queryParameters: [apiVersion],
|
|
3303
|
-
urlParameters: [
|
|
3304
|
-
$host,
|
|
3305
|
-
subscriptionId,
|
|
3306
|
-
resourceGroupName,
|
|
3307
|
-
imageName,
|
|
3308
|
-
],
|
|
3309
|
-
headerParameters: [accept],
|
|
3310
|
-
serializer: serializer$1,
|
|
3311
|
-
};
|
|
3312
|
-
const listByImageNextOperationSpec = {
|
|
3313
|
-
path: "{nextLink}",
|
|
3314
|
-
httpMethod: "GET",
|
|
3315
|
-
responses: {
|
|
3316
|
-
200: {
|
|
3317
|
-
bodyMapper: ImageVersionListResult,
|
|
3318
|
-
},
|
|
3319
|
-
default: {
|
|
3320
|
-
bodyMapper: ErrorResponse,
|
|
3321
|
-
},
|
|
3322
|
-
},
|
|
3323
|
-
urlParameters: [
|
|
3324
|
-
$host,
|
|
3325
|
-
nextLink,
|
|
3326
|
-
subscriptionId,
|
|
3327
|
-
resourceGroupName,
|
|
3328
|
-
imageName,
|
|
3329
|
-
],
|
|
3330
|
-
headerParameters: [accept],
|
|
3331
|
-
serializer: serializer$1,
|
|
3332
|
-
};
|
|
3333
|
-
|
|
3334
|
-
/*
|
|
3335
|
-
* Copyright (c) Microsoft Corporation.
|
|
3336
|
-
* Licensed under the MIT License.
|
|
3337
|
-
*
|
|
3338
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3339
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3340
|
-
*/
|
|
3341
|
-
/// <reference lib="esnext.asynciterable" />
|
|
3342
|
-
/** Class containing ResourceDetails operations. */
|
|
3343
|
-
class ResourceDetailsImpl {
|
|
3344
|
-
/**
|
|
3345
|
-
* Initialize a new instance of the class ResourceDetails class.
|
|
3346
|
-
* @param client Reference to the service client
|
|
3347
|
-
*/
|
|
3348
|
-
constructor(client) {
|
|
3349
|
-
this.client = client;
|
|
3350
|
-
}
|
|
3351
|
-
/**
|
|
3352
|
-
* List ResourceDetailsObject resources by Pool
|
|
3353
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3354
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
3355
|
-
* @param options The options parameters.
|
|
3356
|
-
*/
|
|
3357
|
-
listByPool(resourceGroupName, poolName, options) {
|
|
3358
|
-
const iter = this.listByPoolPagingAll(resourceGroupName, poolName, options);
|
|
3359
|
-
return {
|
|
3360
|
-
next() {
|
|
3361
|
-
return iter.next();
|
|
3362
|
-
},
|
|
3363
|
-
[Symbol.asyncIterator]() {
|
|
3364
|
-
return this;
|
|
3365
|
-
},
|
|
3366
|
-
byPage: (settings) => {
|
|
3367
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3368
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
3369
|
-
}
|
|
3370
|
-
return this.listByPoolPagingPage(resourceGroupName, poolName, options, settings);
|
|
3371
|
-
},
|
|
3372
|
-
};
|
|
3373
|
-
}
|
|
3374
|
-
listByPoolPagingPage(resourceGroupName, poolName, options, settings) {
|
|
3375
|
-
return tslib.__asyncGenerator(this, arguments, function* listByPoolPagingPage_1() {
|
|
3376
|
-
let result;
|
|
3377
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3378
|
-
if (!continuationToken) {
|
|
3379
|
-
result = yield tslib.__await(this._listByPool(resourceGroupName, poolName, options));
|
|
3380
|
-
let page = result.value || [];
|
|
3381
|
-
continuationToken = result.nextLink;
|
|
3382
|
-
setContinuationToken(page, continuationToken);
|
|
3383
|
-
yield yield tslib.__await(page);
|
|
3384
|
-
}
|
|
3385
|
-
while (continuationToken) {
|
|
3386
|
-
result = yield tslib.__await(this._listByPoolNext(resourceGroupName, poolName, continuationToken, options));
|
|
3387
|
-
continuationToken = result.nextLink;
|
|
3388
|
-
let page = result.value || [];
|
|
3389
|
-
setContinuationToken(page, continuationToken);
|
|
3390
|
-
yield yield tslib.__await(page);
|
|
3391
|
-
}
|
|
3392
|
-
});
|
|
3393
|
-
}
|
|
3394
|
-
listByPoolPagingAll(resourceGroupName, poolName, options) {
|
|
3395
|
-
return tslib.__asyncGenerator(this, arguments, function* listByPoolPagingAll_1() {
|
|
3396
|
-
var _a, e_1, _b, _c;
|
|
3397
|
-
try {
|
|
3398
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByPoolPagingPage(resourceGroupName, poolName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3399
|
-
_c = _f.value;
|
|
3400
|
-
_d = false;
|
|
3401
|
-
const page = _c;
|
|
3402
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3403
|
-
}
|
|
3404
|
-
}
|
|
3405
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3406
|
-
finally {
|
|
3407
|
-
try {
|
|
3408
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
3409
|
-
}
|
|
3410
|
-
finally { if (e_1) throw e_1.error; }
|
|
3411
|
-
}
|
|
3412
|
-
});
|
|
3413
|
-
}
|
|
3414
|
-
/**
|
|
3415
|
-
* List ResourceDetailsObject resources by Pool
|
|
3416
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3417
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
3418
|
-
* @param options The options parameters.
|
|
3419
|
-
*/
|
|
3420
|
-
_listByPool(resourceGroupName, poolName, options) {
|
|
3421
|
-
return this.client.sendOperationRequest({ resourceGroupName, poolName, options }, listByPoolOperationSpec);
|
|
3422
|
-
}
|
|
3423
|
-
/**
|
|
3424
|
-
* ListByPoolNext
|
|
3425
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3426
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
3427
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPool method.
|
|
3428
|
-
* @param options The options parameters.
|
|
3429
|
-
*/
|
|
3430
|
-
_listByPoolNext(resourceGroupName, poolName, nextLink, options) {
|
|
3431
|
-
return this.client.sendOperationRequest({ resourceGroupName, poolName, nextLink, options }, listByPoolNextOperationSpec);
|
|
3432
|
-
}
|
|
3433
|
-
}
|
|
3434
|
-
// Operation Specifications
|
|
3435
|
-
const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3436
|
-
const listByPoolOperationSpec = {
|
|
3437
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}/resources",
|
|
3438
|
-
httpMethod: "GET",
|
|
3439
|
-
responses: {
|
|
3440
|
-
200: {
|
|
3441
|
-
bodyMapper: ResourceDetailsObjectListResult,
|
|
3442
|
-
},
|
|
3443
|
-
default: {
|
|
3444
|
-
bodyMapper: ErrorResponse,
|
|
3445
|
-
},
|
|
3446
|
-
},
|
|
3447
|
-
queryParameters: [apiVersion],
|
|
3448
|
-
urlParameters: [
|
|
3449
|
-
$host,
|
|
3450
|
-
subscriptionId,
|
|
3451
|
-
resourceGroupName,
|
|
3452
|
-
poolName,
|
|
3453
|
-
],
|
|
3454
|
-
headerParameters: [accept],
|
|
3455
|
-
serializer,
|
|
3456
|
-
};
|
|
3457
|
-
const listByPoolNextOperationSpec = {
|
|
3458
|
-
path: "{nextLink}",
|
|
3459
|
-
httpMethod: "GET",
|
|
3460
|
-
responses: {
|
|
3461
|
-
200: {
|
|
3462
|
-
bodyMapper: ResourceDetailsObjectListResult,
|
|
3463
|
-
},
|
|
3464
|
-
default: {
|
|
3465
|
-
bodyMapper: ErrorResponse,
|
|
3466
|
-
},
|
|
3467
|
-
},
|
|
3468
|
-
urlParameters: [
|
|
3469
|
-
$host,
|
|
3470
|
-
nextLink,
|
|
3471
|
-
subscriptionId,
|
|
3472
|
-
resourceGroupName,
|
|
3473
|
-
poolName,
|
|
3474
|
-
],
|
|
3475
|
-
headerParameters: [accept],
|
|
3476
|
-
serializer,
|
|
3477
|
-
};
|
|
3478
|
-
|
|
3479
|
-
/*
|
|
3480
|
-
* Copyright (c) Microsoft Corporation.
|
|
3481
|
-
* Licensed under the MIT License.
|
|
3482
|
-
*
|
|
3483
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3484
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3485
|
-
*/
|
|
3486
|
-
class ManagedDevOpsInfrastructure extends coreClient__namespace.ServiceClient {
|
|
3487
|
-
/**
|
|
3488
|
-
* Initializes a new instance of the ManagedDevOpsInfrastructure class.
|
|
3489
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
3490
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
3491
|
-
* @param options The parameter options
|
|
3492
|
-
*/
|
|
3493
|
-
constructor(credentials, subscriptionId, options) {
|
|
3494
|
-
var _a, _b, _c;
|
|
3495
|
-
if (credentials === undefined) {
|
|
3496
|
-
throw new Error("'credentials' cannot be null");
|
|
3497
|
-
}
|
|
3498
|
-
if (subscriptionId === undefined) {
|
|
3499
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
3500
|
-
}
|
|
3501
|
-
// Initializing default values for options
|
|
3502
|
-
if (!options) {
|
|
3503
|
-
options = {};
|
|
3504
|
-
}
|
|
3505
|
-
const defaults = {
|
|
3506
|
-
requestContentType: "application/json; charset=utf-8",
|
|
3507
|
-
credential: credentials,
|
|
3508
|
-
};
|
|
3509
|
-
const packageDetails = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
|
|
3510
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
3511
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
3512
|
-
: `${packageDetails}`;
|
|
3513
|
-
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
3514
|
-
userAgentPrefix,
|
|
3515
|
-
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
3516
|
-
super(optionsWithDefaults);
|
|
3517
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
3518
|
-
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
3519
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
3520
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
3521
|
-
coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName);
|
|
3522
|
-
}
|
|
3523
|
-
if (!options ||
|
|
3524
|
-
!options.pipeline ||
|
|
3525
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
3526
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
3527
|
-
this.pipeline.removePolicy({
|
|
3528
|
-
name: coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName,
|
|
3529
|
-
});
|
|
3530
|
-
this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({
|
|
3531
|
-
credential: credentials,
|
|
3532
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
3533
|
-
challengeCallbacks: {
|
|
3534
|
-
authorizeRequestOnChallenge: coreClient__namespace.authorizeRequestOnClaimChallenge,
|
|
3535
|
-
},
|
|
3536
|
-
}));
|
|
3537
|
-
}
|
|
3538
|
-
// Parameter assignments
|
|
3539
|
-
this.subscriptionId = subscriptionId;
|
|
3540
|
-
// Assigning values to Constant parameters
|
|
3541
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
3542
|
-
this.apiVersion = options.apiVersion || "2024-04-04-preview";
|
|
3543
|
-
this.operations = new OperationsImpl(this);
|
|
3544
|
-
this.sku = new SkuImpl(this);
|
|
3545
|
-
this.subscriptionUsages = new SubscriptionUsagesImpl(this);
|
|
3546
|
-
this.pools = new PoolsImpl(this);
|
|
3547
|
-
this.imageVersions = new ImageVersionsImpl(this);
|
|
3548
|
-
this.resourceDetails = new ResourceDetailsImpl(this);
|
|
3549
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
3550
|
-
}
|
|
3551
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
3552
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
3553
|
-
if (!apiVersion) {
|
|
3554
|
-
return;
|
|
3555
|
-
}
|
|
3556
|
-
const apiVersionPolicy = {
|
|
3557
|
-
name: "CustomApiVersionPolicy",
|
|
3558
|
-
sendRequest(request, next) {
|
|
3559
|
-
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
3560
|
-
const param = request.url.split("?");
|
|
3561
|
-
if (param.length > 1) {
|
|
3562
|
-
const newParams = param[1].split("&").map((item) => {
|
|
3563
|
-
if (item.indexOf("api-version") > -1) {
|
|
3564
|
-
return "api-version=" + apiVersion;
|
|
3565
|
-
}
|
|
3566
|
-
else {
|
|
3567
|
-
return item;
|
|
3568
|
-
}
|
|
3569
|
-
});
|
|
3570
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
3571
|
-
}
|
|
3572
|
-
return next(request);
|
|
3573
|
-
});
|
|
3574
|
-
},
|
|
3575
|
-
};
|
|
3576
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
3577
|
-
}
|
|
3578
|
-
}
|
|
3579
|
-
|
|
3580
|
-
exports.ManagedDevOpsInfrastructure = ManagedDevOpsInfrastructure;
|
|
3581
|
-
exports.getContinuationToken = getContinuationToken;
|
|
3582
|
-
//# sourceMappingURL=index.js.map
|