@azure/arm-commitmentplans 2.0.0-beta.2 → 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 +30 -20
- 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 +86 -73
- package/review/{arm-commitmentplans.api.md → arm-commitmentplans-node.api.md} +7 -11
- package/dist/index.js +0 -1839
- 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 -73
- 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 -122
- package/src/azureMLCommitmentPlansManagementClient.ts +0 -120
- 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 -33
- /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
|
@@ -1,183 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { UsageHistory } from "../operationsInterfaces";
|
|
11
|
-
import * as coreClient from "@azure/core-client";
|
|
12
|
-
import * as Mappers from "../models/mappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient";
|
|
15
|
-
import {
|
|
16
|
-
PlanUsageHistory,
|
|
17
|
-
UsageHistoryListNextOptionalParams,
|
|
18
|
-
UsageHistoryListOptionalParams,
|
|
19
|
-
UsageHistoryListResponse,
|
|
20
|
-
UsageHistoryListNextResponse
|
|
21
|
-
} from "../models";
|
|
22
|
-
|
|
23
|
-
/// <reference lib="esnext.asynciterable" />
|
|
24
|
-
/** Class containing UsageHistory operations. */
|
|
25
|
-
export class UsageHistoryImpl implements UsageHistory {
|
|
26
|
-
private readonly client: AzureMLCommitmentPlansManagementClient;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Initialize a new instance of the class UsageHistory class.
|
|
30
|
-
* @param client Reference to the service client
|
|
31
|
-
*/
|
|
32
|
-
constructor(client: AzureMLCommitmentPlansManagementClient) {
|
|
33
|
-
this.client = client;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Retrieve the usage history for an Azure ML commitment plan.
|
|
38
|
-
* @param resourceGroupName The resource group name.
|
|
39
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
public list(
|
|
43
|
-
resourceGroupName: string,
|
|
44
|
-
commitmentPlanName: string,
|
|
45
|
-
options?: UsageHistoryListOptionalParams
|
|
46
|
-
): PagedAsyncIterableIterator<PlanUsageHistory> {
|
|
47
|
-
const iter = this.listPagingAll(
|
|
48
|
-
resourceGroupName,
|
|
49
|
-
commitmentPlanName,
|
|
50
|
-
options
|
|
51
|
-
);
|
|
52
|
-
return {
|
|
53
|
-
next() {
|
|
54
|
-
return iter.next();
|
|
55
|
-
},
|
|
56
|
-
[Symbol.asyncIterator]() {
|
|
57
|
-
return this;
|
|
58
|
-
},
|
|
59
|
-
byPage: () => {
|
|
60
|
-
return this.listPagingPage(
|
|
61
|
-
resourceGroupName,
|
|
62
|
-
commitmentPlanName,
|
|
63
|
-
options
|
|
64
|
-
);
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
private async *listPagingPage(
|
|
70
|
-
resourceGroupName: string,
|
|
71
|
-
commitmentPlanName: string,
|
|
72
|
-
options?: UsageHistoryListOptionalParams
|
|
73
|
-
): AsyncIterableIterator<PlanUsageHistory[]> {
|
|
74
|
-
let result = await this._list(
|
|
75
|
-
resourceGroupName,
|
|
76
|
-
commitmentPlanName,
|
|
77
|
-
options
|
|
78
|
-
);
|
|
79
|
-
yield result.value || [];
|
|
80
|
-
let continuationToken = result.nextLink;
|
|
81
|
-
while (continuationToken) {
|
|
82
|
-
result = await this._listNext(
|
|
83
|
-
resourceGroupName,
|
|
84
|
-
commitmentPlanName,
|
|
85
|
-
continuationToken,
|
|
86
|
-
options
|
|
87
|
-
);
|
|
88
|
-
continuationToken = result.nextLink;
|
|
89
|
-
yield result.value || [];
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private async *listPagingAll(
|
|
94
|
-
resourceGroupName: string,
|
|
95
|
-
commitmentPlanName: string,
|
|
96
|
-
options?: UsageHistoryListOptionalParams
|
|
97
|
-
): AsyncIterableIterator<PlanUsageHistory> {
|
|
98
|
-
for await (const page of this.listPagingPage(
|
|
99
|
-
resourceGroupName,
|
|
100
|
-
commitmentPlanName,
|
|
101
|
-
options
|
|
102
|
-
)) {
|
|
103
|
-
yield* page;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Retrieve the usage history for an Azure ML commitment plan.
|
|
109
|
-
* @param resourceGroupName The resource group name.
|
|
110
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
111
|
-
* @param options The options parameters.
|
|
112
|
-
*/
|
|
113
|
-
private _list(
|
|
114
|
-
resourceGroupName: string,
|
|
115
|
-
commitmentPlanName: string,
|
|
116
|
-
options?: UsageHistoryListOptionalParams
|
|
117
|
-
): Promise<UsageHistoryListResponse> {
|
|
118
|
-
return this.client.sendOperationRequest(
|
|
119
|
-
{ resourceGroupName, commitmentPlanName, options },
|
|
120
|
-
listOperationSpec
|
|
121
|
-
);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* ListNext
|
|
126
|
-
* @param resourceGroupName The resource group name.
|
|
127
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
128
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
129
|
-
* @param options The options parameters.
|
|
130
|
-
*/
|
|
131
|
-
private _listNext(
|
|
132
|
-
resourceGroupName: string,
|
|
133
|
-
commitmentPlanName: string,
|
|
134
|
-
nextLink: string,
|
|
135
|
-
options?: UsageHistoryListNextOptionalParams
|
|
136
|
-
): Promise<UsageHistoryListNextResponse> {
|
|
137
|
-
return this.client.sendOperationRequest(
|
|
138
|
-
{ resourceGroupName, commitmentPlanName, nextLink, options },
|
|
139
|
-
listNextOperationSpec
|
|
140
|
-
);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
// Operation Specifications
|
|
144
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
145
|
-
|
|
146
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
147
|
-
path:
|
|
148
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory",
|
|
149
|
-
httpMethod: "GET",
|
|
150
|
-
responses: {
|
|
151
|
-
200: {
|
|
152
|
-
bodyMapper: Mappers.PlanUsageHistoryListResult
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
156
|
-
urlParameters: [
|
|
157
|
-
Parameters.$host,
|
|
158
|
-
Parameters.subscriptionId,
|
|
159
|
-
Parameters.resourceGroupName,
|
|
160
|
-
Parameters.commitmentPlanName
|
|
161
|
-
],
|
|
162
|
-
headerParameters: [Parameters.accept],
|
|
163
|
-
serializer
|
|
164
|
-
};
|
|
165
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
166
|
-
path: "{nextLink}",
|
|
167
|
-
httpMethod: "GET",
|
|
168
|
-
responses: {
|
|
169
|
-
200: {
|
|
170
|
-
bodyMapper: Mappers.PlanUsageHistoryListResult
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
queryParameters: [Parameters.apiVersion, Parameters.skipToken],
|
|
174
|
-
urlParameters: [
|
|
175
|
-
Parameters.$host,
|
|
176
|
-
Parameters.subscriptionId,
|
|
177
|
-
Parameters.resourceGroupName,
|
|
178
|
-
Parameters.commitmentPlanName,
|
|
179
|
-
Parameters.nextLink
|
|
180
|
-
],
|
|
181
|
-
headerParameters: [Parameters.accept],
|
|
182
|
-
serializer
|
|
183
|
-
};
|
|
@@ -1,62 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
CommitmentAssociation,
|
|
12
|
-
CommitmentAssociationsListOptionalParams,
|
|
13
|
-
CommitmentAssociationsGetOptionalParams,
|
|
14
|
-
CommitmentAssociationsGetResponse,
|
|
15
|
-
MoveCommitmentAssociationRequest,
|
|
16
|
-
CommitmentAssociationsMoveOptionalParams,
|
|
17
|
-
CommitmentAssociationsMoveResponse
|
|
18
|
-
} from "../models";
|
|
19
|
-
|
|
20
|
-
/// <reference lib="esnext.asynciterable" />
|
|
21
|
-
/** Interface representing a CommitmentAssociations. */
|
|
22
|
-
export interface CommitmentAssociations {
|
|
23
|
-
/**
|
|
24
|
-
* Get all commitment associations for a parent commitment plan.
|
|
25
|
-
* @param resourceGroupName The resource group name.
|
|
26
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
list(
|
|
30
|
-
resourceGroupName: string,
|
|
31
|
-
commitmentPlanName: string,
|
|
32
|
-
options?: CommitmentAssociationsListOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<CommitmentAssociation>;
|
|
34
|
-
/**
|
|
35
|
-
* Get a commitment association.
|
|
36
|
-
* @param resourceGroupName The resource group name.
|
|
37
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
38
|
-
* @param commitmentAssociationName The commitment association name.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
get(
|
|
42
|
-
resourceGroupName: string,
|
|
43
|
-
commitmentPlanName: string,
|
|
44
|
-
commitmentAssociationName: string,
|
|
45
|
-
options?: CommitmentAssociationsGetOptionalParams
|
|
46
|
-
): Promise<CommitmentAssociationsGetResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Re-parent a commitment association from one commitment plan to another.
|
|
49
|
-
* @param resourceGroupName The resource group name.
|
|
50
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
51
|
-
* @param commitmentAssociationName The commitment association name.
|
|
52
|
-
* @param movePayload The move request payload.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
move(
|
|
56
|
-
resourceGroupName: string,
|
|
57
|
-
commitmentPlanName: string,
|
|
58
|
-
commitmentAssociationName: string,
|
|
59
|
-
movePayload: MoveCommitmentAssociationRequest,
|
|
60
|
-
options?: CommitmentAssociationsMoveOptionalParams
|
|
61
|
-
): Promise<CommitmentAssociationsMoveResponse>;
|
|
62
|
-
}
|
|
@@ -1,92 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
CommitmentPlan,
|
|
12
|
-
CommitmentPlansListOptionalParams,
|
|
13
|
-
CommitmentPlansListInResourceGroupOptionalParams,
|
|
14
|
-
CommitmentPlansGetOptionalParams,
|
|
15
|
-
CommitmentPlansGetResponse,
|
|
16
|
-
CommitmentPlansCreateOrUpdateOptionalParams,
|
|
17
|
-
CommitmentPlansCreateOrUpdateResponse,
|
|
18
|
-
CommitmentPlansRemoveOptionalParams,
|
|
19
|
-
CommitmentPlanPatchPayload,
|
|
20
|
-
CommitmentPlansPatchOptionalParams,
|
|
21
|
-
CommitmentPlansPatchResponse
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a CommitmentPlans. */
|
|
26
|
-
export interface CommitmentPlans {
|
|
27
|
-
/**
|
|
28
|
-
* Retrieve all Azure ML commitment plans in a subscription.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
list(
|
|
32
|
-
options?: CommitmentPlansListOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<CommitmentPlan>;
|
|
34
|
-
/**
|
|
35
|
-
* Retrieve all Azure ML commitment plans in a resource group.
|
|
36
|
-
* @param resourceGroupName The resource group name.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
listInResourceGroup(
|
|
40
|
-
resourceGroupName: string,
|
|
41
|
-
options?: CommitmentPlansListInResourceGroupOptionalParams
|
|
42
|
-
): PagedAsyncIterableIterator<CommitmentPlan>;
|
|
43
|
-
/**
|
|
44
|
-
* Retrieve an Azure ML commitment plan by its subscription, resource group and name.
|
|
45
|
-
* @param resourceGroupName The resource group name.
|
|
46
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
get(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
commitmentPlanName: string,
|
|
52
|
-
options?: CommitmentPlansGetOptionalParams
|
|
53
|
-
): Promise<CommitmentPlansGetResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Create a new Azure ML commitment plan resource or updates an existing one.
|
|
56
|
-
* @param resourceGroupName The resource group name.
|
|
57
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
58
|
-
* @param createOrUpdatePayload The payload to create or update the Azure ML commitment plan.
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
createOrUpdate(
|
|
62
|
-
resourceGroupName: string,
|
|
63
|
-
commitmentPlanName: string,
|
|
64
|
-
createOrUpdatePayload: CommitmentPlan,
|
|
65
|
-
options?: CommitmentPlansCreateOrUpdateOptionalParams
|
|
66
|
-
): Promise<CommitmentPlansCreateOrUpdateResponse>;
|
|
67
|
-
/**
|
|
68
|
-
* Remove an existing Azure ML commitment plan.
|
|
69
|
-
* @param resourceGroupName The resource group name.
|
|
70
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
71
|
-
* @param options The options parameters.
|
|
72
|
-
*/
|
|
73
|
-
remove(
|
|
74
|
-
resourceGroupName: string,
|
|
75
|
-
commitmentPlanName: string,
|
|
76
|
-
options?: CommitmentPlansRemoveOptionalParams
|
|
77
|
-
): Promise<void>;
|
|
78
|
-
/**
|
|
79
|
-
* Patch an existing Azure ML commitment plan resource.
|
|
80
|
-
* @param resourceGroupName The resource group name.
|
|
81
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
82
|
-
* @param patchPayload The payload to use to patch the Azure ML commitment plan. Only tags and SKU may
|
|
83
|
-
* be modified on an existing commitment plan.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
patch(
|
|
87
|
-
resourceGroupName: string,
|
|
88
|
-
commitmentPlanName: string,
|
|
89
|
-
patchPayload: CommitmentPlanPatchPayload,
|
|
90
|
-
options?: CommitmentPlansPatchOptionalParams
|
|
91
|
-
): Promise<CommitmentPlansPatchResponse>;
|
|
92
|
-
}
|
|
@@ -1,13 +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
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./skus";
|
|
11
|
-
export * from "./commitmentAssociations";
|
|
12
|
-
export * from "./commitmentPlans";
|
|
13
|
-
export * from "./usageHistory";
|
|
@@ -1,22 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { OperationEntity, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Lists all of the available Azure Machine Learning Studio Commitment Plan RP REST API operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<OperationEntity>;
|
|
22
|
-
}
|
|
@@ -1,22 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { CatalogSku, SkusListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Skus. */
|
|
14
|
-
export interface Skus {
|
|
15
|
-
/**
|
|
16
|
-
* Lists the available commitment plan SKUs.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: SkusListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<CatalogSku>;
|
|
22
|
-
}
|
|
@@ -1,26 +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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { PlanUsageHistory, UsageHistoryListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a UsageHistory. */
|
|
14
|
-
export interface UsageHistory {
|
|
15
|
-
/**
|
|
16
|
-
* Retrieve the usage history for an Azure ML commitment plan.
|
|
17
|
-
* @param resourceGroupName The resource group name.
|
|
18
|
-
* @param commitmentPlanName The Azure ML commitment plan name.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
list(
|
|
22
|
-
resourceGroupName: string,
|
|
23
|
-
commitmentPlanName: string,
|
|
24
|
-
options?: UsageHistoryListOptionalParams
|
|
25
|
-
): PagedAsyncIterableIterator<PlanUsageHistory>;
|
|
26
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"module": "es6",
|
|
4
|
-
"moduleResolution": "node",
|
|
5
|
-
"strict": true,
|
|
6
|
-
"target": "es6",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declarationMap": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"allowSyntheticDefaultImports": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
13
|
-
"es6",
|
|
14
|
-
"dom"
|
|
15
|
-
],
|
|
16
|
-
"declaration": true,
|
|
17
|
-
"outDir": "./dist-esm",
|
|
18
|
-
"importHelpers": true,
|
|
19
|
-
"paths": {
|
|
20
|
-
"@azure/arm-commitmentplans": [
|
|
21
|
-
"./src/index"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"include": [
|
|
26
|
-
"./src/**/*.ts",
|
|
27
|
-
"./test/**/*.ts",
|
|
28
|
-
"samples-dev/**/*.ts"
|
|
29
|
-
],
|
|
30
|
-
"exclude": [
|
|
31
|
-
"node_modules"
|
|
32
|
-
]
|
|
33
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|