@azure/arm-operations 4.0.0-beta.3 → 4.0.0-beta.5
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +26 -19
- 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}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +12 -12
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- 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/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementAssociations.d.ts +3 -3
- package/dist/browser/operations/managementAssociations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementAssociations.js +3 -2
- package/dist/browser/operations/managementAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementConfigurations.d.ts +3 -3
- package/dist/browser/operations/managementConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementConfigurations.js +3 -2
- package/dist/browser/operations/managementConfigurations.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/solutions.d.ts +3 -3
- package/dist/browser/operations/solutions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solutions.js +115 -112
- package/dist/browser/operations/solutions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/managementAssociations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managementAssociations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/managementConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementConfigurations.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/solutions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/solutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/solutions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsManagementClient.d.ts +4 -2
- package/dist/browser/operationsManagementClient.d.ts.map +1 -0
- package/dist/browser/operationsManagementClient.js +113 -0
- package/dist/browser/operationsManagementClient.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/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/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +272 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +488 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +157 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/managementAssociations.d.ts +49 -0
- package/dist/commonjs/operations/managementAssociations.d.ts.map +1 -0
- package/dist/commonjs/operations/managementAssociations.js +183 -0
- package/dist/commonjs/operations/managementAssociations.js.map +1 -0
- package/dist/commonjs/operations/managementConfigurations.d.ts +40 -0
- package/dist/commonjs/operations/managementConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/managementConfigurations.js +143 -0
- package/dist/commonjs/operations/managementConfigurations.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/solutions.d.ts +78 -0
- package/dist/commonjs/operations/solutions.d.ts.map +1 -0
- package/dist/commonjs/operations/solutions.js +358 -0
- package/dist/commonjs/operations/solutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementAssociations.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementAssociations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementConfigurations.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/solutions.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/solutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/solutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/solutions.js.map +1 -0
- package/dist/commonjs/operationsManagementClient.d.ts +24 -0
- package/dist/commonjs/operationsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/operationsManagementClient.js +118 -0
- package/dist/commonjs/operationsManagementClient.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/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/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +272 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +485 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +154 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/managementAssociations.d.ts +49 -0
- package/dist/esm/operations/managementAssociations.d.ts.map +1 -0
- package/dist/esm/operations/managementAssociations.js +178 -0
- package/dist/esm/operations/managementAssociations.js.map +1 -0
- package/dist/esm/operations/managementConfigurations.d.ts +40 -0
- package/dist/esm/operations/managementConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/managementConfigurations.js +138 -0
- package/dist/esm/operations/managementConfigurations.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/solutions.d.ts +78 -0
- package/dist/esm/operations/solutions.d.ts.map +1 -0
- package/dist/esm/operations/solutions.js +353 -0
- package/dist/esm/operations/solutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementAssociations.d.ts +41 -0
- package/dist/esm/operationsInterfaces/managementAssociations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementAssociations.js +9 -0
- package/dist/esm/operationsInterfaces/managementAssociations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementConfigurations.d.ts +32 -0
- package/dist/esm/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/managementConfigurations.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/solutions.d.ts +70 -0
- package/dist/esm/operationsInterfaces/solutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/solutions.js +9 -0
- package/dist/esm/operationsInterfaces/solutions.js.map +1 -0
- package/dist/esm/operationsManagementClient.d.ts +24 -0
- package/dist/esm/operationsManagementClient.d.ts.map +1 -0
- package/dist/esm/operationsManagementClient.js +113 -0
- package/dist/esm/operationsManagementClient.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/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/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +272 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +9 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +485 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +154 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/managementAssociations.d.ts +49 -0
- package/dist/react-native/operations/managementAssociations.d.ts.map +1 -0
- package/dist/react-native/operations/managementAssociations.js +178 -0
- package/dist/react-native/operations/managementAssociations.js.map +1 -0
- package/dist/react-native/operations/managementConfigurations.d.ts +40 -0
- package/dist/react-native/operations/managementConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/managementConfigurations.js +138 -0
- package/dist/react-native/operations/managementConfigurations.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/solutions.d.ts +78 -0
- package/dist/react-native/operations/solutions.d.ts.map +1 -0
- package/dist/react-native/operations/solutions.js +353 -0
- package/dist/react-native/operations/solutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementAssociations.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/managementAssociations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementAssociations.js +9 -0
- package/dist/react-native/operationsInterfaces/managementAssociations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/managementConfigurations.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/solutions.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/solutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/solutions.js +9 -0
- package/dist/react-native/operationsInterfaces/solutions.js.map +1 -0
- package/dist/react-native/operationsManagementClient.d.ts +24 -0
- package/dist/react-native/operationsManagementClient.d.ts.map +1 -0
- package/dist/react-native/operationsManagementClient.js +113 -0
- package/dist/react-native/operationsManagementClient.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 +87 -74
- package/review/{arm-operations.api.md → arm-operations-node.api.md} +3 -0
- package/dist/index.js +0 -1524
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsDeleteSample.js +0 -34
- package/dist-esm/samples-dev/managementAssociationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsGetSample.js +0 -34
- package/dist-esm/samples-dev/managementAssociationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js +0 -29
- package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js +0 -32
- package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsGetSample.js +0 -31
- package/dist-esm/samples-dev/managementConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js +0 -29
- package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/solutionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsGetSample.js +0 -31
- package/dist-esm/samples-dev/solutionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js +0 -30
- package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js +0 -29
- package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionsUpdateSample.js +0 -34
- package/dist-esm/samples-dev/solutionsUpdateSample.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/lroImpl.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/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/managementAssociations.d.ts.map +0 -1
- package/dist-esm/src/operations/managementAssociations.js.map +0 -1
- package/dist-esm/src/operations/managementConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/managementConfigurations.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/solutions.d.ts.map +0 -1
- package/dist-esm/src/operations/solutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementAssociations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementAssociations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutions.js.map +0 -1
- package/dist-esm/src/operationsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/operationsManagementClient.js +0 -73
- package/dist-esm/src/operationsManagementClient.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/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -324
- package/src/models/mappers.ts +0 -503
- package/src/models/parameters.ts +0 -180
- package/src/operations/index.ts +0 -12
- package/src/operations/managementAssociations.ts +0 -237
- package/src/operations/managementConfigurations.ts +0 -188
- package/src/operations/operations.ts +0 -95
- package/src/operations/solutions.ts +0 -506
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/managementAssociations.ts +0 -82
- package/src/operationsInterfaces/managementConfigurations.ts +0 -64
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/solutions.ts +0 -139
- package/src/operationsManagementClient.ts +0 -117
- package/tsconfig.json +0 -33
- package/types/arm-operations.d.ts +0 -488
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /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/mappers.js +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/managementAssociations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutions.js +0 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The container for solution. */
|
|
3
|
+
export interface Solution {
|
|
4
|
+
/**
|
|
5
|
+
* Resource ID.
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Resource name.
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Resource type.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly type?: string;
|
|
19
|
+
/** Resource location */
|
|
20
|
+
location?: string;
|
|
21
|
+
/** Resource tags */
|
|
22
|
+
tags?: {
|
|
23
|
+
[propertyName: string]: string;
|
|
24
|
+
};
|
|
25
|
+
/** Plan for solution object supported by the OperationsManagement resource provider. */
|
|
26
|
+
plan?: SolutionPlan;
|
|
27
|
+
/** Properties for solution object supported by the OperationsManagement resource provider. */
|
|
28
|
+
properties?: SolutionProperties;
|
|
29
|
+
}
|
|
30
|
+
/** Plan for solution object supported by the OperationsManagement resource provider. */
|
|
31
|
+
export interface SolutionPlan {
|
|
32
|
+
/** name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything. */
|
|
33
|
+
name?: string;
|
|
34
|
+
/** Publisher name. For gallery solution, it is Microsoft. */
|
|
35
|
+
publisher?: string;
|
|
36
|
+
/** promotionCode, Not really used now, can you left as empty */
|
|
37
|
+
promotionCode?: string;
|
|
38
|
+
/** name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive */
|
|
39
|
+
product?: string;
|
|
40
|
+
}
|
|
41
|
+
/** Solution properties supported by the OperationsManagement resource provider. */
|
|
42
|
+
export interface SolutionProperties {
|
|
43
|
+
/** The azure resourceId for the workspace where the solution will be deployed/enabled. */
|
|
44
|
+
workspaceResourceId: string;
|
|
45
|
+
/**
|
|
46
|
+
* The provisioning state for the solution.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly provisioningState?: string;
|
|
50
|
+
/** The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted. */
|
|
51
|
+
containedResources?: string[];
|
|
52
|
+
/** The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution. */
|
|
53
|
+
referencedResources?: string[];
|
|
54
|
+
}
|
|
55
|
+
/** The error body contract. */
|
|
56
|
+
export interface CodeMessageError {
|
|
57
|
+
/** The error details for a failed request. */
|
|
58
|
+
error?: CodeMessageErrorError;
|
|
59
|
+
}
|
|
60
|
+
/** The error details for a failed request. */
|
|
61
|
+
export interface CodeMessageErrorError {
|
|
62
|
+
/** The error type. */
|
|
63
|
+
code?: string;
|
|
64
|
+
/** The error message. */
|
|
65
|
+
message?: string;
|
|
66
|
+
}
|
|
67
|
+
/** The properties of a Solution that can be patched. */
|
|
68
|
+
export interface SolutionPatch {
|
|
69
|
+
/** Resource tags */
|
|
70
|
+
tags?: {
|
|
71
|
+
[propertyName: string]: string;
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
/** the list of solution response */
|
|
75
|
+
export interface SolutionPropertiesList {
|
|
76
|
+
/** List of solution properties within the subscription. */
|
|
77
|
+
value?: Solution[];
|
|
78
|
+
}
|
|
79
|
+
/** the list of ManagementAssociation response */
|
|
80
|
+
export interface ManagementAssociationPropertiesList {
|
|
81
|
+
/** List of Management Association properties within the subscription. */
|
|
82
|
+
value?: ManagementAssociation[];
|
|
83
|
+
}
|
|
84
|
+
/** The container for solution. */
|
|
85
|
+
export interface ManagementAssociation {
|
|
86
|
+
/**
|
|
87
|
+
* Resource ID.
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly id?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Resource name.
|
|
93
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
+
*/
|
|
95
|
+
readonly name?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Resource type.
|
|
98
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
+
*/
|
|
100
|
+
readonly type?: string;
|
|
101
|
+
/** Resource location */
|
|
102
|
+
location?: string;
|
|
103
|
+
/** Properties for ManagementAssociation object supported by the OperationsManagement resource provider. */
|
|
104
|
+
properties?: ManagementAssociationProperties;
|
|
105
|
+
}
|
|
106
|
+
/** ManagementAssociation properties supported by the OperationsManagement resource provider. */
|
|
107
|
+
export interface ManagementAssociationProperties {
|
|
108
|
+
/** The applicationId of the appliance for this association. */
|
|
109
|
+
applicationId: string;
|
|
110
|
+
}
|
|
111
|
+
/** the list of ManagementConfiguration response */
|
|
112
|
+
export interface ManagementConfigurationPropertiesList {
|
|
113
|
+
/** List of Management Configuration properties within the subscription. */
|
|
114
|
+
value?: ManagementConfiguration[];
|
|
115
|
+
}
|
|
116
|
+
/** The container for solution. */
|
|
117
|
+
export interface ManagementConfiguration {
|
|
118
|
+
/**
|
|
119
|
+
* Resource ID.
|
|
120
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
+
*/
|
|
122
|
+
readonly id?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Resource name.
|
|
125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
|
+
*/
|
|
127
|
+
readonly name?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Resource type.
|
|
130
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
131
|
+
*/
|
|
132
|
+
readonly type?: string;
|
|
133
|
+
/** Resource location */
|
|
134
|
+
location?: string;
|
|
135
|
+
/** Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. */
|
|
136
|
+
properties?: ManagementConfigurationProperties;
|
|
137
|
+
}
|
|
138
|
+
/** ManagementConfiguration properties supported by the OperationsManagement resource provider. */
|
|
139
|
+
export interface ManagementConfigurationProperties {
|
|
140
|
+
/** The applicationId of the appliance for this Management. */
|
|
141
|
+
applicationId?: string;
|
|
142
|
+
/** The type of the parent resource. */
|
|
143
|
+
parentResourceType: string;
|
|
144
|
+
/** Parameters to run the ARM template */
|
|
145
|
+
parameters: ArmTemplateParameter[];
|
|
146
|
+
/**
|
|
147
|
+
* The provisioning state for the ManagementConfiguration.
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
+
*/
|
|
150
|
+
readonly provisioningState?: string;
|
|
151
|
+
/** The Json object containing the ARM template to deploy */
|
|
152
|
+
template: Record<string, unknown>;
|
|
153
|
+
}
|
|
154
|
+
/** Parameter to pass to ARM template */
|
|
155
|
+
export interface ArmTemplateParameter {
|
|
156
|
+
/** name of the parameter. */
|
|
157
|
+
name?: string;
|
|
158
|
+
/** value for the parameter. In Jtoken */
|
|
159
|
+
value?: string;
|
|
160
|
+
}
|
|
161
|
+
/** Result of the request to list solution operations. */
|
|
162
|
+
export interface OperationListResult {
|
|
163
|
+
/** List of solution operations supported by the OperationsManagement resource provider. */
|
|
164
|
+
value?: Operation[];
|
|
165
|
+
}
|
|
166
|
+
/** Supported operation of OperationsManagement resource provider. */
|
|
167
|
+
export interface Operation {
|
|
168
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
169
|
+
name?: string;
|
|
170
|
+
/** Display metadata associated with the operation. */
|
|
171
|
+
display?: OperationDisplay;
|
|
172
|
+
}
|
|
173
|
+
/** Display metadata associated with the operation. */
|
|
174
|
+
export interface OperationDisplay {
|
|
175
|
+
/** Service provider: Microsoft OperationsManagement. */
|
|
176
|
+
provider?: string;
|
|
177
|
+
/** Resource on which the operation is performed etc. */
|
|
178
|
+
resource?: string;
|
|
179
|
+
/** Type of operation: get, read, delete, etc. */
|
|
180
|
+
operation?: string;
|
|
181
|
+
}
|
|
182
|
+
/** Optional parameters. */
|
|
183
|
+
export interface SolutionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
184
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
185
|
+
updateIntervalInMs?: number;
|
|
186
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
187
|
+
resumeFrom?: string;
|
|
188
|
+
}
|
|
189
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
190
|
+
export type SolutionsCreateOrUpdateResponse = Solution;
|
|
191
|
+
/** Optional parameters. */
|
|
192
|
+
export interface SolutionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
193
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
194
|
+
updateIntervalInMs?: number;
|
|
195
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
196
|
+
resumeFrom?: string;
|
|
197
|
+
}
|
|
198
|
+
/** Contains response data for the update operation. */
|
|
199
|
+
export type SolutionsUpdateResponse = Solution;
|
|
200
|
+
/** Optional parameters. */
|
|
201
|
+
export interface SolutionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
202
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
203
|
+
updateIntervalInMs?: number;
|
|
204
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
205
|
+
resumeFrom?: string;
|
|
206
|
+
}
|
|
207
|
+
/** Optional parameters. */
|
|
208
|
+
export interface SolutionsGetOptionalParams extends coreClient.OperationOptions {
|
|
209
|
+
}
|
|
210
|
+
/** Contains response data for the get operation. */
|
|
211
|
+
export type SolutionsGetResponse = Solution;
|
|
212
|
+
/** Optional parameters. */
|
|
213
|
+
export interface SolutionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
214
|
+
}
|
|
215
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
216
|
+
export type SolutionsListByResourceGroupResponse = SolutionPropertiesList;
|
|
217
|
+
/** Optional parameters. */
|
|
218
|
+
export interface SolutionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
}
|
|
220
|
+
/** Contains response data for the listBySubscription operation. */
|
|
221
|
+
export type SolutionsListBySubscriptionResponse = SolutionPropertiesList;
|
|
222
|
+
/** Optional parameters. */
|
|
223
|
+
export interface ManagementAssociationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
224
|
+
}
|
|
225
|
+
/** Contains response data for the listBySubscription operation. */
|
|
226
|
+
export type ManagementAssociationsListBySubscriptionResponse = ManagementAssociationPropertiesList;
|
|
227
|
+
/** Optional parameters. */
|
|
228
|
+
export interface ManagementAssociationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
229
|
+
}
|
|
230
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
231
|
+
export type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation;
|
|
232
|
+
/** Optional parameters. */
|
|
233
|
+
export interface ManagementAssociationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
}
|
|
235
|
+
/** Optional parameters. */
|
|
236
|
+
export interface ManagementAssociationsGetOptionalParams extends coreClient.OperationOptions {
|
|
237
|
+
}
|
|
238
|
+
/** Contains response data for the get operation. */
|
|
239
|
+
export type ManagementAssociationsGetResponse = ManagementAssociation;
|
|
240
|
+
/** Optional parameters. */
|
|
241
|
+
export interface ManagementConfigurationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
242
|
+
}
|
|
243
|
+
/** Contains response data for the listBySubscription operation. */
|
|
244
|
+
export type ManagementConfigurationsListBySubscriptionResponse = ManagementConfigurationPropertiesList;
|
|
245
|
+
/** Optional parameters. */
|
|
246
|
+
export interface ManagementConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
247
|
+
}
|
|
248
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
249
|
+
export type ManagementConfigurationsCreateOrUpdateResponse = ManagementConfiguration;
|
|
250
|
+
/** Optional parameters. */
|
|
251
|
+
export interface ManagementConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
252
|
+
}
|
|
253
|
+
/** Optional parameters. */
|
|
254
|
+
export interface ManagementConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
255
|
+
}
|
|
256
|
+
/** Contains response data for the get operation. */
|
|
257
|
+
export type ManagementConfigurationsGetResponse = ManagementConfiguration;
|
|
258
|
+
/** Optional parameters. */
|
|
259
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
260
|
+
}
|
|
261
|
+
/** Contains response data for the list operation. */
|
|
262
|
+
export type OperationsListResponse = OperationListResult;
|
|
263
|
+
/** Optional parameters. */
|
|
264
|
+
export interface OperationsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
265
|
+
/** server parameter */
|
|
266
|
+
$host?: string;
|
|
267
|
+
/** Api Version */
|
|
268
|
+
apiVersion?: string;
|
|
269
|
+
/** Overrides client endpoint. */
|
|
270
|
+
endpoint?: string;
|
|
271
|
+
}
|
|
272
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 container for solution. */\nexport interface Solution {\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 /**\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 /** Resource location */\n location?: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** Plan for solution object supported by the OperationsManagement resource provider. */\n plan?: SolutionPlan;\n /** Properties for solution object supported by the OperationsManagement resource provider. */\n properties?: SolutionProperties;\n}\n\n/** Plan for solution object supported by the OperationsManagement resource provider. */\nexport interface SolutionPlan {\n /** name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything. */\n name?: string;\n /** Publisher name. For gallery solution, it is Microsoft. */\n publisher?: string;\n /** promotionCode, Not really used now, can you left as empty */\n promotionCode?: string;\n /** name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive */\n product?: string;\n}\n\n/** Solution properties supported by the OperationsManagement resource provider. */\nexport interface SolutionProperties {\n /** The azure resourceId for the workspace where the solution will be deployed/enabled. */\n workspaceResourceId: string;\n /**\n * The provisioning state for the solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted. */\n containedResources?: string[];\n /** The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution. */\n referencedResources?: string[];\n}\n\n/** The error body contract. */\nexport interface CodeMessageError {\n /** The error details for a failed request. */\n error?: CodeMessageErrorError;\n}\n\n/** The error details for a failed request. */\nexport interface CodeMessageErrorError {\n /** The error type. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\n/** The properties of a Solution that can be patched. */\nexport interface SolutionPatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** the list of solution response */\nexport interface SolutionPropertiesList {\n /** List of solution properties within the subscription. */\n value?: Solution[];\n}\n\n/** the list of ManagementAssociation response */\nexport interface ManagementAssociationPropertiesList {\n /** List of Management Association properties within the subscription. */\n value?: ManagementAssociation[];\n}\n\n/** The container for solution. */\nexport interface ManagementAssociation {\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 /**\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 /** Resource location */\n location?: string;\n /** Properties for ManagementAssociation object supported by the OperationsManagement resource provider. */\n properties?: ManagementAssociationProperties;\n}\n\n/** ManagementAssociation properties supported by the OperationsManagement resource provider. */\nexport interface ManagementAssociationProperties {\n /** The applicationId of the appliance for this association. */\n applicationId: string;\n}\n\n/** the list of ManagementConfiguration response */\nexport interface ManagementConfigurationPropertiesList {\n /** List of Management Configuration properties within the subscription. */\n value?: ManagementConfiguration[];\n}\n\n/** The container for solution. */\nexport interface ManagementConfiguration {\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 /**\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 /** Resource location */\n location?: string;\n /** Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. */\n properties?: ManagementConfigurationProperties;\n}\n\n/** ManagementConfiguration properties supported by the OperationsManagement resource provider. */\nexport interface ManagementConfigurationProperties {\n /** The applicationId of the appliance for this Management. */\n applicationId?: string;\n /** The type of the parent resource. */\n parentResourceType: string;\n /** Parameters to run the ARM template */\n parameters: ArmTemplateParameter[];\n /**\n * The provisioning state for the ManagementConfiguration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The Json object containing the ARM template to deploy */\n template: Record<string, unknown>;\n}\n\n/** Parameter to pass to ARM template */\nexport interface ArmTemplateParameter {\n /** name of the parameter. */\n name?: string;\n /** value for the parameter. In Jtoken */\n value?: string;\n}\n\n/** Result of the request to list solution operations. */\nexport interface OperationListResult {\n /** List of solution operations supported by the OperationsManagement resource provider. */\n value?: Operation[];\n}\n\n/** Supported operation of OperationsManagement resource provider. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft OperationsManagement. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n}\n\n/** Optional parameters. */\nexport interface SolutionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SolutionsCreateOrUpdateResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SolutionsUpdateResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionsGetResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SolutionsListByResourceGroupResponse = SolutionPropertiesList;\n\n/** Optional parameters. */\nexport interface SolutionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SolutionsListBySubscriptionResponse = SolutionPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagementAssociationsListBySubscriptionResponse = ManagementAssociationPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagementAssociationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagementAssociationsGetResponse = ManagementAssociation;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagementConfigurationsListBySubscriptionResponse = ManagementConfigurationPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagementConfigurationsCreateOrUpdateResponse = ManagementConfiguration;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagementConfigurationsGetResponse = ManagementConfiguration;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsManagementClientOptionalParams\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"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const Solution: coreClient.CompositeMapper;
|
|
3
|
+
export declare const SolutionPlan: coreClient.CompositeMapper;
|
|
4
|
+
export declare const SolutionProperties: coreClient.CompositeMapper;
|
|
5
|
+
export declare const CodeMessageError: coreClient.CompositeMapper;
|
|
6
|
+
export declare const CodeMessageErrorError: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SolutionPatch: coreClient.CompositeMapper;
|
|
8
|
+
export declare const SolutionPropertiesList: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ManagementAssociationPropertiesList: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ManagementAssociation: coreClient.CompositeMapper;
|
|
11
|
+
export declare const ManagementAssociationProperties: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ManagementConfigurationPropertiesList: coreClient.CompositeMapper;
|
|
13
|
+
export declare const ManagementConfiguration: coreClient.CompositeMapper;
|
|
14
|
+
export declare const ManagementConfigurationProperties: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ArmTemplateParameter: coreClient.CompositeMapper;
|
|
16
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
17
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
18
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
19
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAuDjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA+BrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA2C3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAczC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAmB9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmB/C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmB5D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAyC9C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAcxD,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAmB9D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAyChD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAgD1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAmB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAyBzC,CAAC"}
|