@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, Sku, SubscriptionUsages, Pools, ImageVersions, ResourceDetails } from "./operationsInterfaces";
|
|
4
|
-
import { ManagedDevOpsInfrastructureOptionalParams } from "./models";
|
|
5
|
-
export declare class ManagedDevOpsInfrastructure extends coreClient.ServiceClient {
|
|
6
|
-
$host: string;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
subscriptionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the ManagedDevOpsInfrastructure class.
|
|
11
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
13
|
-
* @param options The parameter options
|
|
14
|
-
*/
|
|
15
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagedDevOpsInfrastructureOptionalParams);
|
|
16
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
-
private addCustomApiVersionPolicy;
|
|
18
|
-
operations: Operations;
|
|
19
|
-
sku: Sku;
|
|
20
|
-
subscriptionUsages: SubscriptionUsages;
|
|
21
|
-
pools: Pools;
|
|
22
|
-
imageVersions: ImageVersions;
|
|
23
|
-
resourceDetails: ResourceDetails;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=managedDevOpsInfrastructure.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"managedDevOpsInfrastructure.d.ts","sourceRoot":"","sources":["../../src/managedDevOpsInfrastructure.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAS7C,OAAO,EACL,UAAU,EACV,GAAG,EACH,kBAAkB,EAClB,KAAK,EACL,aAAa,EACb,eAAe,EAChB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,yCAAyC,EAAE,MAAM,UAAU,CAAC;AAErE,qBAAa,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,yCAAyC;IAkFrD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,GAAG,EAAE,GAAG,CAAC;IACT,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,EAAE,aAAa,CAAC;IAC7B,eAAe,EAAE,eAAe,CAAC;CAClC"}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { OperationsImpl, SkuImpl, SubscriptionUsagesImpl, PoolsImpl, ImageVersionsImpl, ResourceDetailsImpl, } from "./operations";
|
|
12
|
-
export class ManagedDevOpsInfrastructure extends coreClient.ServiceClient {
|
|
13
|
-
/**
|
|
14
|
-
* Initializes a new instance of the ManagedDevOpsInfrastructure class.
|
|
15
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
16
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
17
|
-
* @param options The parameter options
|
|
18
|
-
*/
|
|
19
|
-
constructor(credentials, subscriptionId, options) {
|
|
20
|
-
var _a, _b, _c;
|
|
21
|
-
if (credentials === undefined) {
|
|
22
|
-
throw new Error("'credentials' cannot be null");
|
|
23
|
-
}
|
|
24
|
-
if (subscriptionId === undefined) {
|
|
25
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
26
|
-
}
|
|
27
|
-
// Initializing default values for options
|
|
28
|
-
if (!options) {
|
|
29
|
-
options = {};
|
|
30
|
-
}
|
|
31
|
-
const defaults = {
|
|
32
|
-
requestContentType: "application/json; charset=utf-8",
|
|
33
|
-
credential: credentials,
|
|
34
|
-
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`;
|
|
36
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
|
-
: `${packageDetails}`;
|
|
39
|
-
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
40
|
-
userAgentPrefix,
|
|
41
|
-
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
42
|
-
super(optionsWithDefaults);
|
|
43
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
44
|
-
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
45
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
46
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
47
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
48
|
-
}
|
|
49
|
-
if (!options ||
|
|
50
|
-
!options.pipeline ||
|
|
51
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
52
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
53
|
-
this.pipeline.removePolicy({
|
|
54
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
55
|
-
});
|
|
56
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
57
|
-
credential: credentials,
|
|
58
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
59
|
-
challengeCallbacks: {
|
|
60
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
61
|
-
},
|
|
62
|
-
}));
|
|
63
|
-
}
|
|
64
|
-
// Parameter assignments
|
|
65
|
-
this.subscriptionId = subscriptionId;
|
|
66
|
-
// Assigning values to Constant parameters
|
|
67
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
68
|
-
this.apiVersion = options.apiVersion || "2024-04-04-preview";
|
|
69
|
-
this.operations = new OperationsImpl(this);
|
|
70
|
-
this.sku = new SkuImpl(this);
|
|
71
|
-
this.subscriptionUsages = new SubscriptionUsagesImpl(this);
|
|
72
|
-
this.pools = new PoolsImpl(this);
|
|
73
|
-
this.imageVersions = new ImageVersionsImpl(this);
|
|
74
|
-
this.resourceDetails = new ResourceDetailsImpl(this);
|
|
75
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
76
|
-
}
|
|
77
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
78
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
79
|
-
if (!apiVersion) {
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
const apiVersionPolicy = {
|
|
83
|
-
name: "CustomApiVersionPolicy",
|
|
84
|
-
sendRequest(request, next) {
|
|
85
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
86
|
-
const param = request.url.split("?");
|
|
87
|
-
if (param.length > 1) {
|
|
88
|
-
const newParams = param[1].split("&").map((item) => {
|
|
89
|
-
if (item.indexOf("api-version") > -1) {
|
|
90
|
-
return "api-version=" + apiVersion;
|
|
91
|
-
}
|
|
92
|
-
else {
|
|
93
|
-
return item;
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
97
|
-
}
|
|
98
|
-
return next(request);
|
|
99
|
-
});
|
|
100
|
-
},
|
|
101
|
-
};
|
|
102
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=managedDevOpsInfrastructure.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"managedDevOpsInfrastructure.js","sourceRoot":"","sources":["../../src/managedDevOpsInfrastructure.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,MAAM,MAAM,wBAAwB,GAChC,mBAAmB,GACnB,8BAA8B,GAC9B,yBAAyB,CAAC;AAC9B,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG,QAAQ,GAAG,qBAAqB,CAAC;AAChF,MAAM,MAAM,+BAA+B,GACvC,0BAA0B,GAC1B,mCAAmC,GACnC,gCAAgC,CAAC;AACrC,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAAG,iBAAiB,CAAC;AACnE,MAAM,MAAM,uBAAuB,GAC/B,kBAAkB,GAClB,cAAc,GACd,2BAA2B,CAAC;AAChC,MAAM,MAAM,qCAAqC,GAC7C,gCAAgC,GAChC,yCAAyC,GACzC,sCAAsC,CAAC;AAE3C,qIAAqI;AACrI,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,0FAA0F;AAC1F,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;IAChC,mEAAmE;IACnE,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,mEAAmE;AACnE,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,qKAAqK;AACrK,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;AAED,oDAAoD;AACpD,MAAM,WAAW,qBAAqB;IACpC,yCAAyC;IACzC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,kCAAkC;AAClC,MAAM,WAAW,qBAAqB;IACpC,+CAA+C;IAC/C,YAAY,EAAE,MAAM,CAAC;IACrB,kDAAkD;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,6BAA6B;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,+FAA+F;IAC/F,YAAY,EAAE,uBAAuB,EAAE,CAAC;IACxC,mDAAmD;IACnD,YAAY,EAAE,uBAAuB,EAAE,CAAC;IACxC,mCAAmC;IACnC,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC;AAED,+DAA+D;AAC/D,MAAM,WAAW,uBAAuB;IACtC,0BAA0B;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,6DAA6D;IAC7D,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,yEAAyE;IACzE,WAAW,EAAE,sBAAsB,EAAE,CAAC;CACvC;AAED,iDAAiD;AACjD,MAAM,WAAW,sBAAsB;IACrC,0FAA0F;IAC1F,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,4FAA4F;IAC5F,YAAY,EAAE,uBAAuB,EAAE,CAAC;CACzC;AAED,6CAA6C;AAC7C,MAAM,WAAW,uBAAuB;IACtC,sCAAsC;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,mCAAmC;AACnC,MAAM,WAAW,uBAAuB;IACtC,gCAAgC;IAChC,IAAI,CAAC,EAAE,2BAA2B,CAAC;IACnC,4IAA4I;IAC5I,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,0EAA0E;IAC1E,eAAe,EAAE,0BAA0B,CAAC;IAC5C,kCAAkC;IAClC,UAAU,CAAC,EAAE,iCAAiC,CAAC;CAChD;AAED,kEAAkE;AAClE,MAAM,WAAW,0BAA0B;IACzC,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,+FAA+F;AAC/F,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,wDAAwD;IACxD,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,8CAA8C;AAC9C,MAAM,WAAW,eAAe;IAC9B,mCAAmC;IACnC,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,0CAA0C;AAC1C,MAAM,WAAW,eAAe;IAC9B,qCAAqC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,yCAAyC;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,mDAAmD;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,sBAAsB;AACtB,MAAM,WAAW,SAAS;IACxB,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,6CAA6C;AAC7C,MAAM,WAAW,cAAc;IAC7B,kCAAkC;IAClC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,sBAAsB;AACtB,MAAM,WAAW,cAAc;IAC7B,2CAA2C;IAC3C,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,yEAAyE;IACzE,kBAAkB,EAAE,MAAM,CAAC;IAC3B,+DAA+D;IAC/D,mBAAmB,EAAE,wBAAwB,CAAC;IAC9C,sEAAsE;IACtE,YAAY,EAAE,iBAAiB,CAAC;IAChC,wDAAwD;IACxD,aAAa,EAAE,kBAAkB,CAAC;IAClC,oEAAoE;IACpE,0BAA0B,EAAE,MAAM,CAAC;CACpC;AAED,+DAA+D;AAC/D,MAAM,WAAW,mBAAmB;IAClC,wFAAwF;IACxF,IAAI,EAAE,aAAa,GAAG,QAAQ,CAAC;CAChC;AAED,qDAAqD;AACrD,MAAM,WAAW,YAAY;IAC3B,wFAAwF;IACxF,IAAI,EAAE,UAAU,GAAG,WAAW,CAAC;IAC/B,2CAA2C;IAC3C,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9C,+DAA+D;IAC/D,0BAA0B,CAAC,EAAE,+BAA+B,CAAC;CAC9D;AAED,6DAA6D;AAC7D,MAAM,WAAW,0BAA0B;IACzC,wFAAwF;IACxF,IAAI,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC9B;AAED,wDAAwD;AACxD,MAAM,WAAW,aAAa;IAC5B,wFAAwF;IACxF,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iFAAiF;AACjF,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,uGAAuG;IACvG,IAAI,EAAE,0BAA0B,CAAC;IACjC,qWAAqW;IACrW,sBAAsB,CAAC,EAAE;QACvB,CAAC,YAAY,EAAE,MAAM,GAAG,oBAAoB,GAAG,IAAI,CAAC;KACrD,CAAC;CACH;AAED,wCAAwC;AACxC,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,qDAAqD;AACrD,MAAM,WAAW,sBAAsB;IACrC,0CAA0C;IAC1C,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6CAA6C;AAC7C,MAAM,WAAW,sBAAsB;IACrC,4BAA4B;IAC5B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,uDAAuD;AACvD,MAAM,WAAW,UAAU;IACzB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,4CAA4C;IAC5C,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACnC;AAED,4CAA4C;AAC5C,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,yEAAyE;IACzE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,+DAA+D;IAC/D,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C,sEAAsE;IACtE,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,wDAAwD;IACxD,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,oEAAoE;IACpE,0BAA0B,CAAC,EAAE,MAAM,CAAC;CACrC;AAED,qDAAqD;AACrD,MAAM,WAAW,kBAAkB;IACjC,wFAAwF;IACxF,IAAI,EAAE,UAAU,GAAG,WAAW,CAAC;IAC/B,2CAA2C;IAC3C,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9C,+DAA+D;IAC/D,0BAA0B,CAAC,EAAE,qCAAqC,CAAC;CACpE;AAED,6DAA6D;AAC7D,MAAM,WAAW,gCAAgC;IAC/C,wFAAwF;IACxF,IAAI,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC9B;AAED,8DAA8D;AAC9D,MAAM,WAAW,+BAA+B;IAC9C,mDAAmD;IACnD,KAAK,EAAE,qBAAqB,EAAE,CAAC;IAC/B,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,4CAA4C;AAC5C,MAAM,WAAW,+BAA+B;IAC9C,kCAAkC;IAClC,MAAM,EAAE,cAAc,CAAC;IACvB,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,wDAAwD;IACxD,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,4CAA4C;AAC5C,MAAM,WAAW,YAAY;IAC3B,6EAA6E;IAC7E,GAAG,EAAE,MAAM,CAAC;IACZ,qEAAqE;IACrE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,kHAAkH;IAClH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wDAAwD;AACxD,MAAM,WAAW,4BAA4B;IAC3C,qEAAqE;IACrE,IAAI,EAAE,yBAAyB,CAAC;IAChC,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,4BAA4B;IAC5B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,iCAAiC;AACjC,MAAM,WAAW,QAAQ;IACvB,yQAAyQ;IACzQ,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wGAAwG;IACxG,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,yGAAyG;IACzG,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,iDAAiD;AACjD,MAAM,WAAW,cAAc;IAC7B,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oCAAoC;AACpC,MAAM,WAAW,kBAAkB;IACjC,uEAAuE;IACvE,GAAG,EAAE,MAAM,CAAC;IACZ,yEAAyE;IACzE,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,uDAAuD;AACvD,MAAM,WAAW,cAAc;IAC7B,sEAAsE;IACtE,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,kDAAkD;AAClD,MAAM,WAAW,SAAS;IACxB,kEAAkE;IAClE,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IACtD,yFAAyF;IACzF,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,kEAAkE;AAClE,MAAM,WAAW,yBAAyB;IACxC,kDAAkD;IAClD,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,uEAAuE;IACvE,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,mEAAmE;IACnE,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,gDAAgD;AAChD,MAAM,WAAW,SAAS;IACxB,oCAAoC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oFAAoF;IACpF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,kEAAkE;IAClE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,uCAAuC;AACvC,MAAM,WAAW,cAAc;IAC7B,sDAAsD;IACtD,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IACpD,4CAA4C;IAC5C,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB;AAED,sHAAsH;AACtH,MAAM,WAAW,aAAc,SAAQ,QAAQ;CAAG;AAElD,+HAA+H;AAC/H,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wCAAwC;AACxC,MAAM,WAAW,8BAA+B,SAAQ,mBAAmB;IACzE,wFAAwF;IACxF,IAAI,EAAE,aAAa,CAAC;IACpB,4EAA4E;IAC5E,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,kGAAkG;IAClG,iBAAiB,CAAC,EAAE,4BAA4B,CAAC;CAClD;AAED,kCAAkC;AAClC,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,wFAAwF;IACxF,IAAI,EAAE,QAAQ,CAAC;IACf,mFAAmF;IACnF,aAAa,EAAE,kBAAkB,EAAE,CAAC;CACrC;AAED,mGAAmG;AACnG,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC5C,wFAAwF;IACxF,IAAI,EAAE,UAAU,CAAC;IACjB,iFAAiF;IACjF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qIAAqI;IACrI,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,0FAA0F;AAC1F,MAAM,WAAW,qBAAsB,SAAQ,YAAY;IACzD,wFAAwF;IACxF,IAAI,EAAE,WAAW,CAAC;CACnB;AAED,0EAA0E;AAC1E,MAAM,WAAW,mCACf,SAAQ,0BAA0B;IAClC,wFAAwF;IACxF,IAAI,EAAE,WAAW,CAAC;IAClB,2DAA2D;IAC3D,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED,mDAAmD;AACnD,MAAM,WAAW,gCACf,SAAQ,0BAA0B;IAClC,wFAAwF;IACxF,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED,yDAAyD;AACzD,MAAM,WAAW,iBAAkB,SAAQ,aAAa;IACtD,wFAAwF;IACxF,IAAI,EAAE,MAAM,CAAC;IACb,iDAAiD;IACjD,GAAG,EAAE,cAAc,CAAC;IACpB,iDAAiD;IACjD,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,kDAAkD;IAClD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,uDAAuD;IACvD,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,uDAAuD;IACvD,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED,mGAAmG;AACnG,MAAM,WAAW,cAAe,SAAQ,kBAAkB;IACxD,wFAAwF;IACxF,IAAI,EAAE,UAAU,CAAC;IACjB,iFAAiF;IACjF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qIAAqI;IACrI,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,0FAA0F;AAC1F,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACrE,wFAAwF;IACxF,IAAI,EAAE,WAAW,CAAC;CACnB;AAED,0EAA0E;AAC1E,MAAM,WAAW,yCACf,SAAQ,gCAAgC;IACxC,wFAAwF;IACxF,IAAI,EAAE,WAAW,CAAC;IAClB,2DAA2D;IAC3D,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED,mDAAmD;AACnD,MAAM,WAAW,sCACf,SAAQ,gCAAgC;IACxC,wFAAwF;IACxF,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED,oBAAoB;AACpB,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,0DAA0D;IAC1D,UAAU,CAAC,EAAE,qBAAqB,CAAC;CACpC;AAED,+BAA+B;AAC/B,MAAM,WAAW,KAAM,SAAQ,aAAa;IAC1C,0DAA0D;IAC1D,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B;AAED,8BAA8B;AAC9B,MAAM,WAAW,YAAa,SAAQ,aAAa;IACjD,0DAA0D;IAC1D,UAAU,CAAC,EAAE,sBAAsB,CAAC;CACrC;AAED,8BAA8B;AAC9B,MAAM,WAAW,qBAAsB,SAAQ,aAAa;IAC1D,0DAA0D;IAC1D,UAAU,CAAC,EAAE,+BAA+B,CAAC;CAC9C;AAED,2GAA2G;AAC3G,MAAM,WAAW,IAAK,SAAQ,eAAe;IAC3C,0DAA0D;IAC1D,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,gEAAgE;IAChE,QAAQ,CAAC,EAAE,sBAAsB,CAAC;CACnC;AAED,0DAA0D;AAC1D,MAAM,WAAW,0BAA0B;IACzC,+GAA+G;IAC/G,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,0GAA0G;IAC1G,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,+GAA+G;IAC/G,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,0GAA0G;IAC1G,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,+GAA+G;IAC/G,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,oBAAY,WAAW;IACrB,WAAW;IACX,IAAI,SAAS;IACb,aAAa;IACb,MAAM,WAAW;IACjB,iBAAiB;IACjB,UAAU,gBAAgB;CAC3B;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B,mEAAmE;AACnE,oBAAY,eAAe;IACzB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,oFAAoF;AACpF,oBAAY,gCAAgC;IAC1C,eAAe;IACf,QAAQ,aAAa;IACrB,WAAW;IACX,IAAI,SAAS;CACd;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AAEjD,0FAA0F;AAC1F,oBAAY,sCAAsC;IAChD,cAAc;IACd,OAAO,YAAY;IACnB,kCAAkC;IAClC,2BAA2B,gCAAgC;CAC5D;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,iCAAiC,GAAG,MAAM,CAAC;AAEvD,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,wCAAwC;IACxC,SAAS,cAAc;IACvB,qCAAqC;IACrC,MAAM,WAAW;IACjB,uCAAuC;IACvC,QAAQ,aAAa;IACrB,sCAAsC;IACtC,YAAY,iBAAiB;IAC7B,sCAAsC;IACtC,QAAQ,aAAa;IACrB,8CAA8C;IAC9C,QAAQ,aAAa;IACrB,wCAAwC;IACxC,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,uFAAuF;AACvF,oBAAY,mCAAmC;IAC7C,mDAAmD;IACnD,MAAM,WAAW;IACjB,0EAA0E;IAC1E,SAAS,cAAc;CACxB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,8BAA8B,GAAG,MAAM,CAAC;AAEpD,mFAAmF;AACnF,oBAAY,+BAA+B;IACzC,WAAW;IACX,IAAI,SAAS;IACb,qBAAqB;IACrB,cAAc,mBAAmB;IACjC,mBAAmB;IACnB,YAAY,iBAAiB;IAC7B,iCAAiC;IACjC,0BAA0B,gCAAgC;CAC3D;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC;AAEhD,uEAAuE;AACvE,oBAAY,mBAAmB;IAC7B,mDAAmD;IACnD,KAAK,UAAU;IACf,uDAAuD;IACvD,QAAQ,aAAa;IACrB,uDAAuD;IACvD,SAAS,cAAc;IACvB,4DAA4D;IAC5D,aAAa,kBAAkB;IAC/B,sDAAsD;IACtD,QAAQ,aAAa;IACrB,oDAAoD;IACpD,MAAM,WAAW;IACjB,0DAA0D;IAC1D,YAAY,iBAAiB;IAC7B,sDAAsD;IACtD,QAAQ,aAAa;IACrB,sDAAsD;IACtD,QAAQ,aAAa;IACrB,6DAA6D;IAC7D,cAAc,mBAAmB;IACjC,uDAAuD;IACvD,SAAS,cAAc;CACxB;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,6EAA6E;AAC7E,oBAAY,yBAAyB;IACnC,4CAA4C;IAC5C,QAAQ,aAAa;IACrB,2CAA2C;IAC3C,iBAAiB,sBAAsB;IACvC,yCAAyC;IACzC,iBAAiB,sBAAsB;IACvC,gDAAgD;IAChD,eAAe,oBAAoB;IACnC,2CAA2C;IAC3C,eAAe,oBAAoB;CACpC;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,kFAAkF;AAClF,oBAAY,8BAA8B;IACxC,sEAAsE;IACtE,OAAO,YAAY;IACnB,0DAA0D;IAC1D,WAAW,gBAAgB;IAC3B,8DAA8D;IAC9D,gBAAgB,qBAAqB;CACtC;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC;AAE/C,oEAAoE;AACpE,oBAAY,gBAAgB;IAC1B,8BAA8B;IAC9B,IAAI,SAAS;IACb,kDAAkD;IAClD,QAAQ,aAAa;IACrB,oEAAoE;IACpE,SAAS,cAAc;CACxB;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC,2EAA2E;AAC3E,oBAAY,uBAAuB;IACjC,mEAAmE;IACnE,WAAW,iBAAiB;IAC5B,kEAAkE;IAClE,UAAU,gBAAgB;IAC1B,uEAAuE;IACvE,cAAc,oBAAoB;IAClC,oEAAoE;IACpE,UAAU,gBAAgB;IAC1B,qEAAqE;IACrE,cAAc,oBAAoB;CACnC;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AAExC,kEAAkE;AAClE,oBAAY,cAAc;IACxB,wBAAwB;IACxB,OAAO,YAAY;IACnB,+BAA+B;IAC/B,WAAW,gBAAgB;CAC5B;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B,iFAAiF;AACjF,oBAAY,6BAA6B;IACvC,6BAA6B;IAC7B,QAAQ,aAAa;IACrB,4BAA4B;IAC5B,OAAO,YAAY;IACnB,iCAAiC;IACjC,WAAW,gBAAgB;CAC5B;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC;AAE9C,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,yBAAyB,GAAG,qBAAqB,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,MAAM,MAAM,6BAA6B,GAAG,qBAAqB,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,wCAAwC,GAAG,eAAe,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,MAAM,MAAM,4CAA4C,GAAG,eAAe,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,MAAM,MAAM,+BAA+B,GAAG,cAAc,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,gCAAgC,GAAG,cAAc,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,sBAAuB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAE9E,oDAAoD;AACpD,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC;AAEpC,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,UAAU,CAAC,gBAAgB;IAC5E,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC;AAEvC,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,UAAU,CAAC,gBAAgB;IAC5E,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,mCAAmC,GAAG,cAAc,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,oCAAoC,GAAG,cAAc,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,4DAA4D;AAC5D,MAAM,MAAM,gCAAgC,GAAG,sBAAsB,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gEAAgE;AAChE,MAAM,MAAM,oCAAoC,GAAG,sBAAsB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,iCAAiC,GAAG,+BAA+B,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,qCAAqC,GAC/C,+BAA+B,CAAC;AAElC,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
9
|
-
export var KnownOrigin;
|
|
10
|
-
(function (KnownOrigin) {
|
|
11
|
-
/** User */
|
|
12
|
-
KnownOrigin["User"] = "user";
|
|
13
|
-
/** System */
|
|
14
|
-
KnownOrigin["System"] = "system";
|
|
15
|
-
/** UserSystem */
|
|
16
|
-
KnownOrigin["UserSystem"] = "user,system";
|
|
17
|
-
})(KnownOrigin || (KnownOrigin = {}));
|
|
18
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
19
|
-
export var KnownActionType;
|
|
20
|
-
(function (KnownActionType) {
|
|
21
|
-
/** Internal */
|
|
22
|
-
KnownActionType["Internal"] = "Internal";
|
|
23
|
-
})(KnownActionType || (KnownActionType = {}));
|
|
24
|
-
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
25
|
-
export var KnownResourceSkuRestrictionsType;
|
|
26
|
-
(function (KnownResourceSkuRestrictionsType) {
|
|
27
|
-
/** Location */
|
|
28
|
-
KnownResourceSkuRestrictionsType["Location"] = "Location";
|
|
29
|
-
/** Zone */
|
|
30
|
-
KnownResourceSkuRestrictionsType["Zone"] = "Zone";
|
|
31
|
-
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
32
|
-
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
33
|
-
export var KnownResourceSkuRestrictionsReasonCode;
|
|
34
|
-
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
35
|
-
/** QuotaId */
|
|
36
|
-
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
37
|
-
/** NotAvailableForSubscription */
|
|
38
|
-
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
39
|
-
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
40
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
41
|
-
export var KnownCreatedByType;
|
|
42
|
-
(function (KnownCreatedByType) {
|
|
43
|
-
/** User */
|
|
44
|
-
KnownCreatedByType["User"] = "User";
|
|
45
|
-
/** Application */
|
|
46
|
-
KnownCreatedByType["Application"] = "Application";
|
|
47
|
-
/** ManagedIdentity */
|
|
48
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
49
|
-
/** Key */
|
|
50
|
-
KnownCreatedByType["Key"] = "Key";
|
|
51
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
52
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
53
|
-
export var KnownProvisioningState;
|
|
54
|
-
(function (KnownProvisioningState) {
|
|
55
|
-
/** Represents a succeeded operation. */
|
|
56
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
57
|
-
/** Represents a failed operation. */
|
|
58
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
59
|
-
/** Represents a canceled operation. */
|
|
60
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
61
|
-
/** Represents a pending operation. */
|
|
62
|
-
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
63
|
-
/** Represents a pending operation. */
|
|
64
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
65
|
-
/** Represents an operation under deletion. */
|
|
66
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
67
|
-
/** Represents an accepted operation. */
|
|
68
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
69
|
-
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
70
|
-
/** Known values of {@link ResourcePredictionsProfileType} that the service accepts. */
|
|
71
|
-
export var KnownResourcePredictionsProfileType;
|
|
72
|
-
(function (KnownResourcePredictionsProfileType) {
|
|
73
|
-
/** Customer provides the stand-by agent scheme. */
|
|
74
|
-
KnownResourcePredictionsProfileType["Manual"] = "Manual";
|
|
75
|
-
/** The stand-by agent scheme is determined based on historical demand. */
|
|
76
|
-
KnownResourcePredictionsProfileType["Automatic"] = "Automatic";
|
|
77
|
-
})(KnownResourcePredictionsProfileType || (KnownResourcePredictionsProfileType = {}));
|
|
78
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
79
|
-
export var KnownManagedServiceIdentityType;
|
|
80
|
-
(function (KnownManagedServiceIdentityType) {
|
|
81
|
-
/** None */
|
|
82
|
-
KnownManagedServiceIdentityType["None"] = "None";
|
|
83
|
-
/** SystemAssigned */
|
|
84
|
-
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
85
|
-
/** UserAssigned */
|
|
86
|
-
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
87
|
-
/** SystemAssignedUserAssigned */
|
|
88
|
-
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
89
|
-
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
90
|
-
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
91
|
-
export var KnownResourceStatus;
|
|
92
|
-
(function (KnownResourceStatus) {
|
|
93
|
-
/** Represents a machine resource that is ready. */
|
|
94
|
-
KnownResourceStatus["Ready"] = "Ready";
|
|
95
|
-
/** Represents a machine resource that is not ready. */
|
|
96
|
-
KnownResourceStatus["NotReady"] = "NotReady";
|
|
97
|
-
/** Represents a machine resource that is allocated. */
|
|
98
|
-
KnownResourceStatus["Allocated"] = "Allocated";
|
|
99
|
-
/** Represents a machine resource that is pending return. */
|
|
100
|
-
KnownResourceStatus["PendingReturn"] = "PendingReturn";
|
|
101
|
-
/** Represents a machine resource that is returned. */
|
|
102
|
-
KnownResourceStatus["Returned"] = "Returned";
|
|
103
|
-
/** Represents a machine resource that is leased. */
|
|
104
|
-
KnownResourceStatus["Leased"] = "Leased";
|
|
105
|
-
/** Represents a machine resource that is provisioning. */
|
|
106
|
-
KnownResourceStatus["Provisioning"] = "Provisioning";
|
|
107
|
-
/** Represents a machine resource that is updating. */
|
|
108
|
-
KnownResourceStatus["Updating"] = "Updating";
|
|
109
|
-
/** Represents a machine resource that is starting. */
|
|
110
|
-
KnownResourceStatus["Starting"] = "Starting";
|
|
111
|
-
/** Represents a machine resource that is pending reimage. */
|
|
112
|
-
KnownResourceStatus["PendingReimage"] = "PendingReimage";
|
|
113
|
-
/** Represents a machine resource that is reimaging. */
|
|
114
|
-
KnownResourceStatus["Reimaging"] = "Reimaging";
|
|
115
|
-
})(KnownResourceStatus || (KnownResourceStatus = {}));
|
|
116
|
-
/** Known values of {@link PredictionPreference} that the service accepts. */
|
|
117
|
-
export var KnownPredictionPreference;
|
|
118
|
-
(function (KnownPredictionPreference) {
|
|
119
|
-
/** Balance between cost and performance. */
|
|
120
|
-
KnownPredictionPreference["Balanced"] = "Balanced";
|
|
121
|
-
/** Optimizes for cost over performance. */
|
|
122
|
-
KnownPredictionPreference["MostCostEffective"] = "MostCostEffective";
|
|
123
|
-
/** Halfway through cost and balanced. */
|
|
124
|
-
KnownPredictionPreference["MoreCostEffective"] = "MoreCostEffective";
|
|
125
|
-
/** Halfway through balanced and performance. */
|
|
126
|
-
KnownPredictionPreference["MorePerformance"] = "MorePerformance";
|
|
127
|
-
/** Optimizes for performance over cost. */
|
|
128
|
-
KnownPredictionPreference["BestPerformance"] = "BestPerformance";
|
|
129
|
-
})(KnownPredictionPreference || (KnownPredictionPreference = {}));
|
|
130
|
-
/** Known values of {@link AzureDevOpsPermissionType} that the service accepts. */
|
|
131
|
-
export var KnownAzureDevOpsPermissionType;
|
|
132
|
-
(function (KnownAzureDevOpsPermissionType) {
|
|
133
|
-
/** Pool will inherit permissions from the project or organization. */
|
|
134
|
-
KnownAzureDevOpsPermissionType["Inherit"] = "Inherit";
|
|
135
|
-
/** Only the pool creator will be an admin of the pool. */
|
|
136
|
-
KnownAzureDevOpsPermissionType["CreatorOnly"] = "CreatorOnly";
|
|
137
|
-
/** Only the specified accounts will be admins of the pool. */
|
|
138
|
-
KnownAzureDevOpsPermissionType["SpecificAccounts"] = "SpecificAccounts";
|
|
139
|
-
})(KnownAzureDevOpsPermissionType || (KnownAzureDevOpsPermissionType = {}));
|
|
140
|
-
/** Known values of {@link CachingType} that the service accepts. */
|
|
141
|
-
export var KnownCachingType;
|
|
142
|
-
(function (KnownCachingType) {
|
|
143
|
-
/** Don't use host caching. */
|
|
144
|
-
KnownCachingType["None"] = "None";
|
|
145
|
-
/** For workloads that only do read operations. */
|
|
146
|
-
KnownCachingType["ReadOnly"] = "ReadOnly";
|
|
147
|
-
/** For workloads that do a balance of read and write operations. */
|
|
148
|
-
KnownCachingType["ReadWrite"] = "ReadWrite";
|
|
149
|
-
})(KnownCachingType || (KnownCachingType = {}));
|
|
150
|
-
/** Known values of {@link StorageAccountType} that the service accepts. */
|
|
151
|
-
export var KnownStorageAccountType;
|
|
152
|
-
(function (KnownStorageAccountType) {
|
|
153
|
-
/** The data disk should use standard locally redundant storage. */
|
|
154
|
-
KnownStorageAccountType["StandardLRS"] = "Standard_LRS";
|
|
155
|
-
/** The data disk should use premium locally redundant storage. */
|
|
156
|
-
KnownStorageAccountType["PremiumLRS"] = "Premium_LRS";
|
|
157
|
-
/** The data disk should use standard SSD locally redundant storage. */
|
|
158
|
-
KnownStorageAccountType["StandardSsdlrs"] = "StandardSSD_LRS";
|
|
159
|
-
/** The data disk should use premium SSD zonal redundant storage. */
|
|
160
|
-
KnownStorageAccountType["PremiumZRS"] = "Premium_ZRS";
|
|
161
|
-
/** The data disk should use standard SSD zonal redundant storage. */
|
|
162
|
-
KnownStorageAccountType["StandardSsdzrs"] = "StandardSSD_ZRS";
|
|
163
|
-
})(KnownStorageAccountType || (KnownStorageAccountType = {}));
|
|
164
|
-
/** Known values of {@link LogonType} that the service accepts. */
|
|
165
|
-
export var KnownLogonType;
|
|
166
|
-
(function (KnownLogonType) {
|
|
167
|
-
/** Run as a service. */
|
|
168
|
-
KnownLogonType["Service"] = "Service";
|
|
169
|
-
/** Run in interactive mode. */
|
|
170
|
-
KnownLogonType["Interactive"] = "Interactive";
|
|
171
|
-
})(KnownLogonType || (KnownLogonType = {}));
|
|
172
|
-
/** Known values of {@link OsDiskStorageAccountType} that the service accepts. */
|
|
173
|
-
export var KnownOsDiskStorageAccountType;
|
|
174
|
-
(function (KnownOsDiskStorageAccountType) {
|
|
175
|
-
/** Standard OS disk type. */
|
|
176
|
-
KnownOsDiskStorageAccountType["Standard"] = "Standard";
|
|
177
|
-
/** Premium OS disk type. */
|
|
178
|
-
KnownOsDiskStorageAccountType["Premium"] = "Premium";
|
|
179
|
-
/** Standard SSD OS disk type. */
|
|
180
|
-
KnownOsDiskStorageAccountType["StandardSSD"] = "StandardSSD";
|
|
181
|
-
})(KnownOsDiskStorageAccountType || (KnownOsDiskStorageAccountType = {}));
|
|
182
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
-
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
-
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
-
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
-
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
-
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
-
export declare const ResourceSkuListResult: coreClient.CompositeMapper;
|
|
9
|
-
export declare const ResourceSkuProperties: coreClient.CompositeMapper;
|
|
10
|
-
export declare const ResourceSkuLocationInfo: coreClient.CompositeMapper;
|
|
11
|
-
export declare const ResourceSkuZoneDetails: coreClient.CompositeMapper;
|
|
12
|
-
export declare const ResourceSkuCapabilities: coreClient.CompositeMapper;
|
|
13
|
-
export declare const ResourceSkuRestrictions: coreClient.CompositeMapper;
|
|
14
|
-
export declare const ResourceSkuRestrictionInfo: coreClient.CompositeMapper;
|
|
15
|
-
export declare const Resource: coreClient.CompositeMapper;
|
|
16
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
|
17
|
-
export declare const QuotaListResult: coreClient.CompositeMapper;
|
|
18
|
-
export declare const QuotaProperties: coreClient.CompositeMapper;
|
|
19
|
-
export declare const QuotaName: coreClient.CompositeMapper;
|
|
20
|
-
export declare const PoolListResult: coreClient.CompositeMapper;
|
|
21
|
-
export declare const PoolProperties: coreClient.CompositeMapper;
|
|
22
|
-
export declare const OrganizationProfile: coreClient.CompositeMapper;
|
|
23
|
-
export declare const AgentProfile: coreClient.CompositeMapper;
|
|
24
|
-
export declare const ResourcePredictionsProfile: coreClient.CompositeMapper;
|
|
25
|
-
export declare const FabricProfile: coreClient.CompositeMapper;
|
|
26
|
-
export declare const ManagedServiceIdentity: coreClient.CompositeMapper;
|
|
27
|
-
export declare const UserAssignedIdentity: coreClient.CompositeMapper;
|
|
28
|
-
export declare const ImageVersionListResult: coreClient.CompositeMapper;
|
|
29
|
-
export declare const ImageVersionProperties: coreClient.CompositeMapper;
|
|
30
|
-
export declare const PoolUpdate: coreClient.CompositeMapper;
|
|
31
|
-
export declare const PoolUpdateProperties: coreClient.CompositeMapper;
|
|
32
|
-
export declare const AgentProfileUpdate: coreClient.CompositeMapper;
|
|
33
|
-
export declare const ResourcePredictionsProfileUpdate: coreClient.CompositeMapper;
|
|
34
|
-
export declare const ResourceDetailsObjectListResult: coreClient.CompositeMapper;
|
|
35
|
-
export declare const ResourceDetailsObjectProperties: coreClient.CompositeMapper;
|
|
36
|
-
export declare const Organization: coreClient.CompositeMapper;
|
|
37
|
-
export declare const AzureDevOpsPermissionProfile: coreClient.CompositeMapper;
|
|
38
|
-
export declare const DataDisk: coreClient.CompositeMapper;
|
|
39
|
-
export declare const DevOpsAzureSku: coreClient.CompositeMapper;
|
|
40
|
-
export declare const GitHubOrganization: coreClient.CompositeMapper;
|
|
41
|
-
export declare const NetworkProfile: coreClient.CompositeMapper;
|
|
42
|
-
export declare const OsProfile: coreClient.CompositeMapper;
|
|
43
|
-
export declare const SecretsManagementSettings: coreClient.CompositeMapper;
|
|
44
|
-
export declare const PoolImage: coreClient.CompositeMapper;
|
|
45
|
-
export declare const StorageProfile: coreClient.CompositeMapper;
|
|
46
|
-
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
47
|
-
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
48
|
-
export declare const AzureDevOpsOrganizationProfile: coreClient.CompositeMapper;
|
|
49
|
-
export declare const GitHubOrganizationProfile: coreClient.CompositeMapper;
|
|
50
|
-
export declare const Stateful: coreClient.CompositeMapper;
|
|
51
|
-
export declare const StatelessAgentProfile: coreClient.CompositeMapper;
|
|
52
|
-
export declare const AutomaticResourcePredictionsProfile: coreClient.CompositeMapper;
|
|
53
|
-
export declare const ManualResourcePredictionsProfile: coreClient.CompositeMapper;
|
|
54
|
-
export declare const VmssFabricProfile: coreClient.CompositeMapper;
|
|
55
|
-
export declare const StatefulUpdate: coreClient.CompositeMapper;
|
|
56
|
-
export declare const StatelessAgentProfileUpdate: coreClient.CompositeMapper;
|
|
57
|
-
export declare const AutomaticResourcePredictionsProfileUpdate: coreClient.CompositeMapper;
|
|
58
|
-
export declare const ManualResourcePredictionsProfileUpdate: coreClient.CompositeMapper;
|
|
59
|
-
export declare const ResourceSku: coreClient.CompositeMapper;
|
|
60
|
-
export declare const Quota: coreClient.CompositeMapper;
|
|
61
|
-
export declare const ImageVersion: coreClient.CompositeMapper;
|
|
62
|
-
export declare const ResourceDetailsObject: coreClient.CompositeMapper;
|
|
63
|
-
export declare const Pool: coreClient.CompositeMapper;
|
|
64
|
-
export declare const PoolsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
65
|
-
export declare const PoolsUpdateHeaders: coreClient.CompositeMapper;
|
|
66
|
-
export declare const PoolsDeleteHeaders: coreClient.CompositeMapper;
|
|
67
|
-
export declare let discriminators: {
|
|
68
|
-
OrganizationProfile: coreClient.CompositeMapper;
|
|
69
|
-
AgentProfile: coreClient.CompositeMapper;
|
|
70
|
-
ResourcePredictionsProfile: coreClient.CompositeMapper;
|
|
71
|
-
FabricProfile: coreClient.CompositeMapper;
|
|
72
|
-
AgentProfileUpdate: coreClient.CompositeMapper;
|
|
73
|
-
ResourcePredictionsProfileUpdate: coreClient.CompositeMapper;
|
|
74
|
-
"OrganizationProfile.AzureDevOps": coreClient.CompositeMapper;
|
|
75
|
-
"OrganizationProfile.GitHub": coreClient.CompositeMapper;
|
|
76
|
-
"AgentProfile.Stateful": coreClient.CompositeMapper;
|
|
77
|
-
"AgentProfile.Stateless": coreClient.CompositeMapper;
|
|
78
|
-
"ResourcePredictionsProfile.Automatic": coreClient.CompositeMapper;
|
|
79
|
-
"ResourcePredictionsProfile.Manual": coreClient.CompositeMapper;
|
|
80
|
-
"FabricProfile.Vmss": coreClient.CompositeMapper;
|
|
81
|
-
"AgentProfileUpdate.Stateful": coreClient.CompositeMapper;
|
|
82
|
-
"AgentProfileUpdate.Stateless": coreClient.CompositeMapper;
|
|
83
|
-
"ResourcePredictionsProfileUpdate.Automatic": coreClient.CompositeMapper;
|
|
84
|
-
"ResourcePredictionsProfileUpdate.Manual": coreClient.CompositeMapper;
|
|
85
|
-
};
|
|
86
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0B9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAsF9C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAuChD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAgC/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAqBhD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAsChD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eA6BnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAmCxC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAmBlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAoDvC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAmB5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAiCrC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA0B/C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA4BnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAkD7C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAiC3C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAmBzD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eA0BxD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eA4BxD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA+BrC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAoCrD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA+BjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAcvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAcvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAgClD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAqClC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA+BvD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAwBlD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAuBjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAW9C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAkB5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAYzD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAoD1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAuBvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAWpD,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAmBhE,CAAC;AAEJ,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAa7D,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAepC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,UAAU,CAAC,eAe9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAerC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAe9C,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAsB7B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,IAAI,cAAc;;;;;;;;;;;;;;;;;;CAoBxB,CAAC"}
|