@azure/arm-machinelearningcompute 3.0.0-beta.3 → 3.0.0-beta.4
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 +12 -2
- package/LICENSE +4 -4
- package/README.md +29 -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 -4
- 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}/machineLearningComputeManagementClient.d.ts +2 -2
- package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.js +31 -24
- package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
- 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 +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
- package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
- package/dist/browser/operations/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
- package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +160 -187
- package/dist/browser/operations/operationalizationClusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- 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/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
- package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -902
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +169 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +886 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +14 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +133 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.js +49 -0
- package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.js +586 -0
- package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.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 -5
- 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/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/machineLearningComputeManagementClient.js +108 -0
- package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +702 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +166 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +883 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +14 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +130 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
- package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/esm/operations/machineLearningCompute.js +44 -0
- package/dist/esm/operations/machineLearningCompute.js.map +1 -0
- package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
- package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/esm/operations/operationalizationClusters.js +581 -0
- package/dist/esm/operations/operationalizationClusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
- package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
- package/dist/esm/operationsInterfaces/operationalizationClusters.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/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
- package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +702 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +166 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +883 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +14 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +130 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.js +44 -0
- package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.js +581 -0
- package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.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 +85 -76
- package/dist/index.js +0 -2030
- 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/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.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 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
- package/dist-esm/src/pagingHelper.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 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -34
- package/src/machineLearningComputeManagementClient.ts +0 -148
- package/src/models/index.ts +0 -782
- package/src/models/mappers.ts +0 -914
- package/src/models/parameters.ts +0 -150
- package/src/operations/machineLearningCompute.ts +0 -59
- package/src/operations/operationalizationClusters.ts +0 -830
- package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
- package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /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/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/machineLearningCompute.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
## 3.0.0-beta.4 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
3
13
|
## 3.0.0-beta.3 (2022-11-29)
|
|
4
14
|
|
|
5
15
|
The package of @azure/arm-machinelearningcompute is using our next generation design principles since version 3.0.0-beta.3, which contains breaking changes.
|
|
@@ -8,4 +18,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
|
|
|
8
18
|
|
|
9
19
|
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
10
20
|
|
|
11
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js
|
|
21
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ These APIs allow end users to operate on Azure Machine Learning Compute resource
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearningcompute/arm-machinelearningcompute) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-machinelearningcompute) |
|
|
9
|
-
[API reference documentation](https://
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-machinelearningcompute?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -46,26 +46,37 @@ npm install @azure/identity
|
|
|
46
46
|
You will also need to **register a new AAD application and grant access to Azure Machine Learning Compute Management** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
47
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
48
|
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
49
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
|
-
const client = new MachineLearningComputeManagementClient(
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
// tenantId: "<YOUR_TENANT_ID>",
|
|
62
|
-
// clientId: "<YOUR_CLIENT_ID>"
|
|
63
|
-
// });
|
|
64
|
-
// const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
|
|
58
|
+
const client = new MachineLearningComputeManagementClient(
|
|
59
|
+
new DefaultAzureCredential(),
|
|
60
|
+
subscriptionId,
|
|
61
|
+
);
|
|
65
62
|
```
|
|
66
63
|
|
|
64
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
65
|
+
|
|
66
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
67
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
68
|
+
import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
|
|
69
|
+
|
|
70
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
71
|
+
const credential = new InteractiveBrowserCredential({
|
|
72
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
73
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
74
|
+
});
|
|
75
|
+
const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
|
|
76
|
+
```
|
|
67
77
|
|
|
68
78
|
### JavaScript Bundle
|
|
79
|
+
|
|
69
80
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
70
81
|
|
|
71
82
|
## Key concepts
|
|
@@ -80,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
91
|
|
|
81
92
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
93
|
|
|
83
|
-
```
|
|
84
|
-
|
|
94
|
+
```ts snippet:SetLogLevel
|
|
95
|
+
import { setLogLevel } from "@azure/logger";
|
|
96
|
+
|
|
85
97
|
setLogLevel("info");
|
|
86
98
|
```
|
|
87
99
|
|
|
@@ -99,9 +111,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
111
|
|
|
100
112
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
113
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
[azure_cli]: https://docs.microsoft.com/cli/azure
|
|
114
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
105
115
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
116
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
117
|
[azure_portal]: https://portal.azure.com
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
2
|
+
export * from "./models/index.js";
|
|
3
|
+
export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient.js";
|
|
4
|
+
export * from "./operationsInterfaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { MachineLearningComputeManagementClient } from \"./machineLearningComputeManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -5,8 +5,12 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter, __rest } from "tslib";
|
|
9
8
|
export class LroImpl {
|
|
9
|
+
sendOperationFn;
|
|
10
|
+
args;
|
|
11
|
+
spec;
|
|
12
|
+
requestPath;
|
|
13
|
+
requestMethod;
|
|
10
14
|
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
|
11
15
|
this.sendOperationFn = sendOperationFn;
|
|
12
16
|
this.args = args;
|
|
@@ -14,15 +18,15 @@ export class LroImpl {
|
|
|
14
18
|
this.requestPath = requestPath;
|
|
15
19
|
this.requestMethod = requestMethod;
|
|
16
20
|
}
|
|
17
|
-
sendInitialRequest() {
|
|
18
|
-
return
|
|
19
|
-
return this.sendOperationFn(this.args, this.spec);
|
|
20
|
-
});
|
|
21
|
+
async sendInitialRequest() {
|
|
22
|
+
return this.sendOperationFn(this.args, this.spec);
|
|
21
23
|
}
|
|
22
|
-
sendPollRequest(path) {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
async sendPollRequest(path) {
|
|
25
|
+
const { requestBody, ...restSpec } = this.spec;
|
|
26
|
+
return this.sendOperationFn(this.args, {
|
|
27
|
+
...restSpec,
|
|
28
|
+
path,
|
|
29
|
+
httpMethod: "GET"
|
|
26
30
|
});
|
|
27
31
|
}
|
|
28
32
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,OAAO,OAAO;IAER;IACA;IACA;IAKD;IACA;IATT,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE;YACrC,GAAG,QAAQ;YACX,IAAI;YACJ,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { OperationalizationClusters, MachineLearningCompute } from "./operationsInterfaces";
|
|
4
|
-
import { MachineLearningComputeManagementClientOptionalParams } from "./models";
|
|
3
|
+
import { OperationalizationClusters, MachineLearningCompute } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { MachineLearningComputeManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machineLearningComputeManagementClient.d.ts","sourceRoot":"","sources":["../../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAK7C,OAAO,EACL,0BAA0B,EAC1B,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oDAAoD,EAAE,MAAM,mBAAmB,CAAC;AAEzF,qBAAa,sCAAuC,SAAQ,UAAU,CAAC,aAAa;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oDAAoD;IA6EhE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,sBAAsB,EAAE,sBAAsB,CAAC;CAChD"}
|
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
8
|
import * as coreClient from "@azure/core-client";
|
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { OperationalizationClustersImpl, MachineLearningComputeImpl } from "./operations";
|
|
10
|
+
import { OperationalizationClustersImpl, MachineLearningComputeImpl } from "./operations/index.js";
|
|
12
11
|
export class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
|
|
12
|
+
$host;
|
|
13
|
+
apiVersion;
|
|
14
|
+
subscriptionId;
|
|
13
15
|
/**
|
|
14
16
|
* Initializes a new instance of the MachineLearningComputeManagementClient class.
|
|
15
17
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
@@ -17,7 +19,6 @@ export class MachineLearningComputeManagementClient extends coreClient.ServiceCl
|
|
|
17
19
|
* @param options The parameter options
|
|
18
20
|
*/
|
|
19
21
|
constructor(credentials, subscriptionId, options) {
|
|
20
|
-
var _a, _b, _c;
|
|
21
22
|
if (credentials === undefined) {
|
|
22
23
|
throw new Error("'credentials' cannot be null");
|
|
23
24
|
}
|
|
@@ -32,16 +33,21 @@ export class MachineLearningComputeManagementClient extends coreClient.ServiceCl
|
|
|
32
33
|
requestContentType: "application/json; charset=utf-8",
|
|
33
34
|
credential: credentials
|
|
34
35
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-machinelearningcompute/3.0.0-beta.
|
|
36
|
+
const packageDetails = `azsdk-js-arm-machinelearningcompute/3.0.0-beta.4`;
|
|
36
37
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
38
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
39
|
: `${packageDetails}`;
|
|
39
|
-
const optionsWithDefaults =
|
|
40
|
+
const optionsWithDefaults = {
|
|
41
|
+
...defaults,
|
|
42
|
+
...options,
|
|
43
|
+
userAgentOptions: {
|
|
40
44
|
userAgentPrefix
|
|
41
|
-
},
|
|
45
|
+
},
|
|
46
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
|
47
|
+
};
|
|
42
48
|
super(optionsWithDefaults);
|
|
43
49
|
let bearerTokenAuthenticationPolicyFound = false;
|
|
44
|
-
if (
|
|
50
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
45
51
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
46
52
|
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
47
53
|
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
@@ -55,7 +61,8 @@ export class MachineLearningComputeManagementClient extends coreClient.ServiceCl
|
|
|
55
61
|
});
|
|
56
62
|
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
57
63
|
credential: credentials,
|
|
58
|
-
scopes:
|
|
64
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
65
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
59
66
|
challengeCallbacks: {
|
|
60
67
|
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
61
68
|
}
|
|
@@ -77,25 +84,25 @@ export class MachineLearningComputeManagementClient extends coreClient.ServiceCl
|
|
|
77
84
|
}
|
|
78
85
|
const apiVersionPolicy = {
|
|
79
86
|
name: "CustomApiVersionPolicy",
|
|
80
|
-
sendRequest(request, next) {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
return next(request);
|
|
95
|
-
});
|
|
87
|
+
async sendRequest(request, next) {
|
|
88
|
+
const param = request.url.split("?");
|
|
89
|
+
if (param.length > 1) {
|
|
90
|
+
const newParams = param[1].split("&").map((item) => {
|
|
91
|
+
if (item.indexOf("api-version") > -1) {
|
|
92
|
+
return "api-version=" + apiVersion;
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
return item;
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
99
|
+
}
|
|
100
|
+
return next(request);
|
|
96
101
|
}
|
|
97
102
|
};
|
|
98
103
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
99
104
|
}
|
|
105
|
+
operationalizationClusters;
|
|
106
|
+
machineLearningCompute;
|
|
100
107
|
}
|
|
101
108
|
//# sourceMappingURL=machineLearningComputeManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machineLearningComputeManagementClient.js","sourceRoot":"","sources":["../../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationalizationClustersImpl,\n MachineLearningComputeImpl\n} from \"./operations/index.js\";\nimport {\n OperationalizationClusters,\n MachineLearningCompute\n} from \"./operationsInterfaces/index.js\";\nimport { MachineLearningComputeManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class MachineLearningComputeManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the MachineLearningComputeManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The Azure subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MachineLearningComputeManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: MachineLearningComputeManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-machinelearningcompute/3.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2017-08-01-preview\";\n this.operationalizationClusters = new OperationalizationClustersImpl(this);\n this.machineLearningCompute = new MachineLearningComputeImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operationalizationClusters: OperationalizationClusters;\n machineLearningCompute: MachineLearningCompute;\n}\n"]}
|
|
@@ -373,7 +373,7 @@ export declare enum KnownOperationStatus {
|
|
|
373
373
|
* **Failed** \
|
|
374
374
|
* **Canceled**
|
|
375
375
|
*/
|
|
376
|
-
export
|
|
376
|
+
export type OperationStatus = string;
|
|
377
377
|
/** Known values of {@link ClusterType} that the service accepts. */
|
|
378
378
|
export declare enum KnownClusterType {
|
|
379
379
|
/** ACS */
|
|
@@ -389,7 +389,7 @@ export declare enum KnownClusterType {
|
|
|
389
389
|
* **ACS** \
|
|
390
390
|
* **Local**
|
|
391
391
|
*/
|
|
392
|
-
export
|
|
392
|
+
export type ClusterType = string;
|
|
393
393
|
/** Known values of {@link OrchestratorType} that the service accepts. */
|
|
394
394
|
export declare enum KnownOrchestratorType {
|
|
395
395
|
/** Kubernetes */
|
|
@@ -405,7 +405,7 @@ export declare enum KnownOrchestratorType {
|
|
|
405
405
|
* **Kubernetes** \
|
|
406
406
|
* **None**
|
|
407
407
|
*/
|
|
408
|
-
export
|
|
408
|
+
export type OrchestratorType = string;
|
|
409
409
|
/** Known values of {@link SystemServiceType} that the service accepts. */
|
|
410
410
|
export declare enum KnownSystemServiceType {
|
|
411
411
|
/** None */
|
|
@@ -424,7 +424,7 @@ export declare enum KnownSystemServiceType {
|
|
|
424
424
|
* **ScoringFrontEnd** \
|
|
425
425
|
* **BatchFrontEnd**
|
|
426
426
|
*/
|
|
427
|
-
export
|
|
427
|
+
export type SystemServiceType = string;
|
|
428
428
|
/** Known values of {@link AgentVMSizeTypes} that the service accepts. */
|
|
429
429
|
export declare enum KnownAgentVMSizeTypes {
|
|
430
430
|
/** StandardA0 */
|
|
@@ -575,7 +575,7 @@ export declare enum KnownAgentVMSizeTypes {
|
|
|
575
575
|
* **Standard_GS4** \
|
|
576
576
|
* **Standard_GS5**
|
|
577
577
|
*/
|
|
578
|
-
export
|
|
578
|
+
export type AgentVMSizeTypes = string;
|
|
579
579
|
/** Known values of {@link Status} that the service accepts. */
|
|
580
580
|
export declare enum KnownStatus {
|
|
581
581
|
/** Enabled */
|
|
@@ -591,7 +591,7 @@ export declare enum KnownStatus {
|
|
|
591
591
|
* **Enabled** \
|
|
592
592
|
* **Disabled**
|
|
593
593
|
*/
|
|
594
|
-
export
|
|
594
|
+
export type Status = string;
|
|
595
595
|
/** Known values of {@link UpdatesAvailable} that the service accepts. */
|
|
596
596
|
export declare enum KnownUpdatesAvailable {
|
|
597
597
|
/** Yes */
|
|
@@ -607,7 +607,7 @@ export declare enum KnownUpdatesAvailable {
|
|
|
607
607
|
* **Yes** \
|
|
608
608
|
* **No**
|
|
609
609
|
*/
|
|
610
|
-
export
|
|
610
|
+
export type UpdatesAvailable = string;
|
|
611
611
|
/** Optional parameters. */
|
|
612
612
|
export interface OperationalizationClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
613
613
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -616,17 +616,17 @@ export interface OperationalizationClustersCreateOrUpdateOptionalParams extends
|
|
|
616
616
|
resumeFrom?: string;
|
|
617
617
|
}
|
|
618
618
|
/** Contains response data for the createOrUpdate operation. */
|
|
619
|
-
export
|
|
619
|
+
export type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
|
|
620
620
|
/** Optional parameters. */
|
|
621
621
|
export interface OperationalizationClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
622
622
|
}
|
|
623
623
|
/** Contains response data for the get operation. */
|
|
624
|
-
export
|
|
624
|
+
export type OperationalizationClustersGetResponse = OperationalizationCluster;
|
|
625
625
|
/** Optional parameters. */
|
|
626
626
|
export interface OperationalizationClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
627
627
|
}
|
|
628
628
|
/** Contains response data for the update operation. */
|
|
629
|
-
export
|
|
629
|
+
export type OperationalizationClustersUpdateResponse = OperationalizationCluster;
|
|
630
630
|
/** Optional parameters. */
|
|
631
631
|
export interface OperationalizationClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
632
632
|
/** If true, deletes all resources associated with this cluster. */
|
|
@@ -637,17 +637,17 @@ export interface OperationalizationClustersDeleteOptionalParams extends coreClie
|
|
|
637
637
|
resumeFrom?: string;
|
|
638
638
|
}
|
|
639
639
|
/** Contains response data for the delete operation. */
|
|
640
|
-
export
|
|
640
|
+
export type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
|
|
641
641
|
/** Optional parameters. */
|
|
642
642
|
export interface OperationalizationClustersListKeysOptionalParams extends coreClient.OperationOptions {
|
|
643
643
|
}
|
|
644
644
|
/** Contains response data for the listKeys operation. */
|
|
645
|
-
export
|
|
645
|
+
export type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
|
|
646
646
|
/** Optional parameters. */
|
|
647
647
|
export interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams extends coreClient.OperationOptions {
|
|
648
648
|
}
|
|
649
649
|
/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */
|
|
650
|
-
export
|
|
650
|
+
export type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
|
|
651
651
|
/** Optional parameters. */
|
|
652
652
|
export interface OperationalizationClustersUpdateSystemServicesOptionalParams extends coreClient.OperationOptions {
|
|
653
653
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -656,40 +656,40 @@ export interface OperationalizationClustersUpdateSystemServicesOptionalParams ex
|
|
|
656
656
|
resumeFrom?: string;
|
|
657
657
|
}
|
|
658
658
|
/** Contains response data for the updateSystemServices operation. */
|
|
659
|
-
export
|
|
659
|
+
export type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
|
|
660
660
|
/** Optional parameters. */
|
|
661
661
|
export interface OperationalizationClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
662
662
|
/** Continuation token for pagination. */
|
|
663
663
|
skiptoken?: string;
|
|
664
664
|
}
|
|
665
665
|
/** Contains response data for the listByResourceGroup operation. */
|
|
666
|
-
export
|
|
666
|
+
export type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
|
|
667
667
|
/** Optional parameters. */
|
|
668
668
|
export interface OperationalizationClustersListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
669
669
|
/** Continuation token for pagination. */
|
|
670
670
|
skiptoken?: string;
|
|
671
671
|
}
|
|
672
672
|
/** Contains response data for the listBySubscriptionId operation. */
|
|
673
|
-
export
|
|
673
|
+
export type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
|
|
674
674
|
/** Optional parameters. */
|
|
675
675
|
export interface OperationalizationClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
676
676
|
/** Continuation token for pagination. */
|
|
677
677
|
skiptoken?: string;
|
|
678
678
|
}
|
|
679
679
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
680
|
-
export
|
|
680
|
+
export type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
|
|
681
681
|
/** Optional parameters. */
|
|
682
682
|
export interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
683
683
|
/** Continuation token for pagination. */
|
|
684
684
|
skiptoken?: string;
|
|
685
685
|
}
|
|
686
686
|
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
687
|
-
export
|
|
687
|
+
export type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
|
|
688
688
|
/** Optional parameters. */
|
|
689
689
|
export interface MachineLearningComputeListAvailableOperationsOptionalParams extends coreClient.OperationOptions {
|
|
690
690
|
}
|
|
691
691
|
/** Contains response data for the listAvailableOperations operation. */
|
|
692
|
-
export
|
|
692
|
+
export type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
|
|
693
693
|
/** Optional parameters. */
|
|
694
694
|
export interface MachineLearningComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
695
695
|
/** server parameter */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Wrapper for error response to follow ARM guidelines. */\nexport interface ErrorResponseWrapper {\n /** The error response. */\n error?: ErrorResponse;\n}\n\n/** Error response information. */\nexport interface ErrorResponse {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n /** An array of error detail objects. */\n details?: ErrorDetail[];\n}\n\n/** Error detail information. */\nexport interface ErrorDetail {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n}\n\n/** Properties of Storage Account. */\nexport interface StorageAccountProperties {\n /** ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Properties of Azure Container Registry. */\nexport interface ContainerRegistryProperties {\n /** ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Information about the container service backing the cluster */\nexport interface AcsClusterProperties {\n /**\n * The FQDN of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterFqdn?: string;\n /** Type of orchestrator. It cannot be changed once the cluster is created. */\n orchestratorType: OrchestratorType;\n /** Orchestrator specific properties */\n orchestratorProperties?: KubernetesClusterProperties;\n /** The system services deployed to the cluster */\n systemServices?: SystemService[];\n /** The number of master nodes in the container service. */\n masterCount?: number;\n /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */\n agentCount?: number;\n /** The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. */\n agentVmSize?: AgentVMSizeTypes;\n}\n\n/** Kubernetes cluster specific properties */\nexport interface KubernetesClusterProperties {\n /** The Azure Service Principal used by Kubernetes */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/** The Azure service principal used by Kubernetes for configuring load balancers */\nexport interface ServicePrincipalProperties {\n /** The service principal client ID */\n clientId: string;\n /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */\n secret: string;\n}\n\n/** Information about a system service deployed in the cluster */\nexport interface SystemService {\n /** The system service type */\n systemServiceType: SystemServiceType;\n /**\n * The public IP address of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIpAddress?: string;\n /**\n * The state of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Properties of App Insights. */\nexport interface AppInsightsProperties {\n /** ARM resource ID of the App Insights. */\n resourceId?: string;\n}\n\n/** Global configuration for services in the cluster. */\nexport interface GlobalServiceConfiguration {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The configuration ETag for updates. */\n etag?: string;\n /** The SSL configuration properties */\n ssl?: SslConfiguration;\n /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuth?: ServiceAuthConfiguration;\n /** The auto-scale configuration */\n autoScale?: AutoScaleConfiguration;\n}\n\n/** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */\nexport interface SslConfiguration {\n /** SSL status. Allowed values are Enabled and Disabled. */\n status?: Status;\n /** The SSL cert data in PEM format. */\n cert?: string;\n /** The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n key?: string;\n /** The CName of the certificate. */\n cname?: string;\n}\n\n/** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */\nexport interface ServiceAuthConfiguration {\n /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n primaryAuthKeyHash: string;\n /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n secondaryAuthKeyHash: string;\n}\n\n/** AutoScale configuration properties. */\nexport interface AutoScaleConfiguration {\n /** If auto-scale is enabled for all services. Each service can turn it off individually. */\n status?: Status;\n /** The minimum number of replicas for each service. */\n minReplicas?: number;\n /** The maximum number of replicas for each service. */\n maxReplicas?: number;\n /** The target utilization. */\n targetUtilization?: number;\n /** Refresh period in seconds. */\n refreshPeriodInSeconds?: number;\n}\n\n/** Azure resource */\nexport interface Resource {\n /**\n * Specifies the 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 * Specifies the name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Specifies the location of the resource. */\n location: string;\n /**\n * Specifies the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Parameters for PATCH operation on an operationalization cluster */\nexport interface OperationalizationClusterUpdateParameters {\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Credentials to resources in the cluster. */\nexport interface OperationalizationClusterCredentials {\n /** Credentials for the Storage Account. */\n storageAccount?: StorageAccountCredentials;\n /** Credentials for Azure Container Registry. */\n containerRegistry?: ContainerRegistryCredentials;\n /** Credentials for Azure Container Service. */\n containerService?: ContainerServiceCredentials;\n /** Credentials for Azure AppInsights. */\n appInsights?: AppInsightsCredentials;\n /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuthConfiguration?: ServiceAuthConfiguration;\n /** The SSL configuration for the services. */\n sslConfiguration?: SslConfiguration;\n}\n\n/** Access information for the storage account. */\nexport interface StorageAccountCredentials {\n /**\n * The ARM resource ID of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The primary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * The secondary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerRegistryCredentials {\n /**\n * The ACR login server name. User name is the first part of the FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginServer?: string;\n /**\n * The ACR primary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /**\n * The ACR secondary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password2?: string;\n /**\n * The ACR login username.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly username?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerServiceCredentials {\n /**\n * The ACS kube config file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acsKubeConfig?: string;\n /**\n * Service principal configuration used by Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly servicePrincipalConfiguration?: ServicePrincipalProperties;\n /**\n * The ACR image pull secret name which was created in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imagePullSecretName?: string;\n}\n\n/** AppInsights credentials. */\nexport interface AppInsightsCredentials {\n /** The AppInsights application ID. */\n appId?: string;\n /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n instrumentationKey?: string;\n}\n\n/** Information about updates available for system services in a cluster. */\nexport interface CheckSystemServicesUpdatesAvailableResponse {\n /**\n * Yes if updates are available for the system services, No if not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatesAvailable?: UpdatesAvailable;\n}\n\n/** Response of the update system services API */\nexport interface UpdateSystemServicesResponse {\n /**\n * Update status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStatus?: OperationStatus;\n /**\n * The date and time when the last system services update was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStartedOn?: Date;\n /**\n * The date and time when the last system services update completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateCompletedOn?: Date;\n}\n\n/** Paginated list of operationalization clusters. */\nexport interface PaginatedOperationalizationClustersList {\n /** An array of cluster objects. */\n value?: OperationalizationCluster[];\n /** A continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\n/** Available operation list. */\nexport interface AvailableOperations {\n /** An array of available operations. */\n value?: ResourceOperation[];\n}\n\n/** Resource operation. */\nexport interface ResourceOperation {\n /** Name of this operation. */\n name?: string;\n /** Display of the operation. */\n display?: ResourceOperationDisplay;\n /** The operation origin. */\n origin?: string;\n}\n\n/** Display of the operation. */\nexport interface ResourceOperationDisplay {\n /** The resource provider name. */\n provider?: string;\n /** The resource name. */\n resource?: string;\n /** The operation. */\n operation?: string;\n /** The description of the operation. */\n description?: string;\n}\n\n/** Instance of an Azure ML Operationalization Cluster resource. */\nexport interface OperationalizationCluster extends Resource {\n /** The description of the cluster. */\n description?: string;\n /**\n * The date and time when the cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The date and time when the cluster was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedOn?: Date;\n /**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OperationStatus;\n /**\n * List of provisioning errors reported by the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningErrors?: ErrorResponseWrapper[];\n /** The cluster type. */\n clusterType?: ClusterType;\n /** Storage Account properties. */\n storageAccount?: StorageAccountProperties;\n /** Container Registry properties. */\n containerRegistry?: ContainerRegistryProperties;\n /** Parameters for the Azure Container Service cluster. */\n containerService?: AcsClusterProperties;\n /** AppInsights configuration. */\n appInsights?: AppInsightsProperties;\n /** Contains global configuration for the web services in the cluster. */\n globalServiceConfiguration?: GlobalServiceConfiguration;\n}\n\n/** Defines headers for OperationalizationClusters_delete operation. */\nexport interface OperationalizationClustersDeleteHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Defines headers for OperationalizationClusters_updateSystemServices operation. */\nexport interface OperationalizationClustersUpdateSystemServicesHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Updating** \\\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link ClusterType} that the service accepts. */\nexport enum KnownClusterType {\n /** ACS */\n ACS = \"ACS\",\n /** Local */\n Local = \"Local\"\n}\n\n/**\n * Defines values for ClusterType. \\\n * {@link KnownClusterType} can be used interchangeably with ClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ACS** \\\n * **Local**\n */\nexport type ClusterType = string;\n\n/** Known values of {@link OrchestratorType} that the service accepts. */\nexport enum KnownOrchestratorType {\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for OrchestratorType. \\\n * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Kubernetes** \\\n * **None**\n */\nexport type OrchestratorType = string;\n\n/** Known values of {@link SystemServiceType} that the service accepts. */\nexport enum KnownSystemServiceType {\n /** None */\n None = \"None\",\n /** ScoringFrontEnd */\n ScoringFrontEnd = \"ScoringFrontEnd\",\n /** BatchFrontEnd */\n BatchFrontEnd = \"BatchFrontEnd\"\n}\n\n/**\n * Defines values for SystemServiceType. \\\n * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ScoringFrontEnd** \\\n * **BatchFrontEnd**\n */\nexport type SystemServiceType = string;\n\n/** Known values of {@link AgentVMSizeTypes} that the service accepts. */\nexport enum KnownAgentVMSizeTypes {\n /** StandardA0 */\n StandardA0 = \"Standard_A0\",\n /** StandardA1 */\n StandardA1 = \"Standard_A1\",\n /** StandardA2 */\n StandardA2 = \"Standard_A2\",\n /** StandardA3 */\n StandardA3 = \"Standard_A3\",\n /** StandardA4 */\n StandardA4 = \"Standard_A4\",\n /** StandardA5 */\n StandardA5 = \"Standard_A5\",\n /** StandardA6 */\n StandardA6 = \"Standard_A6\",\n /** StandardA7 */\n StandardA7 = \"Standard_A7\",\n /** StandardA8 */\n StandardA8 = \"Standard_A8\",\n /** StandardA9 */\n StandardA9 = \"Standard_A9\",\n /** StandardA10 */\n StandardA10 = \"Standard_A10\",\n /** StandardA11 */\n StandardA11 = \"Standard_A11\",\n /** StandardD1 */\n StandardD1 = \"Standard_D1\",\n /** StandardD2 */\n StandardD2 = \"Standard_D2\",\n /** StandardD3 */\n StandardD3 = \"Standard_D3\",\n /** StandardD4 */\n StandardD4 = \"Standard_D4\",\n /** StandardD11 */\n StandardD11 = \"Standard_D11\",\n /** StandardD12 */\n StandardD12 = \"Standard_D12\",\n /** StandardD13 */\n StandardD13 = \"Standard_D13\",\n /** StandardD14 */\n StandardD14 = \"Standard_D14\",\n /** StandardD1V2 */\n StandardD1V2 = \"Standard_D1_v2\",\n /** StandardD2V2 */\n StandardD2V2 = \"Standard_D2_v2\",\n /** StandardD3V2 */\n StandardD3V2 = \"Standard_D3_v2\",\n /** StandardD4V2 */\n StandardD4V2 = \"Standard_D4_v2\",\n /** StandardD5V2 */\n StandardD5V2 = \"Standard_D5_v2\",\n /** StandardD11V2 */\n StandardD11V2 = \"Standard_D11_v2\",\n /** StandardD12V2 */\n StandardD12V2 = \"Standard_D12_v2\",\n /** StandardD13V2 */\n StandardD13V2 = \"Standard_D13_v2\",\n /** StandardD14V2 */\n StandardD14V2 = \"Standard_D14_v2\",\n /** StandardG1 */\n StandardG1 = \"Standard_G1\",\n /** StandardG2 */\n StandardG2 = \"Standard_G2\",\n /** StandardG3 */\n StandardG3 = \"Standard_G3\",\n /** StandardG4 */\n StandardG4 = \"Standard_G4\",\n /** StandardG5 */\n StandardG5 = \"Standard_G5\",\n /** StandardDS1 */\n StandardDS1 = \"Standard_DS1\",\n /** StandardDS2 */\n StandardDS2 = \"Standard_DS2\",\n /** StandardDS3 */\n StandardDS3 = \"Standard_DS3\",\n /** StandardDS4 */\n StandardDS4 = \"Standard_DS4\",\n /** StandardDS11 */\n StandardDS11 = \"Standard_DS11\",\n /** StandardDS12 */\n StandardDS12 = \"Standard_DS12\",\n /** StandardDS13 */\n StandardDS13 = \"Standard_DS13\",\n /** StandardDS14 */\n StandardDS14 = \"Standard_DS14\",\n /** StandardGS1 */\n StandardGS1 = \"Standard_GS1\",\n /** StandardGS2 */\n StandardGS2 = \"Standard_GS2\",\n /** StandardGS3 */\n StandardGS3 = \"Standard_GS3\",\n /** StandardGS4 */\n StandardGS4 = \"Standard_GS4\",\n /** StandardGS5 */\n StandardGS5 = \"Standard_GS5\"\n}\n\n/**\n * Defines values for AgentVMSizeTypes. \\\n * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_A0** \\\n * **Standard_A1** \\\n * **Standard_A2** \\\n * **Standard_A3** \\\n * **Standard_A4** \\\n * **Standard_A5** \\\n * **Standard_A6** \\\n * **Standard_A7** \\\n * **Standard_A8** \\\n * **Standard_A9** \\\n * **Standard_A10** \\\n * **Standard_A11** \\\n * **Standard_D1** \\\n * **Standard_D2** \\\n * **Standard_D3** \\\n * **Standard_D4** \\\n * **Standard_D11** \\\n * **Standard_D12** \\\n * **Standard_D13** \\\n * **Standard_D14** \\\n * **Standard_D1_v2** \\\n * **Standard_D2_v2** \\\n * **Standard_D3_v2** \\\n * **Standard_D4_v2** \\\n * **Standard_D5_v2** \\\n * **Standard_D11_v2** \\\n * **Standard_D12_v2** \\\n * **Standard_D13_v2** \\\n * **Standard_D14_v2** \\\n * **Standard_G1** \\\n * **Standard_G2** \\\n * **Standard_G3** \\\n * **Standard_G4** \\\n * **Standard_G5** \\\n * **Standard_DS1** \\\n * **Standard_DS2** \\\n * **Standard_DS3** \\\n * **Standard_DS4** \\\n * **Standard_DS11** \\\n * **Standard_DS12** \\\n * **Standard_DS13** \\\n * **Standard_DS14** \\\n * **Standard_GS1** \\\n * **Standard_GS2** \\\n * **Standard_GS3** \\\n * **Standard_GS4** \\\n * **Standard_GS5**\n */\nexport type AgentVMSizeTypes = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type Status = string;\n\n/** Known values of {@link UpdatesAvailable} that the service accepts. */\nexport enum KnownUpdatesAvailable {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\"\n}\n\n/**\n * Defines values for UpdatesAvailable. \\\n * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type UpdatesAvailable = string;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCreateOrUpdateOptionalParams\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 OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationalizationClustersGetResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type OperationalizationClustersUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, deletes all resources associated with this cluster. */\n deleteAll?: boolean;\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 delete operation. */\nexport type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */\nexport type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateSystemServicesOptionalParams\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 updateSystemServices operation. */\nexport type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeListAvailableOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAvailableOperations operation. */\nexport type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeManagementClientOptionalParams\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"]}
|