@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":"pools.js","sourceRoot":"","sources":["../../../src/operations/pools.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ResourceDetails } from "../operationsInterfaces";
|
|
3
|
-
import { ManagedDevOpsInfrastructure } from "../managedDevOpsInfrastructure";
|
|
4
|
-
import { ResourceDetailsObject, ResourceDetailsListByPoolOptionalParams } from "../models";
|
|
5
|
-
/** Class containing ResourceDetails operations. */
|
|
6
|
-
export declare class ResourceDetailsImpl implements ResourceDetails {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class ResourceDetails class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ManagedDevOpsInfrastructure);
|
|
13
|
-
/**
|
|
14
|
-
* List ResourceDetailsObject resources by Pool
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
listByPool(resourceGroupName: string, poolName: string, options?: ResourceDetailsListByPoolOptionalParams): PagedAsyncIterableIterator<ResourceDetailsObject>;
|
|
20
|
-
private listByPoolPagingPage;
|
|
21
|
-
private listByPoolPagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* List ResourceDetailsObject resources by Pool
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
private _listByPool;
|
|
29
|
-
/**
|
|
30
|
-
* ListByPoolNext
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
33
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPool method.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
private _listByPoolNext;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=resourceDetails.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resourceDetails.d.ts","sourceRoot":"","sources":["../../../src/operations/resourceDetails.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EACL,qBAAqB,EAErB,uCAAuC,EAGxC,MAAM,WAAW,CAAC;AAGnB,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;;;OAKG;IACI,UAAU,CACf,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,qBAAqB,CAAC;YAuBrC,oBAAoB;YA6BpB,mBAAmB;IAclC;;;;;OAKG;IACH,OAAO,CAAC,WAAW;IAWnB;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;CAWxB"}
|
|
@@ -1,150 +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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing ResourceDetails operations. */
|
|
15
|
-
export class ResourceDetailsImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class ResourceDetails class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* List ResourceDetailsObject resources by Pool
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
listByPool(resourceGroupName, poolName, options) {
|
|
30
|
-
const iter = this.listByPoolPagingAll(resourceGroupName, poolName, options);
|
|
31
|
-
return {
|
|
32
|
-
next() {
|
|
33
|
-
return iter.next();
|
|
34
|
-
},
|
|
35
|
-
[Symbol.asyncIterator]() {
|
|
36
|
-
return this;
|
|
37
|
-
},
|
|
38
|
-
byPage: (settings) => {
|
|
39
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
40
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
-
}
|
|
42
|
-
return this.listByPoolPagingPage(resourceGroupName, poolName, options, settings);
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
listByPoolPagingPage(resourceGroupName, poolName, options, settings) {
|
|
47
|
-
return __asyncGenerator(this, arguments, function* listByPoolPagingPage_1() {
|
|
48
|
-
let result;
|
|
49
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
50
|
-
if (!continuationToken) {
|
|
51
|
-
result = yield __await(this._listByPool(resourceGroupName, poolName, options));
|
|
52
|
-
let page = result.value || [];
|
|
53
|
-
continuationToken = result.nextLink;
|
|
54
|
-
setContinuationToken(page, continuationToken);
|
|
55
|
-
yield yield __await(page);
|
|
56
|
-
}
|
|
57
|
-
while (continuationToken) {
|
|
58
|
-
result = yield __await(this._listByPoolNext(resourceGroupName, poolName, continuationToken, options));
|
|
59
|
-
continuationToken = result.nextLink;
|
|
60
|
-
let page = result.value || [];
|
|
61
|
-
setContinuationToken(page, continuationToken);
|
|
62
|
-
yield yield __await(page);
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
listByPoolPagingAll(resourceGroupName, poolName, options) {
|
|
67
|
-
return __asyncGenerator(this, arguments, function* listByPoolPagingAll_1() {
|
|
68
|
-
var _a, e_1, _b, _c;
|
|
69
|
-
try {
|
|
70
|
-
for (var _d = true, _e = __asyncValues(this.listByPoolPagingPage(resourceGroupName, poolName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
71
|
-
_c = _f.value;
|
|
72
|
-
_d = false;
|
|
73
|
-
const page = _c;
|
|
74
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
78
|
-
finally {
|
|
79
|
-
try {
|
|
80
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
81
|
-
}
|
|
82
|
-
finally { if (e_1) throw e_1.error; }
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* List ResourceDetailsObject resources by Pool
|
|
88
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
_listByPool(resourceGroupName, poolName, options) {
|
|
93
|
-
return this.client.sendOperationRequest({ resourceGroupName, poolName, options }, listByPoolOperationSpec);
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* ListByPoolNext
|
|
97
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
-
* @param poolName Name of the pool. It needs to be globally unique.
|
|
99
|
-
* @param nextLink The nextLink from the previous successful call to the ListByPool method.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
_listByPoolNext(resourceGroupName, poolName, nextLink, options) {
|
|
103
|
-
return this.client.sendOperationRequest({ resourceGroupName, poolName, nextLink, options }, listByPoolNextOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
// Operation Specifications
|
|
107
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
108
|
-
const listByPoolOperationSpec = {
|
|
109
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}/resources",
|
|
110
|
-
httpMethod: "GET",
|
|
111
|
-
responses: {
|
|
112
|
-
200: {
|
|
113
|
-
bodyMapper: Mappers.ResourceDetailsObjectListResult,
|
|
114
|
-
},
|
|
115
|
-
default: {
|
|
116
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
queryParameters: [Parameters.apiVersion],
|
|
120
|
-
urlParameters: [
|
|
121
|
-
Parameters.$host,
|
|
122
|
-
Parameters.subscriptionId,
|
|
123
|
-
Parameters.resourceGroupName,
|
|
124
|
-
Parameters.poolName,
|
|
125
|
-
],
|
|
126
|
-
headerParameters: [Parameters.accept],
|
|
127
|
-
serializer,
|
|
128
|
-
};
|
|
129
|
-
const listByPoolNextOperationSpec = {
|
|
130
|
-
path: "{nextLink}",
|
|
131
|
-
httpMethod: "GET",
|
|
132
|
-
responses: {
|
|
133
|
-
200: {
|
|
134
|
-
bodyMapper: Mappers.ResourceDetailsObjectListResult,
|
|
135
|
-
},
|
|
136
|
-
default: {
|
|
137
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
urlParameters: [
|
|
141
|
-
Parameters.$host,
|
|
142
|
-
Parameters.nextLink,
|
|
143
|
-
Parameters.subscriptionId,
|
|
144
|
-
Parameters.resourceGroupName,
|
|
145
|
-
Parameters.poolName,
|
|
146
|
-
],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
150
|
-
//# sourceMappingURL=resourceDetails.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resourceDetails.js","sourceRoot":"","sources":["../../../src/operations/resourceDetails.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Sku } from "../operationsInterfaces";
|
|
3
|
-
import { ManagedDevOpsInfrastructure } from "../managedDevOpsInfrastructure";
|
|
4
|
-
import { ResourceSku, SkuListByLocationOptionalParams } from "../models";
|
|
5
|
-
/** Class containing Sku operations. */
|
|
6
|
-
export declare class SkuImpl implements Sku {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Sku class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ManagedDevOpsInfrastructure);
|
|
13
|
-
/**
|
|
14
|
-
* List ResourceSku resources by subscription ID
|
|
15
|
-
* @param locationName Name of the location.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
listByLocation(locationName: string, options?: SkuListByLocationOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
|
|
19
|
-
private listByLocationPagingPage;
|
|
20
|
-
private listByLocationPagingAll;
|
|
21
|
-
/**
|
|
22
|
-
* List ResourceSku resources by subscription ID
|
|
23
|
-
* @param locationName Name of the location.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
private _listByLocation;
|
|
27
|
-
/**
|
|
28
|
-
* ListByLocationNext
|
|
29
|
-
* @param locationName Name of the location.
|
|
30
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
private _listByLocationNext;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=sku.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sku.d.ts","sourceRoot":"","sources":["../../../src/operations/sku.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAI9C,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EACL,WAAW,EAEX,+BAA+B,EAGhC,MAAM,WAAW,CAAC;AAGnB,uCAAuC;AACvC,qBAAa,OAAQ,YAAW,GAAG;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;;OAIG;IACI,cAAc,CACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,WAAW,CAAC;YAkB3B,wBAAwB;YA2BxB,uBAAuB;IAYtC;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAUvB;;;;;OAKG;IACH,OAAO,CAAC,mBAAmB;CAU5B"}
|
|
@@ -1,145 +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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing Sku operations. */
|
|
15
|
-
export class SkuImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class Sku class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* List ResourceSku resources by subscription ID
|
|
25
|
-
* @param locationName Name of the location.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listByLocation(locationName, options) {
|
|
29
|
-
const iter = this.listByLocationPagingAll(locationName, options);
|
|
30
|
-
return {
|
|
31
|
-
next() {
|
|
32
|
-
return iter.next();
|
|
33
|
-
},
|
|
34
|
-
[Symbol.asyncIterator]() {
|
|
35
|
-
return this;
|
|
36
|
-
},
|
|
37
|
-
byPage: (settings) => {
|
|
38
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
39
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
-
}
|
|
41
|
-
return this.listByLocationPagingPage(locationName, options, settings);
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
listByLocationPagingPage(locationName, options, settings) {
|
|
46
|
-
return __asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
47
|
-
let result;
|
|
48
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
49
|
-
if (!continuationToken) {
|
|
50
|
-
result = yield __await(this._listByLocation(locationName, options));
|
|
51
|
-
let page = result.value || [];
|
|
52
|
-
continuationToken = result.nextLink;
|
|
53
|
-
setContinuationToken(page, continuationToken);
|
|
54
|
-
yield yield __await(page);
|
|
55
|
-
}
|
|
56
|
-
while (continuationToken) {
|
|
57
|
-
result = yield __await(this._listByLocationNext(locationName, continuationToken, options));
|
|
58
|
-
continuationToken = result.nextLink;
|
|
59
|
-
let page = result.value || [];
|
|
60
|
-
setContinuationToken(page, continuationToken);
|
|
61
|
-
yield yield __await(page);
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
listByLocationPagingAll(locationName, options) {
|
|
66
|
-
return __asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
67
|
-
var _a, e_1, _b, _c;
|
|
68
|
-
try {
|
|
69
|
-
for (var _d = true, _e = __asyncValues(this.listByLocationPagingPage(locationName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
70
|
-
_c = _f.value;
|
|
71
|
-
_d = false;
|
|
72
|
-
const page = _c;
|
|
73
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
77
|
-
finally {
|
|
78
|
-
try {
|
|
79
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
80
|
-
}
|
|
81
|
-
finally { if (e_1) throw e_1.error; }
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* List ResourceSku resources by subscription ID
|
|
87
|
-
* @param locationName Name of the location.
|
|
88
|
-
* @param options The options parameters.
|
|
89
|
-
*/
|
|
90
|
-
_listByLocation(locationName, options) {
|
|
91
|
-
return this.client.sendOperationRequest({ locationName, options }, listByLocationOperationSpec);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* ListByLocationNext
|
|
95
|
-
* @param locationName Name of the location.
|
|
96
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
_listByLocationNext(locationName, nextLink, options) {
|
|
100
|
-
return this.client.sendOperationRequest({ locationName, nextLink, options }, listByLocationNextOperationSpec);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
// Operation Specifications
|
|
104
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
105
|
-
const listByLocationOperationSpec = {
|
|
106
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevOpsInfrastructure/locations/{locationName}/skus",
|
|
107
|
-
httpMethod: "GET",
|
|
108
|
-
responses: {
|
|
109
|
-
200: {
|
|
110
|
-
bodyMapper: Mappers.ResourceSkuListResult,
|
|
111
|
-
},
|
|
112
|
-
default: {
|
|
113
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
queryParameters: [Parameters.apiVersion],
|
|
117
|
-
urlParameters: [
|
|
118
|
-
Parameters.$host,
|
|
119
|
-
Parameters.subscriptionId,
|
|
120
|
-
Parameters.locationName,
|
|
121
|
-
],
|
|
122
|
-
headerParameters: [Parameters.accept],
|
|
123
|
-
serializer,
|
|
124
|
-
};
|
|
125
|
-
const listByLocationNextOperationSpec = {
|
|
126
|
-
path: "{nextLink}",
|
|
127
|
-
httpMethod: "GET",
|
|
128
|
-
responses: {
|
|
129
|
-
200: {
|
|
130
|
-
bodyMapper: Mappers.ResourceSkuListResult,
|
|
131
|
-
},
|
|
132
|
-
default: {
|
|
133
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.$host,
|
|
138
|
-
Parameters.nextLink,
|
|
139
|
-
Parameters.subscriptionId,
|
|
140
|
-
Parameters.locationName,
|
|
141
|
-
],
|
|
142
|
-
headerParameters: [Parameters.accept],
|
|
143
|
-
serializer,
|
|
144
|
-
};
|
|
145
|
-
//# sourceMappingURL=sku.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sku.js","sourceRoot":"","sources":["../../../src/operations/sku.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SubscriptionUsages } from "../operationsInterfaces";
|
|
3
|
-
import { ManagedDevOpsInfrastructure } from "../managedDevOpsInfrastructure";
|
|
4
|
-
import { Quota, SubscriptionUsagesListByLocationOptionalParams } from "../models";
|
|
5
|
-
/** Class containing SubscriptionUsages operations. */
|
|
6
|
-
export declare class SubscriptionUsagesImpl implements SubscriptionUsages {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class SubscriptionUsages class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: ManagedDevOpsInfrastructure);
|
|
13
|
-
/**
|
|
14
|
-
* List Quota resources by subscription ID
|
|
15
|
-
* @param locationName Name of the location.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
listByLocation(locationName: string, options?: SubscriptionUsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Quota>;
|
|
19
|
-
private listByLocationPagingPage;
|
|
20
|
-
private listByLocationPagingAll;
|
|
21
|
-
/**
|
|
22
|
-
* List Quota resources by subscription ID
|
|
23
|
-
* @param locationName Name of the location.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
private _listByLocation;
|
|
27
|
-
/**
|
|
28
|
-
* ListByLocationNext
|
|
29
|
-
* @param locationName Name of the location.
|
|
30
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
private _listByLocationNext;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=subscriptionUsages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptionUsages.d.ts","sourceRoot":"","sources":["../../../src/operations/subscriptionUsages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAI7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EACL,KAAK,EAEL,8CAA8C,EAG/C,MAAM,WAAW,CAAC;AAGnB,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;;OAIG;IACI,cAAc,CACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,KAAK,CAAC;YAkBrB,wBAAwB;YA2BxB,uBAAuB;IAYtC;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAUvB;;;;;OAKG;IACH,OAAO,CAAC,mBAAmB;CAU5B"}
|
|
@@ -1,145 +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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing SubscriptionUsages operations. */
|
|
15
|
-
export class SubscriptionUsagesImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class SubscriptionUsages class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* List Quota resources by subscription ID
|
|
25
|
-
* @param locationName Name of the location.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listByLocation(locationName, options) {
|
|
29
|
-
const iter = this.listByLocationPagingAll(locationName, options);
|
|
30
|
-
return {
|
|
31
|
-
next() {
|
|
32
|
-
return iter.next();
|
|
33
|
-
},
|
|
34
|
-
[Symbol.asyncIterator]() {
|
|
35
|
-
return this;
|
|
36
|
-
},
|
|
37
|
-
byPage: (settings) => {
|
|
38
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
39
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
-
}
|
|
41
|
-
return this.listByLocationPagingPage(locationName, options, settings);
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
listByLocationPagingPage(locationName, options, settings) {
|
|
46
|
-
return __asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
47
|
-
let result;
|
|
48
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
49
|
-
if (!continuationToken) {
|
|
50
|
-
result = yield __await(this._listByLocation(locationName, options));
|
|
51
|
-
let page = result.value || [];
|
|
52
|
-
continuationToken = result.nextLink;
|
|
53
|
-
setContinuationToken(page, continuationToken);
|
|
54
|
-
yield yield __await(page);
|
|
55
|
-
}
|
|
56
|
-
while (continuationToken) {
|
|
57
|
-
result = yield __await(this._listByLocationNext(locationName, continuationToken, options));
|
|
58
|
-
continuationToken = result.nextLink;
|
|
59
|
-
let page = result.value || [];
|
|
60
|
-
setContinuationToken(page, continuationToken);
|
|
61
|
-
yield yield __await(page);
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
listByLocationPagingAll(locationName, options) {
|
|
66
|
-
return __asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
67
|
-
var _a, e_1, _b, _c;
|
|
68
|
-
try {
|
|
69
|
-
for (var _d = true, _e = __asyncValues(this.listByLocationPagingPage(locationName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
70
|
-
_c = _f.value;
|
|
71
|
-
_d = false;
|
|
72
|
-
const page = _c;
|
|
73
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
77
|
-
finally {
|
|
78
|
-
try {
|
|
79
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
80
|
-
}
|
|
81
|
-
finally { if (e_1) throw e_1.error; }
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* List Quota resources by subscription ID
|
|
87
|
-
* @param locationName Name of the location.
|
|
88
|
-
* @param options The options parameters.
|
|
89
|
-
*/
|
|
90
|
-
_listByLocation(locationName, options) {
|
|
91
|
-
return this.client.sendOperationRequest({ locationName, options }, listByLocationOperationSpec);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* ListByLocationNext
|
|
95
|
-
* @param locationName Name of the location.
|
|
96
|
-
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
_listByLocationNext(locationName, nextLink, options) {
|
|
100
|
-
return this.client.sendOperationRequest({ locationName, nextLink, options }, listByLocationNextOperationSpec);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
// Operation Specifications
|
|
104
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
105
|
-
const listByLocationOperationSpec = {
|
|
106
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevOpsInfrastructure/locations/{locationName}/usages",
|
|
107
|
-
httpMethod: "GET",
|
|
108
|
-
responses: {
|
|
109
|
-
200: {
|
|
110
|
-
bodyMapper: Mappers.QuotaListResult,
|
|
111
|
-
},
|
|
112
|
-
default: {
|
|
113
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
queryParameters: [Parameters.apiVersion],
|
|
117
|
-
urlParameters: [
|
|
118
|
-
Parameters.$host,
|
|
119
|
-
Parameters.subscriptionId,
|
|
120
|
-
Parameters.locationName,
|
|
121
|
-
],
|
|
122
|
-
headerParameters: [Parameters.accept],
|
|
123
|
-
serializer,
|
|
124
|
-
};
|
|
125
|
-
const listByLocationNextOperationSpec = {
|
|
126
|
-
path: "{nextLink}",
|
|
127
|
-
httpMethod: "GET",
|
|
128
|
-
responses: {
|
|
129
|
-
200: {
|
|
130
|
-
bodyMapper: Mappers.QuotaListResult,
|
|
131
|
-
},
|
|
132
|
-
default: {
|
|
133
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.$host,
|
|
138
|
-
Parameters.nextLink,
|
|
139
|
-
Parameters.subscriptionId,
|
|
140
|
-
Parameters.locationName,
|
|
141
|
-
],
|
|
142
|
-
headerParameters: [Parameters.accept],
|
|
143
|
-
serializer,
|
|
144
|
-
};
|
|
145
|
-
//# sourceMappingURL=subscriptionUsages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptionUsages.js","sourceRoot":"","sources":["../../../src/operations/subscriptionUsages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAUnD,4CAA4C;AAC5C,sDAAsD;AACtD,MAAM,OAAO,sBAAsB;IAGjC;;;OAGG;IACH,YAAY,MAAmC;QAC7C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,cAAc,CACnB,YAAoB,EACpB,OAAwD;QAExD,MAAM,IAAI,GAAG,IAAI,CAAC,uBAAuB,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QACjE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,wBAAwB,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACxE,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,wBAAwB,CACrC,YAAoB,EACpB,OAAwD,EACxD,QAAuB;;YAEvB,IAAI,MAAgD,CAAC;YACrD,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,cAAM,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC3D,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,cAAM,IAAI,CAAC,mBAAmB,CACrC,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,oBAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,uBAAuB,CACpC,YAAoB,EACpB,OAAwD;;;;gBAExD,KAAyB,eAAA,KAAA,cAAA,IAAI,CAAC,wBAAwB,CACpD,YAAY,EACZ,OAAO,CACR,CAAA,IAAA,+DAAE,CAAC;oBAHqB,cAGxB;oBAHwB,WAGxB;oBAHU,MAAM,IAAI,KAAA,CAAA;oBAInB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACK,eAAe,CACrB,YAAoB,EACpB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,OAAO,EAAE,EACzB,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,mBAAmB,CACzB,YAAoB,EACpB,QAAgB,EAChB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACnC,+BAA+B,CAChC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,0GAA0G;IAChH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ImageVersion, ImageVersionsListByImageOptionalParams } from "../models";
|
|
3
|
-
/** Interface representing a ImageVersions. */
|
|
4
|
-
export interface ImageVersions {
|
|
5
|
-
/**
|
|
6
|
-
* List ImageVersion resources by Image
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param imageName Name of the image.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
listByImage(resourceGroupName: string, imageName: string, options?: ImageVersionsListByImageOptionalParams): PagedAsyncIterableIterator<ImageVersion>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=imageVersions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imageVersions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/imageVersions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,YAAY,CAAC,CAAC;CAC7C"}
|
|
@@ -1,9 +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
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=imageVersions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imageVersions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/imageVersions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|