@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/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/operationalizationClusters.ts","../src/operations/machineLearningCompute.ts","../src/machineLearningComputeManagementClient.ts"],"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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given a result page from a pageable operation, returns a\n * continuation token that can be used to begin paging from\n * that point later.\n * @param page A result object from calling .byPage() on a paged operation.\n * @returns The continuation token that can be passed into byPage().\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n","/*\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","/*\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\nexport const ErrorResponseWrapper: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AcsClusterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\",\n modelProperties: {\n clusterFqdn: {\n serializedName: \"clusterFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorType: {\n serializedName: \"orchestratorType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorProperties: {\n serializedName: \"orchestratorProperties\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\"\n }\n },\n systemServices: {\n serializedName: \"systemServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemService\"\n }\n }\n }\n },\n masterCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1\n },\n serializedName: \"masterCount\",\n type: {\n name: \"Number\"\n }\n },\n agentCount: {\n defaultValue: 2,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n serializedName: \"agentCount\",\n type: {\n name: \"Number\"\n }\n },\n agentVmSize: {\n defaultValue: \"Standard_D3_v2\",\n serializedName: \"agentVmSize\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubernetesClusterProperties: coreClient.CompositeMapper = {\n serializedName: \"Kubernetes\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\",\n modelProperties: {\n servicePrincipal: {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n }\n }\n }\n};\n\nexport const ServicePrincipalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemService\",\n modelProperties: {\n systemServiceType: {\n serializedName: \"systemServiceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GlobalServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n ssl: {\n serializedName: \"ssl\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n },\n serviceAuth: {\n serializedName: \"serviceAuth\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n autoScale: {\n serializedName: \"autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SslConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n cert: {\n serializedName: \"cert\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceAuthConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\",\n modelProperties: {\n primaryAuthKeyHash: {\n serializedName: \"primaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secondaryAuthKeyHash: {\n serializedName: \"secondaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n minReplicas: {\n defaultValue: 1,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\"\n }\n },\n maxReplicas: {\n defaultValue: 100,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\"\n }\n },\n targetUtilization: {\n serializedName: \"targetUtilization\",\n type: {\n name: \"Number\"\n }\n },\n refreshPeriodInSeconds: {\n serializedName: \"refreshPeriodInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterCredentials\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\"\n }\n },\n containerRegistry: {\n serializedName: \"containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\"\n }\n },\n containerService: {\n serializedName: \"containerService\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\"\n }\n },\n appInsights: {\n serializedName: \"appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\"\n }\n },\n serviceAuthConfiguration: {\n serializedName: \"serviceAuthConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n sslConfiguration: {\n serializedName: \"sslConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\",\n modelProperties: {\n loginServer: {\n serializedName: \"loginServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password2: {\n serializedName: \"password2\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\",\n modelProperties: {\n acsKubeConfig: {\n serializedName: \"acsKubeConfig\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n servicePrincipalConfiguration: {\n serializedName: \"servicePrincipalConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n },\n imagePullSecretName: {\n serializedName: \"imagePullSecretName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n serializedName: \"instrumentationKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckSystemServicesUpdatesAvailableResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckSystemServicesUpdatesAvailableResponse\",\n modelProperties: {\n updatesAvailable: {\n serializedName: \"updatesAvailable\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateSystemServicesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSystemServicesResponse\",\n modelProperties: {\n updateStatus: {\n serializedName: \"updateStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updateStartedOn: {\n serializedName: \"updateStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updateCompletedOn: {\n serializedName: \"updateCompletedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const PaginatedOperationalizationClustersList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PaginatedOperationalizationClustersList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n modifiedOn: {\n serializedName: \"properties.modifiedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningErrors: {\n serializedName: \"properties.provisioningErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\"\n }\n }\n }\n },\n clusterType: {\n serializedName: \"properties.clusterType\",\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n },\n containerRegistry: {\n serializedName: \"properties.containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\"\n }\n },\n containerService: {\n serializedName: \"properties.containerService\",\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\"\n }\n },\n appInsights: {\n serializedName: \"properties.appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\"\n }\n },\n globalServiceConfiguration: {\n serializedName: \"properties.globalServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersUpdateSystemServicesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersUpdateSystemServicesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n OperationalizationCluster as OperationalizationClusterMapper,\n OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper\n} from \"../models/mappers\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clusterName: OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][-\\\\w\\\\._\\\\(\\\\)]+[a-zA-Z0-9]$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"clusterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterUpdateParametersMapper\n};\n\nexport const deleteAll: OperationQueryParameter = {\n parameterPath: [\"options\", \"deleteAll\"],\n mapper: {\n serializedName: \"deleteAll\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const skiptoken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skiptoken\"],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n","/*\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","/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { OperationalizationClusters } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MachineLearningComputeManagementClient } from \"../machineLearningComputeManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n OperationalizationCluster,\n OperationalizationClustersListByResourceGroupNextOptionalParams,\n OperationalizationClustersListByResourceGroupOptionalParams,\n OperationalizationClustersListByResourceGroupResponse,\n OperationalizationClustersListBySubscriptionIdNextOptionalParams,\n OperationalizationClustersListBySubscriptionIdOptionalParams,\n OperationalizationClustersListBySubscriptionIdResponse,\n OperationalizationClustersCreateOrUpdateOptionalParams,\n OperationalizationClustersCreateOrUpdateResponse,\n OperationalizationClustersGetOptionalParams,\n OperationalizationClustersGetResponse,\n OperationalizationClusterUpdateParameters,\n OperationalizationClustersUpdateOptionalParams,\n OperationalizationClustersUpdateResponse,\n OperationalizationClustersDeleteOptionalParams,\n OperationalizationClustersDeleteResponse,\n OperationalizationClustersListKeysOptionalParams,\n OperationalizationClustersListKeysResponse,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse,\n OperationalizationClustersUpdateSystemServicesOptionalParams,\n OperationalizationClustersUpdateSystemServicesResponse,\n OperationalizationClustersListByResourceGroupNextResponse,\n OperationalizationClustersListBySubscriptionIdNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing OperationalizationClusters operations. */\nexport class OperationalizationClustersImpl\n implements OperationalizationClusters {\n private readonly client: MachineLearningComputeManagementClient;\n\n /**\n * Initialize a new instance of the class OperationalizationClusters class.\n * @param client Reference to the service client\n */\n constructor(client: MachineLearningComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationalizationCluster[]> {\n let result: OperationalizationClustersListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<OperationalizationCluster> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param options The options parameters.\n */\n public listBySubscriptionId(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster> {\n const iter = this.listBySubscriptionIdPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionIdPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionIdPagingPage(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationalizationCluster[]> {\n let result: OperationalizationClustersListBySubscriptionIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscriptionId(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionIdNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionIdPagingAll(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): AsyncIterableIterator<OperationalizationCluster> {\n for await (const page of this.listBySubscriptionIdPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersCreateOrUpdateResponse>,\n OperationalizationClustersCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, parameters, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<OperationalizationClustersCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the operationalization cluster resource view. Note that the credentials are not returned by\n * this call. Call ListKeys to get them.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersGetOptionalParams\n ): Promise<OperationalizationClustersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getOperationSpec\n );\n }\n\n /**\n * The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update\n * other properties.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationClusterUpdateParameters,\n options?: OperationalizationClustersUpdateOptionalParams\n ): Promise<OperationalizationClustersUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersDeleteResponse>,\n OperationalizationClustersDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<OperationalizationClustersDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n clusterName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a\n * long running operation because it fetches keys from dependencies.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersListKeysOptionalParams\n ): Promise<OperationalizationClustersListKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listKeysOperationSpec\n );\n }\n\n /**\n * Checks if updates are available for system services in the cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n checkSystemServicesUpdatesAvailable(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n ): Promise<\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse\n > {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n checkSystemServicesUpdatesAvailableOperationSpec\n );\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginUpdateSystemServices(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<\n OperationalizationClustersUpdateSystemServicesResponse\n >,\n OperationalizationClustersUpdateSystemServicesResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersUpdateSystemServicesResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, options },\n updateSystemServicesOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginUpdateSystemServicesAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<OperationalizationClustersUpdateSystemServicesResponse> {\n const poller = await this.beginUpdateSystemServices(\n resourceGroupName,\n clusterName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): Promise<OperationalizationClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param options The options parameters.\n */\n private _listBySubscriptionId(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): Promise<OperationalizationClustersListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionIdOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: OperationalizationClustersListByResourceGroupNextOptionalParams\n ): Promise<OperationalizationClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionIdNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscriptionId method.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdNext(\n nextLink: string,\n options?: OperationalizationClustersListBySubscriptionIdNextOptionalParams\n ): Promise<OperationalizationClustersListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionIdNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 201: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 202: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 204: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 201: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 202: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.deleteAll],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationClusterCredentials\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkSystemServicesUpdatesAvailableOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/checkSystemServicesUpdatesAvailable\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckSystemServicesUpdatesAvailableResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSystemServicesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/updateSystemServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 201: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 202: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 204: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { MachineLearningCompute } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MachineLearningComputeManagementClient } from \"../machineLearningComputeManagementClient\";\nimport {\n MachineLearningComputeListAvailableOperationsOptionalParams,\n MachineLearningComputeListAvailableOperationsResponse\n} from \"../models\";\n\n/** Class containing MachineLearningCompute operations. */\nexport class MachineLearningComputeImpl implements MachineLearningCompute {\n private readonly client: MachineLearningComputeManagementClient;\n\n /**\n * Initialize a new instance of the class MachineLearningCompute class.\n * @param client Reference to the service client\n */\n constructor(client: MachineLearningComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all available operations.\n * @param options The options parameters.\n */\n listAvailableOperations(\n options?: MachineLearningComputeListAvailableOperationsOptionalParams\n ): Promise<MachineLearningComputeListAvailableOperationsResponse> {\n return this.client.sendOperationRequest(\n { options },\n listAvailableOperationsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAvailableOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.MachineLearningCompute/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableOperations\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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\";\nimport {\n OperationalizationClusters,\n MachineLearningCompute\n} from \"./operationsInterfaces\";\nimport { MachineLearningComputeManagementClientOptionalParams } from \"./models\";\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.3`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"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"],"names":["KnownOperationStatus","KnownClusterType","KnownOrchestratorType","KnownSystemServiceType","KnownAgentVMSizeTypes","KnownStatus","KnownUpdatesAvailable","OperationalizationClusterMapper","OperationalizationClusterUpdateParametersMapper","__rest","__await","__asyncValues","__asyncDelegator","__awaiter","LroEngine","serializer","coreClient","Mappers.OperationalizationCluster","Mappers.ErrorResponseWrapper","Parameters.parameters","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterName","Parameters.contentType","Parameters.accept","Parameters.parameters1","Mappers.OperationalizationClustersDeleteHeaders","Parameters.deleteAll","Mappers.OperationalizationClusterCredentials","Mappers.CheckSystemServicesUpdatesAvailableResponse","Mappers.UpdateSystemServicesResponse","Mappers.PaginatedOperationalizationClustersList","Parameters.skiptoken","Parameters.nextLink","Mappers.AvailableOperations","coreRestPipeline"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;AAMG;AACG,SAAU,oBAAoB,CAAC,IAAa,EAAA;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;AAC7C,QAAA,OAAO,SAAS,CAAC;AAClB,KAAA;IACD,OAAO,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAE,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,iBAAiB,CAAC;AAC9C,CAAC;AAEe,SAAA,oBAAoB,CAClC,IAAa,EACb,iBAAqC,EAAA;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE;QACnE,OAAO;AACR,KAAA;IACD,MAAM,QAAQ,GAAG,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,EAAE,CAAC;AACzC,IAAA,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;AAC/C,IAAA,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B;;ACtCA;;;;;;AAMG;AAsXH;AACYA,sCAeX;AAfD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,oBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,oBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAfWA,4BAAoB,KAApBA,4BAAoB,GAe/B,EAAA,CAAA,CAAA,CAAA;AAiBD;AACYC,kCAKX;AALD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,gBAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;AACjB,CAAC,EALWA,wBAAgB,KAAhBA,wBAAgB,GAK3B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,uCAKX;AALD,CAAA,UAAY,qBAAqB,EAAA;;AAE/B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,qBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EALWA,6BAAqB,KAArBA,6BAAqB,GAKhC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,wCAOX;AAPD,CAAA,UAAY,sBAAsB,EAAA;;AAEhC,IAAA,sBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,sBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,sBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;AACjC,CAAC,EAPWA,8BAAsB,KAAtBA,8BAAsB,GAOjC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,uCA+FX;AA/FD,CAAA,UAAY,qBAAqB,EAAA;;AAE/B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,gBAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,gBAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,gBAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,gBAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,gBAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,eAAA,CAAA,GAAA,iBAAiC,CAAA;;AAEjC,IAAA,qBAAA,CAAA,eAAA,CAAA,GAAA,iBAAiC,CAAA;;AAEjC,IAAA,qBAAA,CAAA,eAAA,CAAA,GAAA,iBAAiC,CAAA;;AAEjC,IAAA,qBAAA,CAAA,eAAA,CAAA,GAAA,iBAAiC,CAAA;;AAEjC,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,qBAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,qBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;AAC9B,CAAC,EA/FWA,6BAAqB,KAArBA,6BAAqB,GA+FhC,EAAA,CAAA,CAAA,CAAA;AAyDD;AACYC,6BAKX;AALD,CAAA,UAAY,WAAW,EAAA;;AAErB,IAAA,WAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,WAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,mBAAW,KAAXA,mBAAW,GAKtB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,uCAKX;AALD,CAAA,UAAY,qBAAqB,EAAA;;AAE/B,IAAA,qBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,qBAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;AACX,CAAC,EALWA,6BAAqB,KAArBA,6BAAqB,GAKhC,EAAA,CAAA,CAAA;;ACvoBD;;;;;;AAMG;AAII,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,eAAe;AAC3B,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6BAA6B;AACzC,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,eAAe;AAC3B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,YAAY,EAAE,CAAC;AACf,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACnB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,YAAY,EAAE,CAAC;AACf,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,GAAG;AACrB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,YAAY,EAAE,gBAAgB;AAC9B,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,YAAY;AAC5B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,4BAA4B;AACxC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;QACvC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,YAAY,EAAE,CAAC;AACf,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,YAAY,EAAE,GAAG;AACjB,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yCAAyC,GAA+B;AACnF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2CAA2C;AACtD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,2BAA2B;AACvC,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,8BAA8B;AAC1C,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6BAA6B;AACzC,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;AACF,aAAA;AACD,YAAA,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,6BAA6B,EAAE;AAC7B,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,4BAA4B;AACxC,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,2BAA2B;AACvC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,sBAAsB;AAClC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6BAA6B;AACzC,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sBAAsB;AAClC,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;AACF,aAAA,EACD,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,uCAAuC;AACvD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,4BAA4B;AACxC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qDAAqD,GAA+B;AAC/F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uDAAuD;AAClE,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACj5BD;;;;;;AAMG;AAYI,MAAM,WAAW,GAAuB;AAC7C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;AACzC,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAAuB;AAC5C,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAEC,yBAA+B;CACxC,CAAC;AAEK,MAAM,MAAM,GAAuB;AACxC,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,QAAQ;AACxB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA0B;AAC1C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,UAAU,GAA4B;AACjD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA0B;AACtD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,qBAAqB,CAAC;AAC1C,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,wCAAwC,CAAC;AAC7D,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAAuB;AAC7C,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAEC,yCAA+C;CACxD,CAAC;AAEK,MAAM,SAAS,GAA4B;AAChD,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;AACvC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,WAAW;AAC3B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,SAAS;AAChB,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA4B;AAChD,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;AACvC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,YAAY;AAC5B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA0B;AAC7C,IAAA,aAAa,EAAE,UAAU;AACzB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,UAAU;AAC1B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB;;ACrJD;;;;;;AAMG;MAIU,OAAO,CAAA;AAClB,IAAA,WAAA,CACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,WAAA,GAAsB,IAAI,CAAC,IAAK,EAChC,aAAwB,GAAA,IAAI,CAAC,UAAU,EAAA;QARtC,IAAe,CAAA,eAAA,GAAf,eAAe,CAAmD;QAClE,IAAI,CAAA,IAAA,GAAJ,IAAI,CAAyB;QAC7B,IAAI,CAAA,IAAA,GAAJ,IAAI,CAIW;QAChB,IAAW,CAAA,WAAA,GAAX,WAAW,CAAqB;QAChC,IAAa,CAAA,aAAA,GAAb,aAAa,CAA0B;KAC5C;IACS,kBAAkB,GAAA;;AAC7B,YAAA,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;SACnD,CAAA,CAAA;AAAA,KAAA;AACY,IAAA,eAAe,CAAC,IAAY,EAAA;;AACvC,YAAA,MAAM,EAA+B,GAAA,IAAI,CAAC,IAAI,CAAxC,CAAkB,QAAQ,GAA1BC,YAAA,CAAA,EAAA,EAAA,CAAA,aAAA,CAA4B,EAAa;AAC/C,YAAA,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAChC,QAAQ,CAAA,EAAA,EACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;SACJ,CAAA,CAAA;AAAA,KAAA;AACF;;ACjCD;;;;;;AAMG;AAsCH;AACA;MACa,8BAA8B,CAAA;AAIzC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAA8C,EAAA;AACxD,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAqE,EAAA;QAErE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAqE,EACrE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6D,CAAC;YAClE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMC,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAqE,EAAA;;;;AAErE,gBAAA,KAAyB,IAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,IAAA,GAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,oBAAoB,CACzB,OAAsE,EAAA;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,6BAA6B,CAAC,OAAO,CAAC,CAAC;QACzD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/D;SACF,CAAC;KACH;IAEc,8BAA8B,CAC3C,OAAsE,EACtE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8D,CAAC;YACnE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAA,CAAC;AACnD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1E,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,6BAA6B,CAC1C,OAAsE,EAAA;;;;gBAEtE,KAAyB,IAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,8BAA8B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,IAAA,GAAA;oBAA1D,MAAM,IAAI,WAAA,CAAA;oBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACG,IAAA,mBAAmB,CACvB,iBAAyB,EACzB,WAAmB,EACnB,UAAqC,EACrC,OAAgE,EAAA;;AAOhE,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KAC+BE,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBAC7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;AAEF,YAAA,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACvD,2BAA2B,CAC5B,CAAC;AACF,YAAA,MAAM,MAAM,GAAG,IAAIC,iBAAS,CAAC,GAAG,EAAE;AAChC,gBAAA,UAAU,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAC/B,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AAC1C,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACG,IAAA,0BAA0B,CAC9B,iBAAyB,EACzB,WAAmB,EACnB,UAAqC,EACrC,OAAgE,EAAA;;AAEhE,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAC3C,iBAAiB,EACjB,WAAW,EACX,UAAU,EACV,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,gBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,UAAqD,EACrD,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACvD,mBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;AACG,IAAA,WAAW,CACf,iBAAyB,EACzB,WAAmB,EACnB,OAAwD,EAAA;;AAOxD,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACuBD,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACrD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;AAEF,YAAA,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,mBAAmB,CACpB,CAAC;AACF,YAAA,MAAM,MAAM,GAAG,IAAIC,iBAAS,CAAC,GAAG,EAAE;AAChC,gBAAA,UAAU,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAC/B,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AAC1C,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACG,IAAA,kBAAkB,CACtB,iBAAyB,EACzB,WAAmB,EACnB,OAAwD,EAAA;;AAExD,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACH,IAAA,QAAQ,CACN,iBAAyB,EACzB,WAAmB,EACnB,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,qBAAqB,CACtB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,mCAAmC,CACjC,iBAAyB,EACzB,WAAmB,EACnB,OAAqF,EAAA;AAIrF,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,gDAAgD,CACjD,CAAC;KACH;AAED;;;;;AAKG;AACG,IAAA,yBAAyB,CAC7B,iBAAyB,EACzB,WAAmB,EACnB,OAAsE,EAAA;;AAStE,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACqCD,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;AAEF,YAAA,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,iCAAiC,CAClC,CAAC;AACF,YAAA,MAAM,MAAM,GAAG,IAAIC,iBAAS,CAAC,GAAG,EAAE;AAChC,gBAAA,UAAU,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAC/B,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AAC1C,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACG,IAAA,gCAAgC,CACpC,iBAAyB,EACzB,WAAmB,EACnB,OAAsE,EAAA;;AAEtE,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,yBAAyB,CACjD,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,qBAAqB,CAC3B,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,iCAAiC,CAClC,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAyE,EAAA;AAEzE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;KACH;AAED;;;;AAIG;IACK,yBAAyB,CAC/B,QAAgB,EAChB,OAA0E,EAAA;AAE1E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,qCAAqC,CACtC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,2BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,wJAAwJ;AAC1J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,yBAAiC;AAC9C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,yBAAiC;AAC9C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,yBAAiC;AAC9C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,oBAA4B;AACzC,SAAA;AACF,KAAA;IACD,WAAW,EAAEC,UAAqB;AAClC,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;IACD,gBAAgB,EAAE,CAACC,WAAsB,EAAEC,MAAiB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBX,YAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,wJAAwJ;AAC1J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,oBAA4B;AACzC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACE,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,wJAAwJ;AAC1J,IAAA,UAAU,EAAE,OAAO;AACnB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,oBAA4B;AACzC,SAAA;AACF,KAAA;IACD,WAAW,EAAES,WAAsB;AACnC,IAAA,eAAe,EAAE,CAACP,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;IACD,gBAAgB,EAAE,CAACC,WAAsB,EAAEC,MAAiB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBX,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,wJAAwJ;AAC1J,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,aAAa,EAAEa,uCAA+C;AAC/D,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,uCAA+C;AAC/D,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,uCAA+C;AAC/D,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,uCAA+C;AAC/D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,oBAA4B;AACzC,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACE,UAAqB,EAAES,SAAoB,CAAC;AAC9D,IAAA,aAAa,EAAE;AACb,QAAAR,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EACF,iKAAiK;AACnK,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEe,oCAA4C;AACzD,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACV,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,gDAAgD,GAA6B;AACjF,IAAA,IAAI,EACF,4LAA4L;AAC9L,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgB,2CAAmD;AAChE,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACX,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EACF,6KAA6K;AAC/K,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiB,4BAAoC;AACjD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,4BAAoC;AACjD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,4BAAoC;AACjD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,4BAAoC;AACjD,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACZ,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE;AACb,QAAAC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,0IAA0I;AAC5I,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,uCAA+C;AAC5D,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACb,UAAqB,EAAEc,SAAoB,CAAC;AAC9D,IAAA,aAAa,EAAE;AACb,QAAAb,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACG,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,uCAA+C;AAC5D,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACb,UAAqB,EAAEc,SAAoB,CAAC;IAC9D,aAAa,EAAE,CAACb,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACI,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,uCAA+C;AAC5D,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACb,UAAqB,EAAEc,SAAoB,CAAC;AAC9D,IAAA,aAAa,EAAE;AACb,QAAAb,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAC,iBAA4B;AAC5B,QAAAY,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCX,YAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;AACtE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,uCAA+C;AAC5D,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACb,UAAqB,EAAEc,SAAoB,CAAC;AAC9D,IAAA,aAAa,EAAE;AACb,QAAAb,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAa,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCX,YAAU;CACX;;AC7zBD;;;;;;AAMG;AAYH;MACa,0BAA0B,CAAA;AAGrC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAA8C,EAAA;AACxD,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACH,IAAA,uBAAuB,CACrB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,oCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM,UAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,oCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,wDAAwD;AAC9D,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoB,mBAA2B;AACxC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAChB,UAAqB,CAAC;AACxC,IAAA,aAAa,EAAE,CAACC,KAAgB,CAAC;AACjC,IAAA,gBAAgB,EAAE,CAACK,MAAiB,CAAC;IACrC,UAAU;CACX;;AC1DD;;;;;;AAMG;AAoBU,MAAA,sCAAuC,SAAQV,qBAAU,CAAC,aAAa,CAAA;AAKlF;;;;;AAKG;AACH,IAAA,WAAA,CACE,WAAqC,EACrC,cAAsB,EACtB,OAA8D,EAAA;;QAE9D,IAAI,WAAW,KAAK,SAAS,EAAE;AAC7B,YAAA,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;AACjD,SAAA;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;AAChC,YAAA,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;AACpD,SAAA;;QAGD,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;AACd,SAAA;AACD,QAAA,MAAM,QAAQ,GAAyD;AACrE,YAAA,kBAAkB,EAAE,iCAAiC;AACrD,YAAA,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,CAAA,gDAAA,CAAkD,CAAC;QAC1E,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;cAChE,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,CAAI,CAAA,EAAA,cAAc,CAAE,CAAA;AACjE,cAAE,CAAA,EAAG,cAAc,CAAA,CAAE,CAAC;AAE1B,QAAA,MAAM,mBAAmB,GACpB,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,GACR,OAAO,CAAA,EAAA,EACV,gBAAgB,EAAE;gBAChB,eAAe;AAChB,aAAA,EACD,QAAQ,EACN,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,OAAO,CAAC,QAAQ,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,OAAO,CAAC,OAAO,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;AAC1D,QAAA,IAAI,CAAA,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;YACzE,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;AAClG,YAAA,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,KACb,cAAc,CAAC,IAAI;gBACnBqB,2BAAgB,CAAC,mCAAmC,CACvD,CAAC;AACH,SAAA;AACD,QAAA,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;AACjD,YAAA,CAAC,oCAAoC,EACrC;AACA,YAAA,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAEA,2BAAgB,CAAC,mCAAmC;AAC3D,aAAA,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrBA,2BAAgB,CAAC,+BAA+B,CAAC;AAC/C,gBAAA,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,CAAA,EAAA,GAAA,mBAAmB,CAAC,gBAAgB,mCACpC,CAAG,EAAA,mBAAmB,CAAC,QAAQ,CAAW,SAAA,CAAA;AAC5C,gBAAA,kBAAkB,EAAE;oBAClB,2BAA2B,EACzBrB,qBAAU,CAAC,gCAAgC;AAC9C,iBAAA;AACF,aAAA,CAAC,CACH,CAAC;AACH,SAAA;;AAED,QAAA,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;;QAGrC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;AACnE,QAAA,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;KACpD;;AAGO,IAAA,yBAAyB,CAAC,UAAmB,EAAA;QACnD,IAAI,CAAC,UAAU,EAAE;YACf,OAAO;AACR,SAAA;AACD,QAAA,MAAM,gBAAgB,GAAG;AACvB,YAAA,IAAI,EAAE,wBAAwB;YACxB,WAAW,CACf,OAAwB,EACxB,IAAiB,EAAA;;oBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;AACrC,oBAAA,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;AACpB,wBAAA,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,KAAI;4BACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE;gCACpC,OAAO,cAAc,GAAG,UAAU,CAAC;AACpC,6BAAA;AAAM,iCAAA;AACL,gCAAA,OAAO,IAAI,CAAC;AACb,6BAAA;AACH,yBAAC,CAAC,CAAC;AACH,wBAAA,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACpD,qBAAA;AACD,oBAAA,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;iBACtB,CAAA,CAAA;AAAA,aAAA;SACF,CAAC;AACF,QAAA,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;KAC3C;AAIF;;;;;"}
|
package/dist/index.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline"),coreLro=require("@azure/core-lro");function _interopNamespace(r){var a;return r&&r.__esModule?r:(a=Object.create(null),r&&Object.keys(r).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(r,e),Object.defineProperty(a,e,t.get?t:{enumerable:!0,get:function(){return r[e]}}))}),a.default=r,Object.freeze(a))}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);const pageMap=new WeakMap;function getContinuationToken(e){return"object"!=typeof e||null===e||null==(e=pageMap.get(e))?void 0:e.continuationToken}function setContinuationToken(e,t){var r;"object"==typeof e&&null!==e&&t&&((r=null!=(r=pageMap.get(e))?r:{}).continuationToken=t,pageMap.set(e,r))}exports.KnownOperationStatus=void 0,function(e){e.Unknown="Unknown",e.Updating="Updating",e.Creating="Creating",e.Deleting="Deleting",e.Succeeded="Succeeded",e.Failed="Failed",e.Canceled="Canceled"}(exports.KnownOperationStatus||(exports.KnownOperationStatus={})),exports.KnownClusterType=void 0,function(e){e.ACS="ACS",e.Local="Local"}(exports.KnownClusterType||(exports.KnownClusterType={})),exports.KnownOrchestratorType=void 0,function(e){e.Kubernetes="Kubernetes",e.None="None"}(exports.KnownOrchestratorType||(exports.KnownOrchestratorType={})),exports.KnownSystemServiceType=void 0,function(e){e.None="None",e.ScoringFrontEnd="ScoringFrontEnd",e.BatchFrontEnd="BatchFrontEnd"}(exports.KnownSystemServiceType||(exports.KnownSystemServiceType={})),exports.KnownAgentVMSizeTypes=void 0,function(e){e.StandardA0="Standard_A0",e.StandardA1="Standard_A1",e.StandardA2="Standard_A2",e.StandardA3="Standard_A3",e.StandardA4="Standard_A4",e.StandardA5="Standard_A5",e.StandardA6="Standard_A6",e.StandardA7="Standard_A7",e.StandardA8="Standard_A8",e.StandardA9="Standard_A9",e.StandardA10="Standard_A10",e.StandardA11="Standard_A11",e.StandardD1="Standard_D1",e.StandardD2="Standard_D2",e.StandardD3="Standard_D3",e.StandardD4="Standard_D4",e.StandardD11="Standard_D11",e.StandardD12="Standard_D12",e.StandardD13="Standard_D13",e.StandardD14="Standard_D14",e.StandardD1V2="Standard_D1_v2",e.StandardD2V2="Standard_D2_v2",e.StandardD3V2="Standard_D3_v2",e.StandardD4V2="Standard_D4_v2",e.StandardD5V2="Standard_D5_v2",e.StandardD11V2="Standard_D11_v2",e.StandardD12V2="Standard_D12_v2",e.StandardD13V2="Standard_D13_v2",e.StandardD14V2="Standard_D14_v2",e.StandardG1="Standard_G1",e.StandardG2="Standard_G2",e.StandardG3="Standard_G3",e.StandardG4="Standard_G4",e.StandardG5="Standard_G5",e.StandardDS1="Standard_DS1",e.StandardDS2="Standard_DS2",e.StandardDS3="Standard_DS3",e.StandardDS4="Standard_DS4",e.StandardDS11="Standard_DS11",e.StandardDS12="Standard_DS12",e.StandardDS13="Standard_DS13",e.StandardDS14="Standard_DS14",e.StandardGS1="Standard_GS1",e.StandardGS2="Standard_GS2",e.StandardGS3="Standard_GS3",e.StandardGS4="Standard_GS4",e.StandardGS5="Standard_GS5"}(exports.KnownAgentVMSizeTypes||(exports.KnownAgentVMSizeTypes={})),exports.KnownStatus=void 0,function(e){e.Enabled="Enabled",e.Disabled="Disabled"}(exports.KnownStatus||(exports.KnownStatus={})),exports.KnownUpdatesAvailable=void 0,function(e){e.Yes="Yes",e.No="No"}(exports.KnownUpdatesAvailable||(exports.KnownUpdatesAvailable={}));const ErrorResponseWrapper={type:{name:"Composite",className:"ErrorResponseWrapper",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorResponse"}}}}},ErrorResponse={type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{serializedName:"code",required:!0,type:{name:"String"}},message:{serializedName:"message",required:!0,type:{name:"String"}},details:{serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}}}}},ErrorDetail={type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{serializedName:"code",required:!0,type:{name:"String"}},message:{serializedName:"message",required:!0,type:{name:"String"}}}}},StorageAccountProperties={type:{name:"Composite",className:"StorageAccountProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},ContainerRegistryProperties={type:{name:"Composite",className:"ContainerRegistryProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},AcsClusterProperties={type:{name:"Composite",className:"AcsClusterProperties",modelProperties:{clusterFqdn:{serializedName:"clusterFqdn",readOnly:!0,type:{name:"String"}},orchestratorType:{serializedName:"orchestratorType",required:!0,type:{name:"String"}},orchestratorProperties:{serializedName:"orchestratorProperties",type:{name:"Composite",className:"KubernetesClusterProperties"}},systemServices:{serializedName:"systemServices",type:{name:"Sequence",element:{type:{name:"Composite",className:"SystemService"}}}},masterCount:{defaultValue:1,constraints:{InclusiveMaximum:5,InclusiveMinimum:1},serializedName:"masterCount",type:{name:"Number"}},agentCount:{defaultValue:2,constraints:{InclusiveMaximum:100,InclusiveMinimum:1},serializedName:"agentCount",type:{name:"Number"}},agentVmSize:{defaultValue:"Standard_D3_v2",serializedName:"agentVmSize",type:{name:"String"}}}}},KubernetesClusterProperties={serializedName:"Kubernetes",type:{name:"Composite",className:"KubernetesClusterProperties",modelProperties:{servicePrincipal:{serializedName:"servicePrincipal",type:{name:"Composite",className:"ServicePrincipalProperties"}}}}},ServicePrincipalProperties={type:{name:"Composite",className:"ServicePrincipalProperties",modelProperties:{clientId:{serializedName:"clientId",required:!0,type:{name:"String"}},secret:{serializedName:"secret",required:!0,type:{name:"String"}}}}},SystemService={type:{name:"Composite",className:"SystemService",modelProperties:{systemServiceType:{serializedName:"systemServiceType",required:!0,type:{name:"String"}},publicIpAddress:{serializedName:"publicIpAddress",readOnly:!0,type:{name:"String"}},version:{serializedName:"version",readOnly:!0,type:{name:"String"}}}}},AppInsightsProperties={type:{name:"Composite",className:"AppInsightsProperties",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}}}}},GlobalServiceConfiguration={type:{name:"Composite",className:"GlobalServiceConfiguration",additionalProperties:{type:{name:"Object"}},modelProperties:{etag:{serializedName:"etag",type:{name:"String"}},ssl:{serializedName:"ssl",type:{name:"Composite",className:"SslConfiguration"}},serviceAuth:{serializedName:"serviceAuth",type:{name:"Composite",className:"ServiceAuthConfiguration"}},autoScale:{serializedName:"autoScale",type:{name:"Composite",className:"AutoScaleConfiguration"}}}}},SslConfiguration={type:{name:"Composite",className:"SslConfiguration",modelProperties:{status:{serializedName:"status",type:{name:"String"}},cert:{serializedName:"cert",type:{name:"String"}},key:{serializedName:"key",type:{name:"String"}},cname:{serializedName:"cname",type:{name:"String"}}}}},ServiceAuthConfiguration={type:{name:"Composite",className:"ServiceAuthConfiguration",modelProperties:{primaryAuthKeyHash:{serializedName:"primaryAuthKeyHash",required:!0,type:{name:"String"}},secondaryAuthKeyHash:{serializedName:"secondaryAuthKeyHash",required:!0,type:{name:"String"}}}}},AutoScaleConfiguration={type:{name:"Composite",className:"AutoScaleConfiguration",modelProperties:{status:{serializedName:"status",type:{name:"String"}},minReplicas:{defaultValue:1,constraints:{InclusiveMinimum:1},serializedName:"minReplicas",type:{name:"Number"}},maxReplicas:{defaultValue:100,constraints:{InclusiveMinimum:1},serializedName:"maxReplicas",type:{name:"Number"}},targetUtilization:{serializedName:"targetUtilization",type:{name:"Number"}},refreshPeriodInSeconds:{serializedName:"refreshPeriodInSeconds",type:{name:"Number"}}}}},Resource={type:{name:"Composite",className:"Resource",modelProperties:{id:{serializedName:"id",readOnly:!0,type:{name:"String"}},name:{serializedName:"name",readOnly:!0,type:{name:"String"}},location:{serializedName:"location",required:!0,type:{name:"String"}},type:{serializedName:"type",readOnly:!0,type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},OperationalizationClusterUpdateParameters={type:{name:"Composite",className:"OperationalizationClusterUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},OperationalizationClusterCredentials={type:{name:"Composite",className:"OperationalizationClusterCredentials",modelProperties:{storageAccount:{serializedName:"storageAccount",type:{name:"Composite",className:"StorageAccountCredentials"}},containerRegistry:{serializedName:"containerRegistry",type:{name:"Composite",className:"ContainerRegistryCredentials"}},containerService:{serializedName:"containerService",type:{name:"Composite",className:"ContainerServiceCredentials"}},appInsights:{serializedName:"appInsights",type:{name:"Composite",className:"AppInsightsCredentials"}},serviceAuthConfiguration:{serializedName:"serviceAuthConfiguration",type:{name:"Composite",className:"ServiceAuthConfiguration"}},sslConfiguration:{serializedName:"sslConfiguration",type:{name:"Composite",className:"SslConfiguration"}}}}},StorageAccountCredentials={type:{name:"Composite",className:"StorageAccountCredentials",modelProperties:{resourceId:{serializedName:"resourceId",readOnly:!0,type:{name:"String"}},primaryKey:{serializedName:"primaryKey",readOnly:!0,type:{name:"String"}},secondaryKey:{serializedName:"secondaryKey",readOnly:!0,type:{name:"String"}}}}},ContainerRegistryCredentials={type:{name:"Composite",className:"ContainerRegistryCredentials",modelProperties:{loginServer:{serializedName:"loginServer",readOnly:!0,type:{name:"String"}},password:{serializedName:"password",readOnly:!0,type:{name:"String"}},password2:{serializedName:"password2",readOnly:!0,type:{name:"String"}},username:{serializedName:"username",readOnly:!0,type:{name:"String"}}}}},ContainerServiceCredentials={type:{name:"Composite",className:"ContainerServiceCredentials",modelProperties:{acsKubeConfig:{serializedName:"acsKubeConfig",readOnly:!0,type:{name:"String"}},servicePrincipalConfiguration:{serializedName:"servicePrincipalConfiguration",type:{name:"Composite",className:"ServicePrincipalProperties"}},imagePullSecretName:{serializedName:"imagePullSecretName",readOnly:!0,type:{name:"String"}}}}},AppInsightsCredentials={type:{name:"Composite",className:"AppInsightsCredentials",modelProperties:{appId:{serializedName:"appId",type:{name:"String"}},instrumentationKey:{serializedName:"instrumentationKey",type:{name:"String"}}}}},CheckSystemServicesUpdatesAvailableResponse={type:{name:"Composite",className:"CheckSystemServicesUpdatesAvailableResponse",modelProperties:{updatesAvailable:{serializedName:"updatesAvailable",readOnly:!0,type:{name:"String"}}}}},UpdateSystemServicesResponse={type:{name:"Composite",className:"UpdateSystemServicesResponse",modelProperties:{updateStatus:{serializedName:"updateStatus",readOnly:!0,type:{name:"String"}},updateStartedOn:{serializedName:"updateStartedOn",readOnly:!0,type:{name:"DateTime"}},updateCompletedOn:{serializedName:"updateCompletedOn",readOnly:!0,type:{name:"DateTime"}}}}},PaginatedOperationalizationClustersList={type:{name:"Composite",className:"PaginatedOperationalizationClustersList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationalizationCluster"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},AvailableOperations={type:{name:"Composite",className:"AvailableOperations",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceOperation"}}}}}}},ResourceOperation={type:{name:"Composite",className:"ResourceOperation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"ResourceOperationDisplay"}},origin:{serializedName:"origin",type:{name:"String"}}}}},ResourceOperationDisplay={type:{name:"Composite",className:"ResourceOperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},OperationalizationCluster={type:{name:"Composite",className:"OperationalizationCluster",modelProperties:Object.assign(Object.assign({},Resource.type.modelProperties),{description:{serializedName:"properties.description",type:{name:"String"}},createdOn:{serializedName:"properties.createdOn",readOnly:!0,type:{name:"DateTime"}},modifiedOn:{serializedName:"properties.modifiedOn",readOnly:!0,type:{name:"DateTime"}},provisioningState:{serializedName:"properties.provisioningState",readOnly:!0,type:{name:"String"}},provisioningErrors:{serializedName:"properties.provisioningErrors",readOnly:!0,type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorResponseWrapper"}}}},clusterType:{serializedName:"properties.clusterType",type:{name:"String"}},storageAccount:{serializedName:"properties.storageAccount",type:{name:"Composite",className:"StorageAccountProperties"}},containerRegistry:{serializedName:"properties.containerRegistry",type:{name:"Composite",className:"ContainerRegistryProperties"}},containerService:{serializedName:"properties.containerService",type:{name:"Composite",className:"AcsClusterProperties"}},appInsights:{serializedName:"properties.appInsights",type:{name:"Composite",className:"AppInsightsProperties"}},globalServiceConfiguration:{serializedName:"properties.globalServiceConfiguration",type:{name:"Composite",className:"GlobalServiceConfiguration"}}})}},OperationalizationClustersDeleteHeaders={type:{name:"Composite",className:"OperationalizationClustersDeleteHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}}}}},OperationalizationClustersUpdateSystemServicesHeaders={type:{name:"Composite",className:"OperationalizationClustersUpdateSystemServicesHeaders",modelProperties:{location:{serializedName:"location",type:{name:"String"}}}}};var Mappers=Object.freeze({__proto__:null,ErrorResponseWrapper:ErrorResponseWrapper,ErrorResponse:ErrorResponse,ErrorDetail:ErrorDetail,StorageAccountProperties:StorageAccountProperties,ContainerRegistryProperties:ContainerRegistryProperties,AcsClusterProperties:AcsClusterProperties,KubernetesClusterProperties:KubernetesClusterProperties,ServicePrincipalProperties:ServicePrincipalProperties,SystemService:SystemService,AppInsightsProperties:AppInsightsProperties,GlobalServiceConfiguration:GlobalServiceConfiguration,SslConfiguration:SslConfiguration,ServiceAuthConfiguration:ServiceAuthConfiguration,AutoScaleConfiguration:AutoScaleConfiguration,Resource:Resource,OperationalizationClusterUpdateParameters:OperationalizationClusterUpdateParameters,OperationalizationClusterCredentials:OperationalizationClusterCredentials,StorageAccountCredentials:StorageAccountCredentials,ContainerRegistryCredentials:ContainerRegistryCredentials,ContainerServiceCredentials:ContainerServiceCredentials,AppInsightsCredentials:AppInsightsCredentials,CheckSystemServicesUpdatesAvailableResponse:CheckSystemServicesUpdatesAvailableResponse,UpdateSystemServicesResponse:UpdateSystemServicesResponse,PaginatedOperationalizationClustersList:PaginatedOperationalizationClustersList,AvailableOperations:AvailableOperations,ResourceOperation:ResourceOperation,ResourceOperationDisplay:ResourceOperationDisplay,OperationalizationCluster:OperationalizationCluster,OperationalizationClustersDeleteHeaders:OperationalizationClustersDeleteHeaders,OperationalizationClustersUpdateSystemServicesHeaders:OperationalizationClustersUpdateSystemServicesHeaders});const contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},parameters={parameterPath:"parameters",mapper:OperationalizationCluster},accept={parameterPath:"accept",mapper:{defaultValue:"application/json",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$host={parameterPath:"$host",mapper:{serializedName:"$host",required:!0,type:{name:"String"}},skipEncoding:!0},apiVersion={parameterPath:"apiVersion",mapper:{defaultValue:"2017-08-01-preview",isConstant:!0,serializedName:"api-version",type:{name:"String"}}},subscriptionId={parameterPath:"subscriptionId",mapper:{serializedName:"subscriptionId",required:!0,type:{name:"String"}}},resourceGroupName={parameterPath:"resourceGroupName",mapper:{constraints:{Pattern:new RegExp("^[-\\w\\._\\(\\)]+$"),MaxLength:90,MinLength:1},serializedName:"resourceGroupName",required:!0,type:{name:"String"}}},clusterName={parameterPath:"clusterName",mapper:{constraints:{Pattern:new RegExp("^[a-zA-Z][-\\w\\._\\(\\)]+[a-zA-Z0-9]$"),MaxLength:90,MinLength:1},serializedName:"clusterName",required:!0,type:{name:"String"}}},parameters1={parameterPath:"parameters",mapper:OperationalizationClusterUpdateParameters},deleteAll={parameterPath:["options","deleteAll"],mapper:{serializedName:"deleteAll",type:{name:"Boolean"}}},skiptoken={parameterPath:["options","skiptoken"],mapper:{serializedName:"$skiptoken",type:{name:"String"}}},nextLink={parameterPath:"nextLink",mapper:{serializedName:"nextLink",required:!0,type:{name:"String"}},skipEncoding:!0};class LroImpl{constructor(e,t,r,a=r.path,i=r.httpMethod){this.sendOperationFn=e,this.args=t,this.spec=r,this.requestPath=a,this.requestMethod=i}sendInitialRequest(){return tslib.__awaiter(this,void 0,void 0,function*(){return this.sendOperationFn(this.args,this.spec)})}sendPollRequest(t){return tslib.__awaiter(this,void 0,void 0,function*(){var e=this.spec,e=tslib.__rest(e,["requestBody"]);return this.sendOperationFn(this.args,Object.assign(Object.assign({},e),{path:t,httpMethod:"GET"}))})}}class OperationalizationClustersImpl{constructor(e){this.client=e}listByResourceGroup(t,r){const e=this.listByResourceGroupPagingAll(t,r);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listByResourceGroupPagingPage(t,r,e)}}}listByResourceGroupPagingPage(i,s,n){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==n?void 0:n.continuationToken;var r;for(t||(setContinuationToken(r=(e=yield tslib.__await(this._listByResourceGroup(i,s))).value||[],t=e.nextLink),yield yield tslib.__await(r));t;){e=yield tslib.__await(this._listByResourceGroupNext(i,t,s)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listByResourceGroupPagingAll(s,n){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var r,a=tslib.__asyncValues(this.listByResourceGroupPagingPage(s,n));!(r=yield tslib.__await(a.next())).done;){var i=r.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}listBySubscriptionId(t){const e=this.listBySubscriptionIdPagingAll(t);return{next(){return e.next()},[Symbol.asyncIterator](){return this},byPage:e=>{if(null!=e&&e.maxPageSize)throw new Error("maxPageSize is not supported by this operation.");return this.listBySubscriptionIdPagingPage(t,e)}}}listBySubscriptionIdPagingPage(i,s){return tslib.__asyncGenerator(this,arguments,function*(){let e,t=null==s?void 0:s.continuationToken;var r;for(t||(setContinuationToken(r=(e=yield tslib.__await(this._listBySubscriptionId(i))).value||[],t=e.nextLink),yield yield tslib.__await(r));t;){e=yield tslib.__await(this._listBySubscriptionIdNext(t,i)),t=e.nextLink;var a=e.value||[];setContinuationToken(a,t),yield yield tslib.__await(a)}})}listBySubscriptionIdPagingAll(s){return tslib.__asyncGenerator(this,arguments,function*(){var t,e;try{for(var r,a=tslib.__asyncValues(this.listBySubscriptionIdPagingPage(s));!(r=yield tslib.__await(a.next())).done;){var i=r.value;yield tslib.__await(yield*tslib.__asyncDelegator(tslib.__asyncValues(i)))}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=a.return)&&(yield tslib.__await(e.call(a)))}finally{if(t)throw t.error}}})}beginCreateOrUpdate(t,r,a,i){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let r=void 0;const a=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{r=e,null!==a&&void 0!==a&&a(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:r.status,body:r.parsedBody,headers:r.headers.toJSON()}}}),{resourceGroupName:t,clusterName:r,parameters:a,options:i},createOrUpdateOperationSpec),e=new coreLro.LroEngine(e,{resumeFrom:null==i?void 0:i.resumeFrom,intervalInMs:null==i?void 0:i.updateIntervalInMs});return yield e.poll(),e})}beginCreateOrUpdateAndWait(e,t,r,a){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginCreateOrUpdate(e,t,r,a)).pollUntilDone()})}get(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:t,options:r},getOperationSpec)}update(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:t,parameters:r,options:a},updateOperationSpec)}beginDelete(t,r,a){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let r=void 0;const a=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{r=e,null!==a&&void 0!==a&&a(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:r.status,body:r.parsedBody,headers:r.headers.toJSON()}}}),{resourceGroupName:t,clusterName:r,options:a},deleteOperationSpec),e=new coreLro.LroEngine(e,{resumeFrom:null==a?void 0:a.resumeFrom,intervalInMs:null==a?void 0:a.updateIntervalInMs});return yield e.poll(),e})}beginDeleteAndWait(e,t,r){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginDelete(e,t,r)).pollUntilDone()})}listKeys(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:t,options:r},listKeysOperationSpec)}checkSystemServicesUpdatesAvailable(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,clusterName:t,options:r},checkSystemServicesUpdatesAvailableOperationSpec)}beginUpdateSystemServices(t,r,a){return tslib.__awaiter(this,void 0,void 0,function*(){const s=(e,t)=>tslib.__awaiter(this,void 0,void 0,function*(){return this.client.sendOperationRequest(e,t)});var e=new LroImpl((t,i)=>tslib.__awaiter(this,void 0,void 0,function*(){let r=void 0;const a=null==(e=t.options)?void 0:e.onResponse;var e=Object.assign(Object.assign({},t),{options:Object.assign(Object.assign({},t.options),{onResponse:(e,t)=>{r=e,null!==a&&void 0!==a&&a(e,t)}})});return{flatResponse:yield s(e,i),rawResponse:{statusCode:r.status,body:r.parsedBody,headers:r.headers.toJSON()}}}),{resourceGroupName:t,clusterName:r,options:a},updateSystemServicesOperationSpec),e=new coreLro.LroEngine(e,{resumeFrom:null==a?void 0:a.resumeFrom,intervalInMs:null==a?void 0:a.updateIntervalInMs});return yield e.poll(),e})}beginUpdateSystemServicesAndWait(e,t,r){return tslib.__awaiter(this,void 0,void 0,function*(){return(yield this.beginUpdateSystemServices(e,t,r)).pollUntilDone()})}_listByResourceGroup(e,t){return this.client.sendOperationRequest({resourceGroupName:e,options:t},listByResourceGroupOperationSpec)}_listBySubscriptionId(e){return this.client.sendOperationRequest({options:e},listBySubscriptionIdOperationSpec)}_listByResourceGroupNext(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,nextLink:t,options:r},listByResourceGroupNextOperationSpec)}_listBySubscriptionIdNext(e,t){return this.client.sendOperationRequest({nextLink:e,options:t},listBySubscriptionIdNextOperationSpec)}}const serializer$1=coreClient__namespace.createSerializer(Mappers,!1),createOrUpdateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",httpMethod:"PUT",responses:{200:{bodyMapper:OperationalizationCluster},201:{bodyMapper:OperationalizationCluster},202:{bodyMapper:OperationalizationCluster},204:{bodyMapper:OperationalizationCluster},default:{bodyMapper:ErrorResponseWrapper}},requestBody:parameters,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[contentType,accept],mediaType:"json",serializer:serializer$1},getOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",httpMethod:"GET",responses:{200:{bodyMapper:OperationalizationCluster},default:{bodyMapper:ErrorResponseWrapper}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[accept],serializer:serializer$1},updateOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",httpMethod:"PATCH",responses:{200:{bodyMapper:OperationalizationCluster},default:{bodyMapper:ErrorResponseWrapper}},requestBody:parameters1,queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[contentType,accept],mediaType:"json",serializer:serializer$1},deleteOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}",httpMethod:"DELETE",responses:{200:{headersMapper:OperationalizationClustersDeleteHeaders},201:{headersMapper:OperationalizationClustersDeleteHeaders},202:{headersMapper:OperationalizationClustersDeleteHeaders},204:{headersMapper:OperationalizationClustersDeleteHeaders},default:{bodyMapper:ErrorResponseWrapper}},queryParameters:[apiVersion,deleteAll],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[accept],serializer:serializer$1},listKeysOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/listKeys",httpMethod:"POST",responses:{200:{bodyMapper:OperationalizationClusterCredentials}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[accept],serializer:serializer$1},checkSystemServicesUpdatesAvailableOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/checkSystemServicesUpdatesAvailable",httpMethod:"POST",responses:{200:{bodyMapper:CheckSystemServicesUpdatesAvailableResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[accept],serializer:serializer$1},updateSystemServicesOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/updateSystemServices",httpMethod:"POST",responses:{200:{bodyMapper:UpdateSystemServicesResponse},201:{bodyMapper:UpdateSystemServicesResponse},202:{bodyMapper:UpdateSystemServicesResponse},204:{bodyMapper:UpdateSystemServicesResponse}},queryParameters:[apiVersion],urlParameters:[$host,subscriptionId,resourceGroupName,clusterName],headerParameters:[accept],serializer:serializer$1},listByResourceGroupOperationSpec={path:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters",httpMethod:"GET",responses:{200:{bodyMapper:PaginatedOperationalizationClustersList}},queryParameters:[apiVersion,skiptoken],urlParameters:[$host,subscriptionId,resourceGroupName],headerParameters:[accept],serializer:serializer$1},listBySubscriptionIdOperationSpec={path:"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters",httpMethod:"GET",responses:{200:{bodyMapper:PaginatedOperationalizationClustersList}},queryParameters:[apiVersion,skiptoken],urlParameters:[$host,subscriptionId],headerParameters:[accept],serializer:serializer$1},listByResourceGroupNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:PaginatedOperationalizationClustersList}},queryParameters:[apiVersion,skiptoken],urlParameters:[$host,subscriptionId,resourceGroupName,nextLink],headerParameters:[accept],serializer:serializer$1},listBySubscriptionIdNextOperationSpec={path:"{nextLink}",httpMethod:"GET",responses:{200:{bodyMapper:PaginatedOperationalizationClustersList}},queryParameters:[apiVersion,skiptoken],urlParameters:[$host,subscriptionId,nextLink],headerParameters:[accept],serializer:serializer$1};class MachineLearningComputeImpl{constructor(e){this.client=e}listAvailableOperations(e){return this.client.sendOperationRequest({options:e},listAvailableOperationsOperationSpec)}}const serializer=coreClient__namespace.createSerializer(Mappers,!1),listAvailableOperationsOperationSpec={path:"/providers/Microsoft.MachineLearningCompute/operations",httpMethod:"GET",responses:{200:{bodyMapper:AvailableOperations}},queryParameters:[apiVersion],urlParameters:[$host],headerParameters:[accept],serializer:serializer};class MachineLearningComputeManagementClient extends coreClient__namespace.ServiceClient{constructor(e,t,r){if(void 0===e)throw new Error("'credentials' cannot be null");if(void 0===t)throw new Error("'subscriptionId' cannot be null");var a,i="azsdk-js-arm-machinelearningcompute/3.0.0-beta.3",i=(r=r||{}).userAgentOptions&&r.userAgentOptions.userAgentPrefix?r.userAgentOptions.userAgentPrefix+" "+i:i,i=Object.assign(Object.assign(Object.assign({},{requestContentType:"application/json; charset=utf-8",credential:e}),r),{userAgentOptions:{userAgentPrefix:i},endpoint:null!=(i=null!=(i=r.endpoint)?i:r.baseUri)?i:"https://management.azure.com"});super(i);let s=!1;null!=r&&r.pipeline&&0<r.pipeline.getOrderedPolicies().length&&(a=r.pipeline.getOrderedPolicies(),s=a.some(e=>e.name===coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName)),r&&r.pipeline&&0!=r.pipeline.getOrderedPolicies().length&&s||(this.pipeline.removePolicy({name:coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName}),this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({credential:e,scopes:null!=(a=i.credentialScopes)?a:i.endpoint+"/.default",challengeCallbacks:{authorizeRequestOnChallenge:coreClient__namespace.authorizeRequestOnClaimChallenge}}))),this.subscriptionId=t,this.$host=r.$host||"https://management.azure.com",this.apiVersion=r.apiVersion||"2017-08-01-preview",this.operationalizationClusters=new OperationalizationClustersImpl(this),this.machineLearningCompute=new MachineLearningComputeImpl(this),this.addCustomApiVersionPolicy(r.apiVersion)}addCustomApiVersionPolicy(i){i&&this.pipeline.addPolicy({name:"CustomApiVersionPolicy",sendRequest(r,a){return tslib.__awaiter(this,void 0,void 0,function*(){var e,t=r.url.split("?");return 1<t.length&&(e=t[1].split("&").map(e=>-1<e.indexOf("api-version")?"api-version="+i:e),r.url=t[0]+"?"+e.join("&")),a(r)})}})}}exports.MachineLearningComputeManagementClient=MachineLearningComputeManagementClient,exports.getContinuationToken=getContinuationToken;
|
package/dist/index.min.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pagingHelper.ts","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/operationalizationClusters.ts","../src/operations/machineLearningCompute.ts","../src/machineLearningComputeManagementClient.ts"],"names":["pageMap","WeakMap","getContinuationToken","page","_a","get","continuationToken","setContinuationToken","pageInfo","set","KnownOperationStatus","KnownClusterType","KnownOrchestratorType","KnownSystemServiceType","KnownAgentVMSizeTypes","KnownStatus","KnownUpdatesAvailable","ErrorResponseWrapper","type","name","className","modelProperties","error","serializedName","ErrorResponse","code","required","message","details","element","ErrorDetail","StorageAccountProperties","resourceId","ContainerRegistryProperties","AcsClusterProperties","clusterFqdn","readOnly","orchestratorType","orchestratorProperties","systemServices","masterCount","defaultValue","constraints","InclusiveMaximum","InclusiveMinimum","agentCount","agentVmSize","KubernetesClusterProperties","servicePrincipal","ServicePrincipalProperties","clientId","secret","SystemService","systemServiceType","publicIpAddress","version","AppInsightsProperties","GlobalServiceConfiguration","additionalProperties","etag","ssl","serviceAuth","autoScale","SslConfiguration","status","cert","key","cname","ServiceAuthConfiguration","primaryAuthKeyHash","secondaryAuthKeyHash","AutoScaleConfiguration","minReplicas","maxReplicas","targetUtilization","refreshPeriodInSeconds","Resource","id","location","tags","value","OperationalizationClusterUpdateParameters","OperationalizationClusterCredentials","storageAccount","containerRegistry","containerService","appInsights","serviceAuthConfiguration","sslConfiguration","StorageAccountCredentials","primaryKey","secondaryKey","ContainerRegistryCredentials","loginServer","password","password2","username","ContainerServiceCredentials","acsKubeConfig","servicePrincipalConfiguration","imagePullSecretName","AppInsightsCredentials","appId","instrumentationKey","CheckSystemServicesUpdatesAvailableResponse","updatesAvailable","UpdateSystemServicesResponse","updateStatus","updateStartedOn","updateCompletedOn","PaginatedOperationalizationClustersList","nextLink","AvailableOperations","ResourceOperation","display","origin","ResourceOperationDisplay","provider","resource","operation","description","OperationalizationCluster","Object","assign","createdOn","modifiedOn","provisioningState","provisioningErrors","clusterType","globalServiceConfiguration","OperationalizationClustersDeleteHeaders","OperationalizationClustersUpdateSystemServicesHeaders","contentType","parameterPath","mapper","isConstant","parameters","OperationalizationClusterMapper","accept","$host","skipEncoding","apiVersion","subscriptionId","resourceGroupName","Pattern","RegExp","MaxLength","MinLength","clusterName","parameters1","OperationalizationClusterUpdateParametersMapper","deleteAll","skiptoken","LroImpl","constructor","sendOperationFn","args","spec","requestPath","path","requestMethod","httpMethod","this","sendInitialRequest","sendPollRequest","restSpec","__rest","OperationalizationClustersImpl","client","listByResourceGroup","options","iter","listByResourceGroupPagingAll","next","Symbol","asyncIterator","byPage","settings","maxPageSize","Error","listByResourceGroupPagingPage","let","result","yield","__await","_listByResourceGroup","_listByResourceGroupNext","_c","_b","__asyncValues","done","__asyncDelegator","listBySubscriptionId","listBySubscriptionIdPagingAll","listBySubscriptionIdPagingPage","tslib","_listBySubscriptionId","_listBySubscriptionIdNext","beginCreateOrUpdate","directSendOperation","__awaiter","sendOperationRequest","lro","currentRawResponse","undefined","providedCallback","onResponse","updatedArgs","rawResponse","flatResponse","statusCode","body","parsedBody","headers","toJSON","createOrUpdateOperationSpec","poller","LroEngine","resumeFrom","intervalInMs","updateIntervalInMs","poll","beginCreateOrUpdateAndWait","pollUntilDone","getOperationSpec","update","updateOperationSpec","beginDelete","deleteOperationSpec","beginDeleteAndWait","listKeys","listKeysOperationSpec","checkSystemServicesUpdatesAvailable","checkSystemServicesUpdatesAvailableOperationSpec","beginUpdateSystemServices","updateSystemServicesOperationSpec","beginUpdateSystemServicesAndWait","listByResourceGroupOperationSpec","listBySubscriptionIdOperationSpec","listByResourceGroupNextOperationSpec","listBySubscriptionIdNextOperationSpec","serializer","coreClient","createSerializer","Mappers","responses","200","bodyMapper","Mappers.OperationalizationCluster","201","202","204","default","Mappers.ErrorResponseWrapper","requestBody","Parameters.parameters","queryParameters","Parameters.apiVersion","urlParameters","Parameters.$host","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterName","headerParameters","Parameters.contentType","Parameters.accept","mediaType","Parameters.parameters1","headersMapper","Mappers.OperationalizationClustersDeleteHeaders","Parameters.deleteAll","Mappers.OperationalizationClusterCredentials","Mappers.CheckSystemServicesUpdatesAvailableResponse","Mappers.UpdateSystemServicesResponse","Mappers.PaginatedOperationalizationClustersList","Parameters.skiptoken","Parameters.nextLink","MachineLearningComputeImpl","listAvailableOperations","listAvailableOperationsOperationSpec","Mappers.AvailableOperations","MachineLearningComputeManagementClient","ServiceClient","credentials","pipelinePolicies","packageDetails","userAgentPrefix","userAgentOptions","optionsWithDefaults","requestContentType","credential","endpoint","baseUri","super","bearerTokenAuthenticationPolicyFound","pipeline","getOrderedPolicies","length","some","pipelinePolicy","coreRestPipeline","bearerTokenAuthenticationPolicyName","removePolicy","addPolicy","bearerTokenAuthenticationPolicy","scopes","credentialScopes","challengeCallbacks","authorizeRequestOnChallenge","authorizeRequestOnClaimChallenge","operationalizationClusters","machineLearningCompute","addCustomApiVersionPolicy","sendRequest","request","newParams","param","url","split","map","item","indexOf","join"],"mappings":"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KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACf2C,OAAQ,CACNzC,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD8C,KAAM,CACJ1C,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+C,IAAK,CACH3C,eAAgB,MAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDgD,MAAO,CACL5C,eAAgB,QAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUiD,yBAAuD,CAClElD,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfgD,mBAAoB,CAClB9C,eAAgB,qBAChBG,SAAU,CAAA,EACVR,KAAM,CACJC,KAAM,QACP,CACF,EACDmD,qBAAsB,CACpB/C,eAAgB,uBAChBG,SAAU,CAAA,EACVR,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUoD,uBAAqD,CAChErD,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACf2C,OAAQ,CACNzC,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqD,YAAa,CACX/B,aAAc,EACdC,YAAa,CACXE,iBAAkB,CACnB,EACDrB,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDsD,YAAa,CACXhC,aAAc,IACdC,YAAa,CACXE,iBAAkB,CACnB,EACDrB,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDuD,kBAAmB,CACjBnD,eAAgB,oBAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDwD,uBAAwB,CACtBpD,eAAgB,yBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUyD,SAAuC,CAClD1D,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfwD,GAAI,CACFtD,eAAgB,KAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACDA,KAAM,CACJI,eAAgB,OAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACD2D,SAAU,CACRvD,eAAgB,WAChBG,SAAU,CAAA,EACVR,KAAM,CACJC,KAAM,QACP,CACF,EACDD,KAAM,CACJK,eAAgB,OAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACD4D,KAAM,CACJxD,eAAgB,OAChBL,KAAM,CACJC,KAAM,aACN6D,MAAO,CAAE9D,KAAM,CAAEC,KAAM,QAAQ,CAAE,CAClC,CACF,CACF,CACF,C,EAGU8D,0CAAwE,CACnF/D,KAAM,CACJC,KAAM,YACNC,UAAW,4CACXC,gBAAiB,CACf0D,KAAM,CACJxD,eAAgB,OAChBL,KAAM,CACJC,KAAM,aACN6D,MAAO,CAAE9D,KAAM,CAAEC,KAAM,QAAQ,CAAE,CAClC,CACF,CACF,CACF,C,EAGU+D,qCAAmE,CAC9EhE,KAAM,CACJC,KAAM,YACNC,UAAW,uCACXC,gBAAiB,CACf8D,eAAgB,CACd5D,eAAgB,iBAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,2BACZ,CACF,EACDgE,kBAAmB,CACjB7D,eAAgB,oBAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,8BACZ,CACF,EACDiE,iBAAkB,CAChB9D,eAAgB,mBAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,6BACZ,CACF,EACDkE,YAAa,CACX/D,eAAgB,cAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,wBACZ,CACF,EACDmE,yBAA0B,CACxBhE,eAAgB,2BAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,0BACZ,CACF,EACDoE,iBAAkB,CAChBjE,eAAgB,mBAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,kBACZ,CACF,CACF,CACF,C,EAGUqE,0BAAwD,CACnEvE,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAiB,CACfW,WAAY,CACVT,eAAgB,aAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACDuE,WAAY,CACVnE,eAAgB,aAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACDwE,aAAc,CACZpE,eAAgB,eAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUyE,6BAA2D,CACtE1E,KAAM,CACJC,KAAM,YACNC,UAAW,+BACXC,gBAAiB,CACfwE,YAAa,CACXtE,eAAgB,cAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACD2E,SAAU,CACRvE,eAAgB,WAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACD4E,UAAW,CACTxE,eAAgB,YAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACD6E,SAAU,CACRzE,eAAgB,WAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU8E,4BAA0D,CACrE/E,KAAM,CACJC,KAAM,YACNC,UAAW,8BACXC,gBAAiB,CACf6E,cAAe,CACb3E,eAAgB,gBAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACDgF,8BAA+B,CAC7B5E,eAAgB,gCAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,4BACZ,CACF,EACDgF,oBAAqB,CACnB7E,eAAgB,sBAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUkF,uBAAqD,CAChEnF,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACfiF,MAAO,CACL/E,eAAgB,QAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDoF,mBAAoB,CAClBhF,eAAgB,qBAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUqF,4CAA0E,CACrFtF,KAAM,CACJC,KAAM,YACNC,UAAW,8CACXC,gBAAiB,CACfoF,iBAAkB,CAChBlF,eAAgB,mBAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUuF,6BAA2D,CACtExF,KAAM,CACJC,KAAM,YACNC,UAAW,+BACXC,gBAAiB,CACfsF,aAAc,CACZpF,eAAgB,eAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,QACP,CACF,EACDyF,gBAAiB,CACfrF,eAAgB,kBAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,UACP,CACF,EACD0F,kBAAmB,CACjBtF,eAAgB,oBAChBa,SAAU,CAAA,EACVlB,KAAM,CACJC,KAAM,UACP,CACF,CACF,CACF,C,EAGU2F,wCAAsE,CACjF5F,KAAM,CACJC,KAAM,YACNC,UAAW,0CACXC,gBAAiB,CACf2D,MAAO,CACLzD,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNU,QAAS,CACPX,KAAM,CACJC,KAAM,YACNC,UAAW,2BACZ,CACF,CACF,CACF,EACD2F,SAAU,CACRxF,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGU6F,oBAAkD,CAC7D9F,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAiB,CACf2D,MAAO,CACLzD,eAAgB,QAChBL,KAAM,CACJC,KAAM,WACNU,QAAS,CACPX,KAAM,CACJC,KAAM,YACNC,UAAW,mBACZ,CACF,CACF,CACF,CACF,CACF,C,EAGU6F,kBAAgD,CAC3D/F,KAAM,CACJC,KAAM,YACNC,UAAW,oBACXC,gBAAiB,CACfF,KAAM,CACJI,eAAgB,OAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACD+F,QAAS,CACP3F,eAAgB,UAChBL,KAAM,CACJC,KAAM,YACNC,UAAW,0BACZ,CACF,EACD+F,OAAQ,CACN5F,eAAgB,SAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUiG,yBAAuD,CAClElG,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfgG,SAAU,CACR9F,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDmG,SAAU,CACR/F,eAAgB,WAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDoG,UAAW,CACThG,eAAgB,YAChBL,KAAM,CACJC,KAAM,QACP,CACF,EACDqG,YAAa,CACXjG,eAAgB,cAChBL,KAAM,CACJC,KAAM,QACP,CACF,CACF,CACF,C,EAGUsG,0BAAwD,CACnEvG,KAAM,CAC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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkUpdateForAnOperationalizationCluster.d.ts","sourceRoot":"","sources":["../../samples-dev/checkUpdateForAnOperationalizationCluster.ts"],"names":[],"mappings":""}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to Checks if updates are available for system services in the cluster.
|
|
13
|
-
*
|
|
14
|
-
* @summary Checks if updates are available for system services in the cluster.
|
|
15
|
-
* x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_CheckSystemServicesUpdatesAvailable.json
|
|
16
|
-
*/
|
|
17
|
-
import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function checkUpdateForAnOperationalizationCluster() {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
22
|
-
const resourceGroupName = "myResourceGroup";
|
|
23
|
-
const clusterName = "myCluster";
|
|
24
|
-
const credential = new DefaultAzureCredential();
|
|
25
|
-
const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
|
|
26
|
-
const result = yield client.operationalizationClusters.checkSystemServicesUpdatesAvailable(resourceGroupName, clusterName);
|
|
27
|
-
console.log(result);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
checkUpdateForAnOperationalizationCluster().catch(console.error);
|
|
31
|
-
//# sourceMappingURL=checkUpdateForAnOperationalizationCluster.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkUpdateForAnOperationalizationCluster.js","sourceRoot":"","sources":["../../samples-dev/checkUpdateForAnOperationalizationCluster.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,yCAAyC;;QACtD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,mCAAmC,CACxF,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yCAAyC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteOperationalizationCluster.d.ts","sourceRoot":"","sources":["../../samples-dev/deleteOperationalizationCluster.ts"],"names":[],"mappings":""}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
/**
|
|
12
|
-
* This sample demonstrates how to Deletes the specified cluster.
|
|
13
|
-
*
|
|
14
|
-
* @summary Deletes the specified cluster.
|
|
15
|
-
* x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_Delete.json
|
|
16
|
-
*/
|
|
17
|
-
import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
|
|
18
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
19
|
-
function deleteOperationalizationCluster() {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
22
|
-
const resourceGroupName = "myResourceGroup";
|
|
23
|
-
const clusterName = "myCluster";
|
|
24
|
-
const credential = new DefaultAzureCredential();
|
|
25
|
-
const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
|
|
26
|
-
const result = yield client.operationalizationClusters.beginDeleteAndWait(resourceGroupName, clusterName);
|
|
27
|
-
console.log(result);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
deleteOperationalizationCluster().catch(console.error);
|
|
31
|
-
//# sourceMappingURL=deleteOperationalizationCluster.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteOperationalizationCluster.js","sourceRoot":"","sources":["../../samples-dev/deleteOperationalizationCluster.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,+BAA+B;;QAC5C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,kBAAkB,CACvE,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,+BAA+B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|