@azure/arm-commitmentplans 2.0.0-beta.1 → 2.0.0-beta.3
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 +6 -4
- package/LICENSE +4 -4
- package/README.md +33 -12
- package/{dist-esm/src → dist/browser}/azureMLCommitmentPlansManagementClient.d.ts +4 -2
- package/dist/browser/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/browser/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/browser/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +29 -22
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/index.js +7 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +16 -7
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.d.ts +3 -3
- package/dist/browser/operations/commitmentAssociations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.js +30 -33
- package/dist/browser/operations/commitmentAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentPlans.d.ts +3 -3
- package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentPlans.js +56 -63
- package/dist/browser/operations/commitmentPlans.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +16 -27
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.js +16 -27
- package/dist/browser/operations/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usageHistory.d.ts +3 -3
- package/dist/browser/operations/usageHistory.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usageHistory.js +30 -33
- package/dist/browser/operations/usageHistory.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.d.ts +1 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.d.ts +1 -1
- package/dist/browser/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.js +119 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-commitmentplans.d.ts → dist/commonjs/models/index.d.ts} +529 -706
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +37 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +24 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +753 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +128 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/commitmentAssociations.d.ts +55 -0
- package/dist/commonjs/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentAssociations.js +205 -0
- package/dist/commonjs/operations/commitmentAssociations.js.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts +84 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.js +330 -0
- package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +81 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +81 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/usageHistory.d.ts +38 -0
- package/dist/commonjs/operations/usageHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/usageHistory.js +133 -0
- package/dist/commonjs/operations/usageHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +529 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +34 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +24 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +750 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +125 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/commitmentAssociations.d.ts +55 -0
- package/dist/esm/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/esm/operations/commitmentAssociations.js +200 -0
- package/dist/esm/operations/commitmentAssociations.js.map +1 -0
- package/dist/esm/operations/commitmentPlans.d.ts +84 -0
- package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operations/commitmentPlans.js +325 -0
- package/dist/esm/operations/commitmentPlans.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +76 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +76 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/usageHistory.d.ts +38 -0
- package/dist/esm/operations/usageHistory.d.ts.map +1 -0
- package/dist/esm/operations/usageHistory.js +128 -0
- package/dist/esm/operations/usageHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usageHistory.js +9 -0
- package/dist/esm/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +529 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +34 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +24 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +750 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +125 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/commitmentAssociations.d.ts +55 -0
- package/dist/react-native/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentAssociations.js +200 -0
- package/dist/react-native/operations/commitmentAssociations.js.map +1 -0
- package/dist/react-native/operations/commitmentPlans.d.ts +84 -0
- package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentPlans.js +325 -0
- package/dist/react-native/operations/commitmentPlans.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +76 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +76 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/usageHistory.d.ts +38 -0
- package/dist/react-native/operations/usageHistory.d.ts.map +1 -0
- package/dist/react-native/operations/usageHistory.js +128 -0
- package/dist/react-native/operations/usageHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usageHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +97 -74
- package/review/{arm-commitmentplans.api.md → arm-commitmentplans-node.api.md} +7 -11
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -1794
- 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/src/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureMLCommitmentPlansManagementClient.js +0 -55
- package/dist-esm/src/azureMLCommitmentPlansManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/commitmentAssociations.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentAssociations.js.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/usageHistory.d.ts.map +0 -1
- package/dist-esm/src/operations/usageHistory.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentAssociations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageHistory.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageHistory.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -188
- package/src/azureMLCommitmentPlansManagementClient.ts +0 -95
- package/src/models/index.ts +0 -579
- package/src/models/mappers.ts +0 -773
- package/src/models/parameters.ts +0 -147
- package/src/operations/commitmentAssociations.ts +0 -281
- package/src/operations/commitmentPlans.ts +0 -420
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -95
- package/src/operations/skus.ts +0 -94
- package/src/operations/usageHistory.ts +0 -183
- package/src/operationsInterfaces/commitmentAssociations.ts +0 -62
- package/src/operationsInterfaces/commitmentPlans.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/usageHistory.ts +0 -26
- package/tsconfig.json +0 -20
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
3
|
-
## 2.0.0-beta.1 (2022-01-19)
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
## 2.0.0-beta.3 (2022-11-28)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
The package of @azure/arm-commitmentplans is using our next generation design principles since version 2.0.0-beta.3, which contains breaking changes.
|
|
6
8
|
|
|
7
9
|
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
|
|
8
10
|
|
|
9
11
|
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
10
12
|
|
|
11
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js
|
|
13
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,16 +6,18 @@ These APIs allow end users to operate on Azure Machine Learning Commitment Plans
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-commitmentplans) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-commitmentplans) |
|
|
9
|
-
[API reference documentation](https://
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-commitmentplans?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
13
13
|
|
|
14
14
|
### Currently supported environments
|
|
15
15
|
|
|
16
|
-
- [LTS versions of Node.js](https://
|
|
16
|
+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
|
|
17
17
|
- Latest versions of Safari, Chrome, Edge and Firefox.
|
|
18
18
|
|
|
19
|
+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
|
|
20
|
+
|
|
19
21
|
### Prerequisites
|
|
20
22
|
|
|
21
23
|
- An [Azure subscription][azure_sub].
|
|
@@ -44,17 +46,37 @@ npm install @azure/identity
|
|
|
44
46
|
You will also need to **register a new AAD application and grant access to Azure ML Commitment Plans Management** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
45
47
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
46
48
|
|
|
47
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
49
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
|
+
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { AzureMLCommitmentPlansManagementClient } from "@azure/arm-commitmentplans";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
48
56
|
|
|
49
|
-
```javascript
|
|
50
|
-
const { AzureMLCommitmentPlansManagementClient } = require("@azure/arm-commitmentplans");
|
|
51
|
-
const { DefaultAzureCredential } = require("@azure/identity");
|
|
52
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
53
|
-
const client = new AzureMLCommitmentPlansManagementClient(
|
|
58
|
+
const client = new AzureMLCommitmentPlansManagementClient(
|
|
59
|
+
new DefaultAzureCredential(),
|
|
60
|
+
subscriptionId,
|
|
61
|
+
);
|
|
54
62
|
```
|
|
55
63
|
|
|
64
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
65
|
+
|
|
66
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
67
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
68
|
+
import { AzureMLCommitmentPlansManagementClient } from "@azure/arm-commitmentplans";
|
|
69
|
+
|
|
70
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
71
|
+
const credential = new InteractiveBrowserCredential({
|
|
72
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
73
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
74
|
+
});
|
|
75
|
+
const client = new AzureMLCommitmentPlansManagementClient(credential, subscriptionId);
|
|
76
|
+
```
|
|
56
77
|
|
|
57
78
|
### JavaScript Bundle
|
|
79
|
+
|
|
58
80
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
59
81
|
|
|
60
82
|
## Key concepts
|
|
@@ -69,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
69
91
|
|
|
70
92
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
71
93
|
|
|
72
|
-
```
|
|
73
|
-
|
|
94
|
+
```ts snippet:SetLogLevel
|
|
95
|
+
import { setLogLevel } from "@azure/logger";
|
|
96
|
+
|
|
74
97
|
setLogLevel("info");
|
|
75
98
|
```
|
|
76
99
|
|
|
@@ -88,9 +111,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
88
111
|
|
|
89
112
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
90
113
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
[azure_cli]: https://docs.microsoft.com/cli/azure
|
|
114
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
94
115
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
95
116
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
96
117
|
[azure_portal]: https://portal.azure.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, Skus, CommitmentAssociations, CommitmentPlans, UsageHistory } from "./operationsInterfaces";
|
|
4
|
-
import { AzureMLCommitmentPlansManagementClientOptionalParams } from "./models";
|
|
3
|
+
import { Operations, Skus, CommitmentAssociations, CommitmentPlans, UsageHistory } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { AzureMLCommitmentPlansManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class AzureMLCommitmentPlansManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -13,6 +13,8 @@ export declare class AzureMLCommitmentPlansManagementClient extends coreClient.S
|
|
|
13
13
|
* @param options The parameter options
|
|
14
14
|
*/
|
|
15
15
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureMLCommitmentPlansManagementClientOptionalParams);
|
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
+
private addCustomApiVersionPolicy;
|
|
16
18
|
operations: Operations;
|
|
17
19
|
skus: Skus;
|
|
18
20
|
commitmentAssociations: CommitmentAssociations;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureMLCommitmentPlansManagementClient.d.ts","sourceRoot":"","sources":["../../src/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAQ7C,OAAO,EACL,UAAU,EACV,IAAI,EACJ,sBAAsB,EACtB,eAAe,EACf,YAAY,EACb,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oDAAoD,EAAE,MAAM,mBAAmB,CAAC;AAEzF,qBAAa,sCAAuC,SAAQ,UAAU,CAAC,aAAa;IAClF,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,oDAAoD;IAgFhE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;CAC5B"}
|
|
@@ -0,0 +1,114 @@
|
|
|
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 * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
+
import { OperationsImpl, SkusImpl, CommitmentAssociationsImpl, CommitmentPlansImpl, UsageHistoryImpl } from "./operations/index.js";
|
|
11
|
+
export class AzureMLCommitmentPlansManagementClient extends coreClient.ServiceClient {
|
|
12
|
+
$host;
|
|
13
|
+
apiVersion;
|
|
14
|
+
subscriptionId;
|
|
15
|
+
/**
|
|
16
|
+
* Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
|
|
17
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
18
|
+
* @param subscriptionId Azure Subscription ID.
|
|
19
|
+
* @param options The parameter options
|
|
20
|
+
*/
|
|
21
|
+
constructor(credentials, subscriptionId, options) {
|
|
22
|
+
if (credentials === undefined) {
|
|
23
|
+
throw new Error("'credentials' cannot be null");
|
|
24
|
+
}
|
|
25
|
+
if (subscriptionId === undefined) {
|
|
26
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
27
|
+
}
|
|
28
|
+
// Initializing default values for options
|
|
29
|
+
if (!options) {
|
|
30
|
+
options = {};
|
|
31
|
+
}
|
|
32
|
+
const defaults = {
|
|
33
|
+
requestContentType: "application/json; charset=utf-8",
|
|
34
|
+
credential: credentials
|
|
35
|
+
};
|
|
36
|
+
const packageDetails = `azsdk-js-arm-commitmentplans/2.0.0-beta.3`;
|
|
37
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
38
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
39
|
+
: `${packageDetails}`;
|
|
40
|
+
const optionsWithDefaults = {
|
|
41
|
+
...defaults,
|
|
42
|
+
...options,
|
|
43
|
+
userAgentOptions: {
|
|
44
|
+
userAgentPrefix
|
|
45
|
+
},
|
|
46
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
|
47
|
+
};
|
|
48
|
+
super(optionsWithDefaults);
|
|
49
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
50
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
51
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
52
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
53
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
54
|
+
}
|
|
55
|
+
if (!options ||
|
|
56
|
+
!options.pipeline ||
|
|
57
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
58
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
59
|
+
this.pipeline.removePolicy({
|
|
60
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
61
|
+
});
|
|
62
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
63
|
+
credential: credentials,
|
|
64
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
65
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
66
|
+
challengeCallbacks: {
|
|
67
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
68
|
+
}
|
|
69
|
+
}));
|
|
70
|
+
}
|
|
71
|
+
// Parameter assignments
|
|
72
|
+
this.subscriptionId = subscriptionId;
|
|
73
|
+
// Assigning values to Constant parameters
|
|
74
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
75
|
+
this.apiVersion = options.apiVersion || "2016-05-01-preview";
|
|
76
|
+
this.operations = new OperationsImpl(this);
|
|
77
|
+
this.skus = new SkusImpl(this);
|
|
78
|
+
this.commitmentAssociations = new CommitmentAssociationsImpl(this);
|
|
79
|
+
this.commitmentPlans = new CommitmentPlansImpl(this);
|
|
80
|
+
this.usageHistory = new UsageHistoryImpl(this);
|
|
81
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
82
|
+
}
|
|
83
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
84
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
85
|
+
if (!apiVersion) {
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
const apiVersionPolicy = {
|
|
89
|
+
name: "CustomApiVersionPolicy",
|
|
90
|
+
async sendRequest(request, next) {
|
|
91
|
+
const param = request.url.split("?");
|
|
92
|
+
if (param.length > 1) {
|
|
93
|
+
const newParams = param[1].split("&").map((item) => {
|
|
94
|
+
if (item.indexOf("api-version") > -1) {
|
|
95
|
+
return "api-version=" + apiVersion;
|
|
96
|
+
}
|
|
97
|
+
else {
|
|
98
|
+
return item;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
102
|
+
}
|
|
103
|
+
return next(request);
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
107
|
+
}
|
|
108
|
+
operations;
|
|
109
|
+
skus;
|
|
110
|
+
commitmentAssociations;
|
|
111
|
+
commitmentPlans;
|
|
112
|
+
usageHistory;
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=azureMLCommitmentPlansManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureMLCommitmentPlansManagementClient.js","sourceRoot":"","sources":["../../src/azureMLCommitmentPlansManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n SkusImpl,\n CommitmentAssociationsImpl,\n CommitmentPlansImpl,\n UsageHistoryImpl\n} from \"./operations/index.js\";\nimport {\n Operations,\n Skus,\n CommitmentAssociations,\n CommitmentPlans,\n UsageHistory\n} from \"./operationsInterfaces/index.js\";\nimport { AzureMLCommitmentPlansManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureMLCommitmentPlansManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Azure Subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureMLCommitmentPlansManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureMLCommitmentPlansManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-commitmentplans/2.0.0-beta.3`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2016-05-01-preview\";\n this.operations = new OperationsImpl(this);\n this.skus = new SkusImpl(this);\n this.commitmentAssociations = new CommitmentAssociationsImpl(this);\n this.commitmentPlans = new CommitmentPlansImpl(this);\n this.usageHistory = new UsageHistoryImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n skus: Skus;\n commitmentAssociations: CommitmentAssociations;\n commitmentPlans: CommitmentPlans;\n usageHistory: UsageHistory;\n}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
2
|
+
export * from "./models/index.js";
|
|
3
|
+
export { AzureMLCommitmentPlansManagementClient } from "./azureMLCommitmentPlansManagementClient.js";
|
|
4
|
+
export * from "./operationsInterfaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { AzureMLCommitmentPlansManagementClient } from "./azureMLCommitmentPlansManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
12
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { AzureMLCommitmentPlansManagementClient } from \"./azureMLCommitmentPlansManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -354,14 +354,14 @@ export interface PlanUsageHistory {
|
|
|
354
354
|
usageDate?: Date;
|
|
355
355
|
}
|
|
356
356
|
/** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */
|
|
357
|
-
export
|
|
357
|
+
export interface CommitmentAssociation extends Resource {
|
|
358
358
|
/** An entity tag used to enforce optimistic concurrency. */
|
|
359
359
|
etag?: string;
|
|
360
360
|
/** The properties of the commitment association resource. */
|
|
361
361
|
properties?: CommitmentAssociationProperties;
|
|
362
|
-
}
|
|
362
|
+
}
|
|
363
363
|
/** An Azure ML commitment plan resource. */
|
|
364
|
-
export
|
|
364
|
+
export interface CommitmentPlan extends Resource {
|
|
365
365
|
/** An entity tag used to enforce optimistic concurrency. */
|
|
366
366
|
etag?: string;
|
|
367
367
|
/**
|
|
@@ -371,11 +371,14 @@ export declare type CommitmentPlan = Resource & {
|
|
|
371
371
|
readonly properties?: CommitmentPlanProperties;
|
|
372
372
|
/** The commitment plan SKU. */
|
|
373
373
|
sku?: ResourceSku;
|
|
374
|
-
}
|
|
374
|
+
}
|
|
375
375
|
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
376
376
|
export declare enum KnownSkuCapacityScaleType {
|
|
377
|
+
/** Automatic */
|
|
377
378
|
Automatic = "Automatic",
|
|
379
|
+
/** Manual */
|
|
378
380
|
Manual = "Manual",
|
|
381
|
+
/** None */
|
|
379
382
|
None = "None"
|
|
380
383
|
}
|
|
381
384
|
/**
|
|
@@ -387,10 +390,12 @@ export declare enum KnownSkuCapacityScaleType {
|
|
|
387
390
|
* **Manual** \
|
|
388
391
|
* **None**
|
|
389
392
|
*/
|
|
390
|
-
export
|
|
393
|
+
export type SkuCapacityScaleType = string;
|
|
391
394
|
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
392
395
|
export declare enum KnownResourceSkuRestrictionsType {
|
|
396
|
+
/** Location */
|
|
393
397
|
Location = "location",
|
|
398
|
+
/** Zone */
|
|
394
399
|
Zone = "zone"
|
|
395
400
|
}
|
|
396
401
|
/**
|
|
@@ -401,10 +406,12 @@ export declare enum KnownResourceSkuRestrictionsType {
|
|
|
401
406
|
* **location** \
|
|
402
407
|
* **zone**
|
|
403
408
|
*/
|
|
404
|
-
export
|
|
409
|
+
export type ResourceSkuRestrictionsType = string;
|
|
405
410
|
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
406
411
|
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
412
|
+
/** QuotaId */
|
|
407
413
|
QuotaId = "QuotaId",
|
|
414
|
+
/** NotAvailableForSubscription */
|
|
408
415
|
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
409
416
|
}
|
|
410
417
|
/**
|
|
@@ -415,51 +422,51 @@ export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
|
415
422
|
* **QuotaId** \
|
|
416
423
|
* **NotAvailableForSubscription**
|
|
417
424
|
*/
|
|
418
|
-
export
|
|
425
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
419
426
|
/** Optional parameters. */
|
|
420
427
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
421
428
|
}
|
|
422
429
|
/** Contains response data for the list operation. */
|
|
423
|
-
export
|
|
430
|
+
export type OperationsListResponse = OperationEntityListResult;
|
|
424
431
|
/** Optional parameters. */
|
|
425
432
|
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
426
433
|
}
|
|
427
434
|
/** Contains response data for the list operation. */
|
|
428
|
-
export
|
|
435
|
+
export type SkusListResponse = SkuListResult;
|
|
429
436
|
/** Optional parameters. */
|
|
430
437
|
export interface CommitmentAssociationsGetOptionalParams extends coreClient.OperationOptions {
|
|
431
438
|
}
|
|
432
439
|
/** Contains response data for the get operation. */
|
|
433
|
-
export
|
|
440
|
+
export type CommitmentAssociationsGetResponse = CommitmentAssociation;
|
|
434
441
|
/** Optional parameters. */
|
|
435
442
|
export interface CommitmentAssociationsListOptionalParams extends coreClient.OperationOptions {
|
|
436
443
|
/** Continuation token for pagination. */
|
|
437
444
|
skipToken?: string;
|
|
438
445
|
}
|
|
439
446
|
/** Contains response data for the list operation. */
|
|
440
|
-
export
|
|
447
|
+
export type CommitmentAssociationsListResponse = CommitmentAssociationListResult;
|
|
441
448
|
/** Optional parameters. */
|
|
442
449
|
export interface CommitmentAssociationsMoveOptionalParams extends coreClient.OperationOptions {
|
|
443
450
|
}
|
|
444
451
|
/** Contains response data for the move operation. */
|
|
445
|
-
export
|
|
452
|
+
export type CommitmentAssociationsMoveResponse = CommitmentAssociation;
|
|
446
453
|
/** Optional parameters. */
|
|
447
454
|
export interface CommitmentAssociationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
448
455
|
/** Continuation token for pagination. */
|
|
449
456
|
skipToken?: string;
|
|
450
457
|
}
|
|
451
458
|
/** Contains response data for the listNext operation. */
|
|
452
|
-
export
|
|
459
|
+
export type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;
|
|
453
460
|
/** Optional parameters. */
|
|
454
461
|
export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
|
|
455
462
|
}
|
|
456
463
|
/** Contains response data for the get operation. */
|
|
457
|
-
export
|
|
464
|
+
export type CommitmentPlansGetResponse = CommitmentPlan;
|
|
458
465
|
/** Optional parameters. */
|
|
459
466
|
export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
460
467
|
}
|
|
461
468
|
/** Contains response data for the createOrUpdate operation. */
|
|
462
|
-
export
|
|
469
|
+
export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
|
|
463
470
|
/** Optional parameters. */
|
|
464
471
|
export interface CommitmentPlansRemoveOptionalParams extends coreClient.OperationOptions {
|
|
465
472
|
}
|
|
@@ -467,49 +474,49 @@ export interface CommitmentPlansRemoveOptionalParams extends coreClient.Operatio
|
|
|
467
474
|
export interface CommitmentPlansPatchOptionalParams extends coreClient.OperationOptions {
|
|
468
475
|
}
|
|
469
476
|
/** Contains response data for the patch operation. */
|
|
470
|
-
export
|
|
477
|
+
export type CommitmentPlansPatchResponse = CommitmentPlan;
|
|
471
478
|
/** Optional parameters. */
|
|
472
479
|
export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
|
|
473
480
|
/** Continuation token for pagination. */
|
|
474
481
|
skipToken?: string;
|
|
475
482
|
}
|
|
476
483
|
/** Contains response data for the list operation. */
|
|
477
|
-
export
|
|
484
|
+
export type CommitmentPlansListResponse = CommitmentPlanListResult;
|
|
478
485
|
/** Optional parameters. */
|
|
479
486
|
export interface CommitmentPlansListInResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
480
487
|
/** Continuation token for pagination. */
|
|
481
488
|
skipToken?: string;
|
|
482
489
|
}
|
|
483
490
|
/** Contains response data for the listInResourceGroup operation. */
|
|
484
|
-
export
|
|
491
|
+
export type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;
|
|
485
492
|
/** Optional parameters. */
|
|
486
493
|
export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
|
|
487
494
|
/** Continuation token for pagination. */
|
|
488
495
|
skipToken?: string;
|
|
489
496
|
}
|
|
490
497
|
/** Contains response data for the listNext operation. */
|
|
491
|
-
export
|
|
498
|
+
export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
|
|
492
499
|
/** Optional parameters. */
|
|
493
500
|
export interface CommitmentPlansListInResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
494
501
|
/** Continuation token for pagination. */
|
|
495
502
|
skipToken?: string;
|
|
496
503
|
}
|
|
497
504
|
/** Contains response data for the listInResourceGroupNext operation. */
|
|
498
|
-
export
|
|
505
|
+
export type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;
|
|
499
506
|
/** Optional parameters. */
|
|
500
507
|
export interface UsageHistoryListOptionalParams extends coreClient.OperationOptions {
|
|
501
508
|
/** Continuation token for pagination. */
|
|
502
509
|
skipToken?: string;
|
|
503
510
|
}
|
|
504
511
|
/** Contains response data for the list operation. */
|
|
505
|
-
export
|
|
512
|
+
export type UsageHistoryListResponse = PlanUsageHistoryListResult;
|
|
506
513
|
/** Optional parameters. */
|
|
507
514
|
export interface UsageHistoryListNextOptionalParams extends coreClient.OperationOptions {
|
|
508
515
|
/** Continuation token for pagination. */
|
|
509
516
|
skipToken?: string;
|
|
510
517
|
}
|
|
511
518
|
/** Contains response data for the listNext operation. */
|
|
512
|
-
export
|
|
519
|
+
export type UsageHistoryListNextResponse = PlanUsageHistoryListResult;
|
|
513
520
|
/** Optional parameters. */
|
|
514
521
|
export interface AzureMLCommitmentPlansManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
515
522
|
/** server parameter */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,20 +8,27 @@
|
|
|
8
8
|
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
9
9
|
export var KnownSkuCapacityScaleType;
|
|
10
10
|
(function (KnownSkuCapacityScaleType) {
|
|
11
|
+
/** Automatic */
|
|
11
12
|
KnownSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
13
|
+
/** Manual */
|
|
12
14
|
KnownSkuCapacityScaleType["Manual"] = "Manual";
|
|
15
|
+
/** None */
|
|
13
16
|
KnownSkuCapacityScaleType["None"] = "None";
|
|
14
17
|
})(KnownSkuCapacityScaleType || (KnownSkuCapacityScaleType = {}));
|
|
15
18
|
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
16
19
|
export var KnownResourceSkuRestrictionsType;
|
|
17
20
|
(function (KnownResourceSkuRestrictionsType) {
|
|
21
|
+
/** Location */
|
|
18
22
|
KnownResourceSkuRestrictionsType["Location"] = "location";
|
|
23
|
+
/** Zone */
|
|
19
24
|
KnownResourceSkuRestrictionsType["Zone"] = "zone";
|
|
20
25
|
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
21
26
|
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
22
27
|
export var KnownResourceSkuRestrictionsReasonCode;
|
|
23
28
|
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
29
|
+
/** QuotaId */
|
|
24
30
|
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
31
|
+
/** NotAvailableForSubscription */
|
|
25
32
|
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
26
33
|
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
27
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6XH,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,aAAa;IACb,8CAAiB,CAAA;IACjB,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,eAAe;IACf,yDAAqB,CAAA;IACrB,WAAW;IACX,iDAAa,CAAA;AACf,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,kCAAkC;IAClC,qGAA2D,CAAA;AAC7D,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The list of REST API operations. */\nexport interface OperationEntityListResult {\n /**\n * The list of operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationEntity[];\n}\n\n/** An API operation. */\nexport interface OperationEntity {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The API operation info. */\n display?: OperationDisplayInfo;\n}\n\n/** The API operation info. */\nexport interface OperationDisplayInfo {\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The action that users can perform, based on their permission level.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The service provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n}\n\n/** The list of commitment plan SKUs. */\nexport interface SkuListResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: CatalogSku[];\n}\n\n/** Details of a commitment plan SKU. */\nexport interface CatalogSku {\n /**\n * Resource type name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * SKU name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * SKU tier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /**\n * Regions where the SKU is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * SKU scaling information\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: SkuCapacity;\n /**\n * The capability information for the specified SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: SkuCapability[];\n /**\n * The cost information for the specified SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costs?: SkuCost[];\n /**\n * Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictions?: SkuRestrictions[];\n}\n\n/** Describes scaling information of a SKU. */\nexport interface SkuCapacity {\n /**\n * The minimum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The maximum capacity that can be set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: SkuCapacityScaleType;\n}\n\n/** Describes The SKU capabilities object. */\nexport interface SkuCapability {\n /**\n * The capability name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The capability value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Describes metadata for SKU cost info. */\nexport interface SkuCost {\n /**\n * The meter used for this part of a SKU's cost.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterID?: string;\n /**\n * The multiplier for the meter ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quantity?: number;\n /**\n * The overall duration represented by the quantity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedUnit?: string;\n}\n\n/** Describes restrictions which would prevent a SKU from being used. */\nexport interface SkuRestrictions {\n /**\n * The type of restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ResourceSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The reason for restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\n/** Properties of an Azure ML commitment association. */\nexport interface CommitmentAssociationProperties {\n /**\n * The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly associatedResourceId?: string;\n /**\n * The ARM ID of the parent Azure ML commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly commitmentPlanId?: string;\n /**\n * The date at which this commitment association was created, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n}\n\n/** Common properties of an ARM resource. */\nexport interface Resource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Resource location. */\n location: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** User-defined tags for the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A page of commitment association resources. */\nexport interface CommitmentAssociationListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: CommitmentAssociation[];\n}\n\n/** Specifies the destination Azure ML commitment plan for a move operation. */\nexport interface MoveCommitmentAssociationRequest {\n /** The ARM ID of the commitment plan to re-parent the commitment association to. */\n destinationPlanId?: string;\n}\n\n/** Properties of an Azure ML commitment plan. */\nexport interface CommitmentPlanProperties {\n /**\n * Indicates whether usage beyond the commitment plan's included quantities will be charged.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly chargeForOverage?: boolean;\n /**\n * Indicates whether the commitment plan will incur a charge.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly chargeForPlan?: boolean;\n /**\n * The date at which this commitment plan was created, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /**\n * The included resource quantities this plan gives you.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly includedQuantities?: { [propertyName: string]: PlanQuantity };\n /**\n * The maximum number of commitment associations that can be children of this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxAssociationLimit?: number;\n /**\n * The maximum scale-out capacity for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCapacityLimit?: number;\n /**\n * The minimum scale-out capacity for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minCapacityLimit?: number;\n /**\n * The Azure meter which will be used to charge for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly planMeter?: string;\n /**\n * The frequency at which this commitment plan's included quantities are refilled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly refillFrequencyInDays?: number;\n /**\n * Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendPlanOnOverage?: boolean;\n}\n\n/** Represents the quantity a commitment plan provides of a metered resource. */\nexport interface PlanQuantity {\n /**\n * The quantity added to the commitment plan at an interval specified by its allowance frequency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowance?: number;\n /**\n * The quantity available to the plan the last time usage was calculated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly amount?: number;\n /**\n * The Azure meter for usage against included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly includedQuantityMeter?: string;\n /**\n * The Azure meter for usage which exceeds included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overageMeter?: string;\n}\n\n/** The SKU of a resource. */\nexport interface ResourceSku {\n /** The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource. */\n capacity?: number;\n /** The SKU name. Along with tier, uniquely identifies the SKU. */\n name?: string;\n /** The SKU tier. Along with name, uniquely identifies the SKU. */\n tier?: string;\n}\n\n/** The properties of a commitment plan which may be updated via PATCH. */\nexport interface CommitmentPlanPatchPayload {\n /** User-defined tags for the commitment plan. */\n tags?: { [propertyName: string]: string };\n /** The commitment plan SKU. */\n sku?: ResourceSku;\n}\n\n/** A page of commitment plan resources. */\nexport interface CommitmentPlanListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: CommitmentPlan[];\n}\n\n/** A page of usage history. */\nexport interface PlanUsageHistoryListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: PlanUsageHistory[];\n}\n\n/** Represents historical information about usage of the Azure resources associated with a commitment plan. */\nexport interface PlanUsageHistory {\n /** Overage incurred as a result of deleting a commitment plan. */\n planDeletionOverage?: { [propertyName: string]: number };\n /** Overage incurred as a result of migrating a commitment plan from one SKU to another. */\n planMigrationOverage?: { [propertyName: string]: number };\n /** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */\n planQuantitiesAfterUsage?: { [propertyName: string]: number };\n /** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */\n planQuantitiesBeforeUsage?: { [propertyName: string]: number };\n /** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */\n planUsageOverage?: { [propertyName: string]: number };\n /** Usage against the commitment plan's associated resources. */\n usage?: { [propertyName: string]: number };\n /** The date of usage, in ISO 8601 format. */\n usageDate?: Date;\n}\n\n/** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */\nexport interface CommitmentAssociation extends Resource {\n /** An entity tag used to enforce optimistic concurrency. */\n etag?: string;\n /** The properties of the commitment association resource. */\n properties?: CommitmentAssociationProperties;\n}\n\n/** An Azure ML commitment plan resource. */\nexport interface CommitmentPlan extends Resource {\n /** An entity tag used to enforce optimistic concurrency. */\n etag?: string;\n /**\n * The commitment plan properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: CommitmentPlanProperties;\n /** The commitment plan SKU. */\n sku?: ResourceSku;\n}\n\n/** Known values of {@link SkuCapacityScaleType} that the service accepts. */\nexport enum KnownSkuCapacityScaleType {\n /** Automatic */\n Automatic = \"Automatic\",\n /** Manual */\n Manual = \"Manual\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for SkuCapacityScaleType. \\\n * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic** \\\n * **Manual** \\\n * **None**\n */\nexport type SkuCapacityScaleType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsType {\n /** Location */\n Location = \"location\",\n /** Zone */\n Zone = \"zone\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsType. \\\n * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **location** \\\n * **zone**\n */\nexport type ResourceSkuRestrictionsType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsReasonCode. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationEntityListResult;\n\n/** Optional parameters. */\nexport interface SkusListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SkusListResponse = SkuListResult;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommitmentAssociationsGetResponse = CommitmentAssociation;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommitmentAssociationsListResponse = CommitmentAssociationListResult;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the move operation. */\nexport type CommitmentAssociationsMoveResponse = CommitmentAssociation;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommitmentPlansGetResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansRemoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommitmentPlansPatchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the patch operation. */\nexport type CommitmentPlansPatchResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommitmentPlansListResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListInResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listInResourceGroup operation. */\nexport type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type CommitmentPlansListNextResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListInResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listInResourceGroupNext operation. */\nexport type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface UsageHistoryListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsageHistoryListResponse = PlanUsageHistoryListResult;\n\n/** Optional parameters. */\nexport interface UsageHistoryListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type UsageHistoryListNextResponse = PlanUsageHistoryListResult;\n\n/** Optional parameters. */\nexport interface AzureMLCommitmentPlansManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|