@azure/arm-machinelearningcompute 3.0.0-beta.2 → 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.
Files changed (339) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +30 -20
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +4 -2
  11. package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
  12. package/dist/browser/machineLearningComputeManagementClient.js +108 -0
  13. package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +86 -21
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +65 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/dist/browser/operations/index.d.ts +3 -0
  23. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  24. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  25. package/dist/browser/operations/index.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
  27. package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
  29. package/dist/browser/operations/machineLearningCompute.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
  31. package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +168 -172
  33. package/dist/browser/operations/operationalizationClusters.js.map +1 -0
  34. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  37. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
  40. package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
  42. package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  43. package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
  44. package/dist/browser/package.json +3 -0
  45. package/dist/browser/pagingHelper.d.ts +13 -0
  46. package/dist/browser/pagingHelper.d.ts.map +1 -0
  47. package/dist/browser/pagingHelper.js +30 -0
  48. package/dist/browser/pagingHelper.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +5 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +19 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/lroImpl.d.ts +16 -0
  54. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  55. package/dist/commonjs/lroImpl.js +37 -0
  56. package/dist/commonjs/lroImpl.js.map +1 -0
  57. package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
  58. package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
  59. package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
  60. package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
  61. package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -826
  62. package/dist/commonjs/models/index.d.ts.map +1 -0
  63. package/dist/commonjs/models/index.js +169 -0
  64. package/dist/commonjs/models/index.js.map +1 -0
  65. package/dist/commonjs/models/mappers.d.ts +32 -0
  66. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  67. package/dist/commonjs/models/mappers.js +886 -0
  68. package/dist/commonjs/models/mappers.js.map +1 -0
  69. package/dist/commonjs/models/parameters.d.ts +14 -0
  70. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  71. package/dist/commonjs/models/parameters.js +133 -0
  72. package/dist/commonjs/models/parameters.js.map +1 -0
  73. package/dist/commonjs/operations/index.d.ts +3 -0
  74. package/dist/commonjs/operations/index.d.ts.map +1 -0
  75. package/dist/commonjs/operations/index.js +13 -0
  76. package/dist/commonjs/operations/index.js.map +1 -0
  77. package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
  78. package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
  79. package/dist/commonjs/operations/machineLearningCompute.js +49 -0
  80. package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
  81. package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
  82. package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
  83. package/dist/commonjs/operations/operationalizationClusters.js +586 -0
  84. package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  86. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  88. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  90. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  94. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
  96. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js.map +1 -0
  97. package/dist/commonjs/package.json +3 -0
  98. package/dist/commonjs/pagingHelper.d.ts +13 -0
  99. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  100. package/dist/commonjs/pagingHelper.js +34 -0
  101. package/dist/commonjs/pagingHelper.js.map +1 -0
  102. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  103. package/dist/esm/index.d.ts +5 -0
  104. package/dist/esm/index.d.ts.map +1 -0
  105. package/{src/index.ts → dist/esm/index.js} +5 -4
  106. package/dist/esm/index.js.map +1 -0
  107. package/dist/esm/lroImpl.d.ts +16 -0
  108. package/dist/esm/lroImpl.d.ts.map +1 -0
  109. package/dist/esm/lroImpl.js +33 -0
  110. package/dist/esm/lroImpl.js.map +1 -0
  111. package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
  112. package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
  113. package/dist/esm/machineLearningComputeManagementClient.js +108 -0
  114. package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
  115. package/dist/esm/models/index.d.ts +702 -0
  116. package/dist/esm/models/index.d.ts.map +1 -0
  117. package/dist/esm/models/index.js +166 -0
  118. package/dist/esm/models/index.js.map +1 -0
  119. package/dist/esm/models/mappers.d.ts +32 -0
  120. package/dist/esm/models/mappers.d.ts.map +1 -0
  121. package/dist/esm/models/mappers.js +883 -0
  122. package/dist/esm/models/mappers.js.map +1 -0
  123. package/dist/esm/models/parameters.d.ts +14 -0
  124. package/dist/esm/models/parameters.d.ts.map +1 -0
  125. package/dist/esm/models/parameters.js +130 -0
  126. package/dist/esm/models/parameters.js.map +1 -0
  127. package/dist/esm/operations/index.d.ts +3 -0
  128. package/dist/esm/operations/index.d.ts.map +1 -0
  129. package/dist/esm/operations/index.js +10 -0
  130. package/dist/esm/operations/index.js.map +1 -0
  131. package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
  132. package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
  133. package/dist/esm/operations/machineLearningCompute.js +44 -0
  134. package/dist/esm/operations/machineLearningCompute.js.map +1 -0
  135. package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
  136. package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
  137. package/dist/esm/operations/operationalizationClusters.js +581 -0
  138. package/dist/esm/operations/operationalizationClusters.js.map +1 -0
  139. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  140. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  141. package/dist/esm/operationsInterfaces/index.js +10 -0
  142. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  143. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  144. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  145. package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
  146. package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  148. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  149. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
  150. package/dist/esm/operationsInterfaces/operationalizationClusters.js.map +1 -0
  151. package/dist/esm/package.json +3 -0
  152. package/dist/esm/pagingHelper.d.ts +13 -0
  153. package/dist/esm/pagingHelper.d.ts.map +1 -0
  154. package/dist/esm/pagingHelper.js +30 -0
  155. package/dist/esm/pagingHelper.js.map +1 -0
  156. package/dist/react-native/index.d.ts +5 -0
  157. package/dist/react-native/index.d.ts.map +1 -0
  158. package/dist/react-native/index.js +13 -0
  159. package/dist/react-native/index.js.map +1 -0
  160. package/dist/react-native/lroImpl.d.ts +16 -0
  161. package/dist/react-native/lroImpl.d.ts.map +1 -0
  162. package/dist/react-native/lroImpl.js +33 -0
  163. package/dist/react-native/lroImpl.js.map +1 -0
  164. package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
  165. package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
  166. package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
  167. package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
  168. package/dist/react-native/models/index.d.ts +702 -0
  169. package/dist/react-native/models/index.d.ts.map +1 -0
  170. package/dist/react-native/models/index.js +166 -0
  171. package/dist/react-native/models/index.js.map +1 -0
  172. package/dist/react-native/models/mappers.d.ts +32 -0
  173. package/dist/react-native/models/mappers.d.ts.map +1 -0
  174. package/dist/react-native/models/mappers.js +883 -0
  175. package/dist/react-native/models/mappers.js.map +1 -0
  176. package/dist/react-native/models/parameters.d.ts +14 -0
  177. package/dist/react-native/models/parameters.d.ts.map +1 -0
  178. package/dist/react-native/models/parameters.js +130 -0
  179. package/dist/react-native/models/parameters.js.map +1 -0
  180. package/dist/react-native/operations/index.d.ts +3 -0
  181. package/dist/react-native/operations/index.d.ts.map +1 -0
  182. package/dist/react-native/operations/index.js +10 -0
  183. package/dist/react-native/operations/index.js.map +1 -0
  184. package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
  185. package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
  186. package/dist/react-native/operations/machineLearningCompute.js +44 -0
  187. package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
  188. package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
  189. package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
  190. package/dist/react-native/operations/operationalizationClusters.js +581 -0
  191. package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
  192. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  193. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  194. package/dist/react-native/operationsInterfaces/index.js +10 -0
  195. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  196. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  197. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  198. package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
  199. package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
  200. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  201. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  202. package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
  203. package/dist/react-native/operationsInterfaces/operationalizationClusters.js.map +1 -0
  204. package/dist/react-native/package.json +3 -0
  205. package/dist/react-native/pagingHelper.d.ts +13 -0
  206. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  207. package/dist/react-native/pagingHelper.js +30 -0
  208. package/dist/react-native/pagingHelper.js.map +1 -0
  209. package/package.json +87 -74
  210. package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +12 -74
  211. package/dist/index.js +0 -1880
  212. package/dist/index.js.map +0 -1
  213. package/dist/index.min.js +0 -1
  214. package/dist/index.min.js.map +0 -1
  215. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
  216. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
  218. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
  219. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
  220. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
  222. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
  223. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
  224. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
  226. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
  227. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
  228. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
  230. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
  231. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
  232. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
  234. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
  235. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
  236. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
  238. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
  239. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
  240. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
  242. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
  243. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
  246. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
  247. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
  250. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
  251. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
  254. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
  255. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
  258. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
  259. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
  262. package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
  266. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
  270. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
  271. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
  274. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
  275. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
  278. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
  279. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
  282. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
  283. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
  284. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
  286. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
  287. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
  288. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
  290. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
  291. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
  292. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
  294. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
  295. package/dist-esm/src/index.d.ts +0 -5
  296. package/dist-esm/src/index.d.ts.map +0 -1
  297. package/dist-esm/src/index.js.map +0 -1
  298. package/dist-esm/src/lroImpl.js.map +0 -1
  299. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
  300. package/dist-esm/src/machineLearningComputeManagementClient.js +0 -70
  301. package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
  302. package/dist-esm/src/models/index.d.ts.map +0 -1
  303. package/dist-esm/src/models/index.js.map +0 -1
  304. package/dist-esm/src/models/mappers.js.map +0 -1
  305. package/dist-esm/src/models/parameters.js.map +0 -1
  306. package/dist-esm/src/operations/index.d.ts +0 -3
  307. package/dist-esm/src/operations/index.js.map +0 -1
  308. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
  309. package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
  310. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
  311. package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
  312. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  313. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  314. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
  315. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
  317. package/dist-esm/test/sampleTest.d.ts +0 -2
  318. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  319. package/dist-esm/test/sampleTest.js +0 -40
  320. package/dist-esm/test/sampleTest.js.map +0 -1
  321. package/rollup.config.js +0 -122
  322. package/src/lroImpl.ts +0 -34
  323. package/src/machineLearningComputeManagementClient.ts +0 -108
  324. package/src/models/index.ts +0 -717
  325. package/src/models/mappers.ts +0 -914
  326. package/src/models/parameters.ts +0 -150
  327. package/src/operations/machineLearningCompute.ts +0 -59
  328. package/src/operations/operationalizationClusters.ts +0 -801
  329. package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
  330. package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
  331. package/tsconfig.json +0 -33
  332. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  333. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  335. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  336. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  337. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  338. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.js +0 -0
  339. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
@@ -1,826 +1,702 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** Information about the container service backing the cluster */
8
- export declare interface AcsClusterProperties {
9
- /**
10
- * The FQDN of the cluster.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly clusterFqdn?: string;
14
- /** Type of orchestrator. It cannot be changed once the cluster is created. */
15
- orchestratorType: OrchestratorType;
16
- /** Orchestrator specific properties */
17
- orchestratorProperties?: KubernetesClusterProperties;
18
- /** The system services deployed to the cluster */
19
- systemServices?: SystemService[];
20
- /** The number of master nodes in the container service. */
21
- masterCount?: number;
22
- /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */
23
- agentCount?: number;
24
- /** 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. */
25
- agentVmSize?: AgentVMSizeTypes;
26
- }
27
-
28
- /**
29
- * Defines values for AgentVMSizeTypes. \
30
- * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,
31
- * this enum contains the known values that the service supports.
32
- * ### Known values supported by the service
33
- * **Standard_A0** \
34
- * **Standard_A1** \
35
- * **Standard_A2** \
36
- * **Standard_A3** \
37
- * **Standard_A4** \
38
- * **Standard_A5** \
39
- * **Standard_A6** \
40
- * **Standard_A7** \
41
- * **Standard_A8** \
42
- * **Standard_A9** \
43
- * **Standard_A10** \
44
- * **Standard_A11** \
45
- * **Standard_D1** \
46
- * **Standard_D2** \
47
- * **Standard_D3** \
48
- * **Standard_D4** \
49
- * **Standard_D11** \
50
- * **Standard_D12** \
51
- * **Standard_D13** \
52
- * **Standard_D14** \
53
- * **Standard_D1_v2** \
54
- * **Standard_D2_v2** \
55
- * **Standard_D3_v2** \
56
- * **Standard_D4_v2** \
57
- * **Standard_D5_v2** \
58
- * **Standard_D11_v2** \
59
- * **Standard_D12_v2** \
60
- * **Standard_D13_v2** \
61
- * **Standard_D14_v2** \
62
- * **Standard_G1** \
63
- * **Standard_G2** \
64
- * **Standard_G3** \
65
- * **Standard_G4** \
66
- * **Standard_G5** \
67
- * **Standard_DS1** \
68
- * **Standard_DS2** \
69
- * **Standard_DS3** \
70
- * **Standard_DS4** \
71
- * **Standard_DS11** \
72
- * **Standard_DS12** \
73
- * **Standard_DS13** \
74
- * **Standard_DS14** \
75
- * **Standard_GS1** \
76
- * **Standard_GS2** \
77
- * **Standard_GS3** \
78
- * **Standard_GS4** \
79
- * **Standard_GS5**
80
- */
81
- export declare type AgentVMSizeTypes = string;
82
-
83
- /** AppInsights credentials. */
84
- export declare interface AppInsightsCredentials {
85
- /** The AppInsights application ID. */
86
- appId?: string;
87
- /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */
88
- instrumentationKey?: string;
89
- }
90
-
91
- /** Properties of App Insights. */
92
- export declare interface AppInsightsProperties {
93
- /** ARM resource ID of the App Insights. */
94
- resourceId?: string;
95
- }
96
-
97
- /** AutoScale configuration properties. */
98
- export declare interface AutoScaleConfiguration {
99
- /** If auto-scale is enabled for all services. Each service can turn it off individually. */
100
- status?: Status;
101
- /** The minimum number of replicas for each service. */
102
- minReplicas?: number;
103
- /** The maximum number of replicas for each service. */
104
- maxReplicas?: number;
105
- /** The target utilization. */
106
- targetUtilization?: number;
107
- /** Refresh period in seconds. */
108
- refreshPeriodInSeconds?: number;
109
- }
110
-
111
- /** Available operation list. */
112
- export declare interface AvailableOperations {
113
- /** An array of available operations. */
114
- value?: ResourceOperation[];
115
- }
116
-
117
- /** Information about updates available for system services in a cluster. */
118
- export declare interface CheckSystemServicesUpdatesAvailableResponse {
119
- /**
120
- * Yes if updates are available for the system services, No if not.
121
- * NOTE: This property will not be serialized. It can only be populated by the server.
122
- */
123
- readonly updatesAvailable?: UpdatesAvailable;
124
- }
125
-
126
- /**
127
- * Defines values for ClusterType. \
128
- * {@link KnownClusterType} can be used interchangeably with ClusterType,
129
- * this enum contains the known values that the service supports.
130
- * ### Known values supported by the service
131
- * **ACS** \
132
- * **Local**
133
- */
134
- export declare type ClusterType = string;
135
-
136
- /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
137
- export declare interface ContainerRegistryCredentials {
138
- /**
139
- * The ACR login server name. User name is the first part of the FQDN.
140
- * NOTE: This property will not be serialized. It can only be populated by the server.
141
- */
142
- readonly loginServer?: string;
143
- /**
144
- * The ACR primary password.
145
- * NOTE: This property will not be serialized. It can only be populated by the server.
146
- */
147
- readonly password?: string;
148
- /**
149
- * The ACR secondary password.
150
- * NOTE: This property will not be serialized. It can only be populated by the server.
151
- */
152
- readonly password2?: string;
153
- /**
154
- * The ACR login username.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly username?: string;
158
- }
159
-
160
- /** Properties of Azure Container Registry. */
161
- export declare interface ContainerRegistryProperties {
162
- /** 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. */
163
- resourceId?: string;
164
- }
165
-
166
- /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
167
- export declare interface ContainerServiceCredentials {
168
- /**
169
- * The ACS kube config file.
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
172
- readonly acsKubeConfig?: string;
173
- /**
174
- * Service principal configuration used by Kubernetes.
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly servicePrincipalConfiguration?: ServicePrincipalProperties;
178
- /**
179
- * The ACR image pull secret name which was created in Kubernetes.
180
- * NOTE: This property will not be serialized. It can only be populated by the server.
181
- */
182
- readonly imagePullSecretName?: string;
183
- }
184
-
185
- /** Error detail information. */
186
- export declare interface ErrorDetail {
187
- /** Error code. */
188
- code: string;
189
- /** Error message. */
190
- message: string;
191
- }
192
-
193
- /** Error response information. */
194
- export declare interface ErrorResponse {
195
- /** Error code. */
196
- code: string;
197
- /** Error message. */
198
- message: string;
199
- /** An array of error detail objects. */
200
- details?: ErrorDetail[];
201
- }
202
-
203
- /** Wrapper for error response to follow ARM guidelines. */
204
- export declare interface ErrorResponseWrapper {
205
- /** The error response. */
206
- error?: ErrorResponse;
207
- }
208
-
209
- /** Global configuration for services in the cluster. */
210
- export declare interface GlobalServiceConfiguration {
211
- /** Describes unknown properties. The value of an unknown property can be of "any" type. */
212
- [property: string]: any;
213
- /** The configuration ETag for updates. */
214
- etag?: string;
215
- /** The SSL configuration properties */
216
- ssl?: SslConfiguration;
217
- /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
218
- serviceAuth?: ServiceAuthConfiguration;
219
- /** The auto-scale configuration */
220
- autoScale?: AutoScaleConfiguration;
221
- }
222
-
223
- /** Known values of {@link AgentVMSizeTypes} that the service accepts. */
224
- export declare enum KnownAgentVMSizeTypes {
225
- StandardA0 = "Standard_A0",
226
- StandardA1 = "Standard_A1",
227
- StandardA2 = "Standard_A2",
228
- StandardA3 = "Standard_A3",
229
- StandardA4 = "Standard_A4",
230
- StandardA5 = "Standard_A5",
231
- StandardA6 = "Standard_A6",
232
- StandardA7 = "Standard_A7",
233
- StandardA8 = "Standard_A8",
234
- StandardA9 = "Standard_A9",
235
- StandardA10 = "Standard_A10",
236
- StandardA11 = "Standard_A11",
237
- StandardD1 = "Standard_D1",
238
- StandardD2 = "Standard_D2",
239
- StandardD3 = "Standard_D3",
240
- StandardD4 = "Standard_D4",
241
- StandardD11 = "Standard_D11",
242
- StandardD12 = "Standard_D12",
243
- StandardD13 = "Standard_D13",
244
- StandardD14 = "Standard_D14",
245
- StandardD1V2 = "Standard_D1_v2",
246
- StandardD2V2 = "Standard_D2_v2",
247
- StandardD3V2 = "Standard_D3_v2",
248
- StandardD4V2 = "Standard_D4_v2",
249
- StandardD5V2 = "Standard_D5_v2",
250
- StandardD11V2 = "Standard_D11_v2",
251
- StandardD12V2 = "Standard_D12_v2",
252
- StandardD13V2 = "Standard_D13_v2",
253
- StandardD14V2 = "Standard_D14_v2",
254
- StandardG1 = "Standard_G1",
255
- StandardG2 = "Standard_G2",
256
- StandardG3 = "Standard_G3",
257
- StandardG4 = "Standard_G4",
258
- StandardG5 = "Standard_G5",
259
- StandardDS1 = "Standard_DS1",
260
- StandardDS2 = "Standard_DS2",
261
- StandardDS3 = "Standard_DS3",
262
- StandardDS4 = "Standard_DS4",
263
- StandardDS11 = "Standard_DS11",
264
- StandardDS12 = "Standard_DS12",
265
- StandardDS13 = "Standard_DS13",
266
- StandardDS14 = "Standard_DS14",
267
- StandardGS1 = "Standard_GS1",
268
- StandardGS2 = "Standard_GS2",
269
- StandardGS3 = "Standard_GS3",
270
- StandardGS4 = "Standard_GS4",
271
- StandardGS5 = "Standard_GS5"
272
- }
273
-
274
- /** Known values of {@link ClusterType} that the service accepts. */
275
- export declare enum KnownClusterType {
276
- ACS = "ACS",
277
- Local = "Local"
278
- }
279
-
280
- /** Known values of {@link OperationStatus} that the service accepts. */
281
- export declare enum KnownOperationStatus {
282
- Unknown = "Unknown",
283
- Updating = "Updating",
284
- Creating = "Creating",
285
- Deleting = "Deleting",
286
- Succeeded = "Succeeded",
287
- Failed = "Failed",
288
- Canceled = "Canceled"
289
- }
290
-
291
- /** Known values of {@link OrchestratorType} that the service accepts. */
292
- export declare enum KnownOrchestratorType {
293
- Kubernetes = "Kubernetes",
294
- None = "None"
295
- }
296
-
297
- /** Known values of {@link Status} that the service accepts. */
298
- export declare enum KnownStatus {
299
- Enabled = "Enabled",
300
- Disabled = "Disabled"
301
- }
302
-
303
- /** Known values of {@link SystemServiceType} that the service accepts. */
304
- export declare enum KnownSystemServiceType {
305
- None = "None",
306
- ScoringFrontEnd = "ScoringFrontEnd",
307
- BatchFrontEnd = "BatchFrontEnd"
308
- }
309
-
310
- /** Known values of {@link UpdatesAvailable} that the service accepts. */
311
- export declare enum KnownUpdatesAvailable {
312
- Yes = "Yes",
313
- No = "No"
314
- }
315
-
316
- /** Kubernetes cluster specific properties */
317
- export declare interface KubernetesClusterProperties {
318
- /** The Azure Service Principal used by Kubernetes */
319
- servicePrincipal?: ServicePrincipalProperties;
320
- }
321
-
322
- /** Interface representing a MachineLearningCompute. */
323
- export declare interface MachineLearningCompute {
324
- /**
325
- * Gets all available operations.
326
- * @param options The options parameters.
327
- */
328
- listAvailableOperations(options?: MachineLearningComputeListAvailableOperationsOptionalParams): Promise<MachineLearningComputeListAvailableOperationsResponse>;
329
- }
330
-
331
- /** Optional parameters. */
332
- export declare interface MachineLearningComputeListAvailableOperationsOptionalParams extends coreClient.OperationOptions {
333
- }
334
-
335
- /** Contains response data for the listAvailableOperations operation. */
336
- export declare type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
337
-
338
- export declare class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
339
- $host: string;
340
- apiVersion: string;
341
- subscriptionId: string;
342
- /**
343
- * Initializes a new instance of the MachineLearningComputeManagementClient class.
344
- * @param credentials Subscription credentials which uniquely identify client subscription.
345
- * @param subscriptionId The Azure subscription ID.
346
- * @param options The parameter options
347
- */
348
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MachineLearningComputeManagementClientOptionalParams);
349
- operationalizationClusters: OperationalizationClusters;
350
- machineLearningCompute: MachineLearningCompute;
351
- }
352
-
353
- /** Optional parameters. */
354
- export declare interface MachineLearningComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
355
- /** server parameter */
356
- $host?: string;
357
- /** Api Version */
358
- apiVersion?: string;
359
- /** Overrides client endpoint. */
360
- endpoint?: string;
361
- }
362
-
363
- /** Instance of an Azure ML Operationalization Cluster resource. */
364
- export declare type OperationalizationCluster = Resource & {
365
- /** The description of the cluster. */
366
- description?: string;
367
- /**
368
- * The date and time when the cluster was created.
369
- * NOTE: This property will not be serialized. It can only be populated by the server.
370
- */
371
- readonly createdOn?: Date;
372
- /**
373
- * The date and time when the cluster was last modified.
374
- * NOTE: This property will not be serialized. It can only be populated by the server.
375
- */
376
- readonly modifiedOn?: Date;
377
- /**
378
- * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
379
- * NOTE: This property will not be serialized. It can only be populated by the server.
380
- */
381
- readonly provisioningState?: OperationStatus;
382
- /**
383
- * List of provisioning errors reported by the resource provider.
384
- * NOTE: This property will not be serialized. It can only be populated by the server.
385
- */
386
- readonly provisioningErrors?: ErrorResponseWrapper[];
387
- /** The cluster type. */
388
- clusterType?: ClusterType;
389
- /** Storage Account properties. */
390
- storageAccount?: StorageAccountProperties;
391
- /** Container Registry properties. */
392
- containerRegistry?: ContainerRegistryProperties;
393
- /** Parameters for the Azure Container Service cluster. */
394
- containerService?: AcsClusterProperties;
395
- /** AppInsights configuration. */
396
- appInsights?: AppInsightsProperties;
397
- /** Contains global configuration for the web services in the cluster. */
398
- globalServiceConfiguration?: GlobalServiceConfiguration;
399
- };
400
-
401
- /** Credentials to resources in the cluster. */
402
- export declare interface OperationalizationClusterCredentials {
403
- /** Credentials for the Storage Account. */
404
- storageAccount?: StorageAccountCredentials;
405
- /** Credentials for Azure Container Registry. */
406
- containerRegistry?: ContainerRegistryCredentials;
407
- /** Credentials for Azure Container Service. */
408
- containerService?: ContainerServiceCredentials;
409
- /** Credentials for Azure AppInsights. */
410
- appInsights?: AppInsightsCredentials;
411
- /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
412
- serviceAuthConfiguration?: ServiceAuthConfiguration;
413
- /** The SSL configuration for the services. */
414
- sslConfiguration?: SslConfiguration;
415
- }
416
-
417
- /** Interface representing a OperationalizationClusters. */
418
- export declare interface OperationalizationClusters {
419
- /**
420
- * Gets the clusters in the specified resource group.
421
- * @param resourceGroupName Name of the resource group in which the cluster is located.
422
- * @param options The options parameters.
423
- */
424
- listByResourceGroup(resourceGroupName: string, options?: OperationalizationClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
425
- /**
426
- * Gets the operationalization clusters in the specified subscription.
427
- * @param options The options parameters.
428
- */
429
- listBySubscriptionId(options?: OperationalizationClustersListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
430
- /**
431
- * Create or update an operationalization cluster.
432
- * @param resourceGroupName Name of the resource group in which the cluster is located.
433
- * @param clusterName The name of the cluster.
434
- * @param parameters Parameters supplied to create or update an Operationalization cluster.
435
- * @param options The options parameters.
436
- */
437
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersCreateOrUpdateResponse>, OperationalizationClustersCreateOrUpdateResponse>>;
438
- /**
439
- * Create or update an operationalization cluster.
440
- * @param resourceGroupName Name of the resource group in which the cluster is located.
441
- * @param clusterName The name of the cluster.
442
- * @param parameters Parameters supplied to create or update an Operationalization cluster.
443
- * @param options The options parameters.
444
- */
445
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<OperationalizationClustersCreateOrUpdateResponse>;
446
- /**
447
- * Gets the operationalization cluster resource view. Note that the credentials are not returned by
448
- * this call. Call ListKeys to get them.
449
- * @param resourceGroupName Name of the resource group in which the cluster is located.
450
- * @param clusterName The name of the cluster.
451
- * @param options The options parameters.
452
- */
453
- get(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersGetOptionalParams): Promise<OperationalizationClustersGetResponse>;
454
- /**
455
- * The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update
456
- * other properties.
457
- * @param resourceGroupName Name of the resource group in which the cluster is located.
458
- * @param clusterName The name of the cluster.
459
- * @param parameters The parameters supplied to patch the cluster.
460
- * @param options The options parameters.
461
- */
462
- update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, options?: OperationalizationClustersUpdateOptionalParams): Promise<OperationalizationClustersUpdateResponse>;
463
- /**
464
- * Deletes the specified cluster.
465
- * @param resourceGroupName Name of the resource group in which the cluster is located.
466
- * @param clusterName The name of the cluster.
467
- * @param options The options parameters.
468
- */
469
- beginDelete(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersDeleteResponse>, OperationalizationClustersDeleteResponse>>;
470
- /**
471
- * Deletes the specified cluster.
472
- * @param resourceGroupName Name of the resource group in which the cluster is located.
473
- * @param clusterName The name of the cluster.
474
- * @param options The options parameters.
475
- */
476
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<OperationalizationClustersDeleteResponse>;
477
- /**
478
- * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a
479
- * long running operation because it fetches keys from dependencies.
480
- * @param resourceGroupName Name of the resource group in which the cluster is located.
481
- * @param clusterName The name of the cluster.
482
- * @param options The options parameters.
483
- */
484
- listKeys(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersListKeysOptionalParams): Promise<OperationalizationClustersListKeysResponse>;
485
- /**
486
- * Checks if updates are available for system services in the cluster.
487
- * @param resourceGroupName Name of the resource group in which the cluster is located.
488
- * @param clusterName The name of the cluster.
489
- * @param options The options parameters.
490
- */
491
- checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams): Promise<OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>;
492
- /**
493
- * Updates system services in a cluster.
494
- * @param resourceGroupName Name of the resource group in which the cluster is located.
495
- * @param clusterName The name of the cluster.
496
- * @param options The options parameters.
497
- */
498
- beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersUpdateSystemServicesResponse>, OperationalizationClustersUpdateSystemServicesResponse>>;
499
- /**
500
- * Updates system services in a cluster.
501
- * @param resourceGroupName Name of the resource group in which the cluster is located.
502
- * @param clusterName The name of the cluster.
503
- * @param options The options parameters.
504
- */
505
- beginUpdateSystemServicesAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<OperationalizationClustersUpdateSystemServicesResponse>;
506
- }
507
-
508
- /** Optional parameters. */
509
- export declare interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams extends coreClient.OperationOptions {
510
- }
511
-
512
- /** Contains response data for the checkSystemServicesUpdatesAvailable operation. */
513
- export declare type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
514
-
515
- /** Optional parameters. */
516
- export declare interface OperationalizationClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
517
- /** Delay to wait until next poll, in milliseconds. */
518
- updateIntervalInMs?: number;
519
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
520
- resumeFrom?: string;
521
- }
522
-
523
- /** Contains response data for the createOrUpdate operation. */
524
- export declare type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
525
-
526
- /** Defines headers for OperationalizationClusters_delete operation. */
527
- export declare interface OperationalizationClustersDeleteHeaders {
528
- /** URI of the async operation. */
529
- location?: string;
530
- }
531
-
532
- /** Optional parameters. */
533
- export declare interface OperationalizationClustersDeleteOptionalParams extends coreClient.OperationOptions {
534
- /** If true, deletes all resources associated with this cluster. */
535
- deleteAll?: boolean;
536
- /** Delay to wait until next poll, in milliseconds. */
537
- updateIntervalInMs?: number;
538
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
539
- resumeFrom?: string;
540
- }
541
-
542
- /** Contains response data for the delete operation. */
543
- export declare type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
544
-
545
- /** Optional parameters. */
546
- export declare interface OperationalizationClustersGetOptionalParams extends coreClient.OperationOptions {
547
- }
548
-
549
- /** Contains response data for the get operation. */
550
- export declare type OperationalizationClustersGetResponse = OperationalizationCluster;
551
-
552
- /** Optional parameters. */
553
- export declare interface OperationalizationClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
554
- /** Continuation token for pagination. */
555
- skiptoken?: string;
556
- }
557
-
558
- /** Contains response data for the listByResourceGroupNext operation. */
559
- export declare type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
560
-
561
- /** Optional parameters. */
562
- export declare interface OperationalizationClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
563
- /** Continuation token for pagination. */
564
- skiptoken?: string;
565
- }
566
-
567
- /** Contains response data for the listByResourceGroup operation. */
568
- export declare type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
569
-
570
- /** Optional parameters. */
571
- export declare interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
572
- /** Continuation token for pagination. */
573
- skiptoken?: string;
574
- }
575
-
576
- /** Contains response data for the listBySubscriptionIdNext operation. */
577
- export declare type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
578
-
579
- /** Optional parameters. */
580
- export declare interface OperationalizationClustersListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
581
- /** Continuation token for pagination. */
582
- skiptoken?: string;
583
- }
584
-
585
- /** Contains response data for the listBySubscriptionId operation. */
586
- export declare type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
587
-
588
- /** Optional parameters. */
589
- export declare interface OperationalizationClustersListKeysOptionalParams extends coreClient.OperationOptions {
590
- }
591
-
592
- /** Contains response data for the listKeys operation. */
593
- export declare type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
594
-
595
- /** Optional parameters. */
596
- export declare interface OperationalizationClustersUpdateOptionalParams extends coreClient.OperationOptions {
597
- }
598
-
599
- /** Contains response data for the update operation. */
600
- export declare type OperationalizationClustersUpdateResponse = OperationalizationCluster;
601
-
602
- /** Defines headers for OperationalizationClusters_updateSystemServices operation. */
603
- export declare interface OperationalizationClustersUpdateSystemServicesHeaders {
604
- /** URI of the async operation. */
605
- location?: string;
606
- }
607
-
608
- /** Optional parameters. */
609
- export declare interface OperationalizationClustersUpdateSystemServicesOptionalParams extends coreClient.OperationOptions {
610
- /** Delay to wait until next poll, in milliseconds. */
611
- updateIntervalInMs?: number;
612
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
613
- resumeFrom?: string;
614
- }
615
-
616
- /** Contains response data for the updateSystemServices operation. */
617
- export declare type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
618
-
619
- /** Parameters for PATCH operation on an operationalization cluster */
620
- export declare interface OperationalizationClusterUpdateParameters {
621
- /** 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. */
622
- tags?: {
623
- [propertyName: string]: string;
624
- };
625
- }
626
-
627
- /**
628
- * Defines values for OperationStatus. \
629
- * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,
630
- * this enum contains the known values that the service supports.
631
- * ### Known values supported by the service
632
- * **Unknown** \
633
- * **Updating** \
634
- * **Creating** \
635
- * **Deleting** \
636
- * **Succeeded** \
637
- * **Failed** \
638
- * **Canceled**
639
- */
640
- export declare type OperationStatus = string;
641
-
642
- /**
643
- * Defines values for OrchestratorType. \
644
- * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,
645
- * this enum contains the known values that the service supports.
646
- * ### Known values supported by the service
647
- * **Kubernetes** \
648
- * **None**
649
- */
650
- export declare type OrchestratorType = string;
651
-
652
- /** Paginated list of operationalization clusters. */
653
- export declare interface PaginatedOperationalizationClustersList {
654
- /** An array of cluster objects. */
655
- value?: OperationalizationCluster[];
656
- /** A continuation link (absolute URI) to the next page of results in the list. */
657
- nextLink?: string;
658
- }
659
-
660
- /** Azure resource */
661
- export declare interface Resource {
662
- /**
663
- * Specifies the resource ID.
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly id?: string;
667
- /**
668
- * Specifies the name of the resource.
669
- * NOTE: This property will not be serialized. It can only be populated by the server.
670
- */
671
- readonly name?: string;
672
- /** Specifies the location of the resource. */
673
- location: string;
674
- /**
675
- * Specifies the type of the resource.
676
- * NOTE: This property will not be serialized. It can only be populated by the server.
677
- */
678
- readonly type?: string;
679
- /** Contains resource tags defined as key/value pairs. */
680
- tags?: {
681
- [propertyName: string]: string;
682
- };
683
- }
684
-
685
- /** Resource operation. */
686
- export declare interface ResourceOperation {
687
- /** Name of this operation. */
688
- name?: string;
689
- /** Display of the operation. */
690
- display?: ResourceOperationDisplay;
691
- /** The operation origin. */
692
- origin?: string;
693
- }
694
-
695
- /** Display of the operation. */
696
- export declare interface ResourceOperationDisplay {
697
- /** The resource provider name. */
698
- provider?: string;
699
- /** The resource name. */
700
- resource?: string;
701
- /** The operation. */
702
- operation?: string;
703
- /** The description of the operation. */
704
- description?: string;
705
- }
706
-
707
- /** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */
708
- export declare interface ServiceAuthConfiguration {
709
- /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
710
- primaryAuthKeyHash: string;
711
- /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
712
- secondaryAuthKeyHash: string;
713
- }
714
-
715
- /** The Azure service principal used by Kubernetes for configuring load balancers */
716
- export declare interface ServicePrincipalProperties {
717
- /** The service principal client ID */
718
- clientId: string;
719
- /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */
720
- secret: string;
721
- }
722
-
723
- /** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */
724
- export declare interface SslConfiguration {
725
- /** SSL status. Allowed values are Enabled and Disabled. */
726
- status?: Status;
727
- /** The SSL cert data in PEM format. */
728
- cert?: string;
729
- /** 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. */
730
- key?: string;
731
- /** The CName of the certificate. */
732
- cname?: string;
733
- }
734
-
735
- /**
736
- * Defines values for Status. \
737
- * {@link KnownStatus} can be used interchangeably with Status,
738
- * this enum contains the known values that the service supports.
739
- * ### Known values supported by the service
740
- * **Enabled** \
741
- * **Disabled**
742
- */
743
- export declare type Status = string;
744
-
745
- /** Access information for the storage account. */
746
- export declare interface StorageAccountCredentials {
747
- /**
748
- * The ARM resource ID of the storage account.
749
- * NOTE: This property will not be serialized. It can only be populated by the server.
750
- */
751
- readonly resourceId?: string;
752
- /**
753
- * The primary key of the storage account.
754
- * NOTE: This property will not be serialized. It can only be populated by the server.
755
- */
756
- readonly primaryKey?: string;
757
- /**
758
- * The secondary key of the storage account.
759
- * NOTE: This property will not be serialized. It can only be populated by the server.
760
- */
761
- readonly secondaryKey?: string;
762
- }
763
-
764
- /** Properties of Storage Account. */
765
- export declare interface StorageAccountProperties {
766
- /** 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. */
767
- resourceId?: string;
768
- }
769
-
770
- /** Information about a system service deployed in the cluster */
771
- export declare interface SystemService {
772
- /** The system service type */
773
- systemServiceType: SystemServiceType;
774
- /**
775
- * The public IP address of the system service
776
- * NOTE: This property will not be serialized. It can only be populated by the server.
777
- */
778
- readonly publicIpAddress?: string;
779
- /**
780
- * The state of the system service
781
- * NOTE: This property will not be serialized. It can only be populated by the server.
782
- */
783
- readonly version?: string;
784
- }
785
-
786
- /**
787
- * Defines values for SystemServiceType. \
788
- * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,
789
- * this enum contains the known values that the service supports.
790
- * ### Known values supported by the service
791
- * **None** \
792
- * **ScoringFrontEnd** \
793
- * **BatchFrontEnd**
794
- */
795
- export declare type SystemServiceType = string;
796
-
797
- /**
798
- * Defines values for UpdatesAvailable. \
799
- * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,
800
- * this enum contains the known values that the service supports.
801
- * ### Known values supported by the service
802
- * **Yes** \
803
- * **No**
804
- */
805
- export declare type UpdatesAvailable = string;
806
-
807
- /** Response of the update system services API */
808
- export declare interface UpdateSystemServicesResponse {
809
- /**
810
- * Update status
811
- * NOTE: This property will not be serialized. It can only be populated by the server.
812
- */
813
- readonly updateStatus?: OperationStatus;
814
- /**
815
- * The date and time when the last system services update was started.
816
- * NOTE: This property will not be serialized. It can only be populated by the server.
817
- */
818
- readonly updateStartedOn?: Date;
819
- /**
820
- * The date and time when the last system services update completed.
821
- * NOTE: This property will not be serialized. It can only be populated by the server.
822
- */
823
- readonly updateCompletedOn?: Date;
824
- }
825
-
826
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Wrapper for error response to follow ARM guidelines. */
3
+ export interface ErrorResponseWrapper {
4
+ /** The error response. */
5
+ error?: ErrorResponse;
6
+ }
7
+ /** Error response information. */
8
+ export interface ErrorResponse {
9
+ /** Error code. */
10
+ code: string;
11
+ /** Error message. */
12
+ message: string;
13
+ /** An array of error detail objects. */
14
+ details?: ErrorDetail[];
15
+ }
16
+ /** Error detail information. */
17
+ export interface ErrorDetail {
18
+ /** Error code. */
19
+ code: string;
20
+ /** Error message. */
21
+ message: string;
22
+ }
23
+ /** Properties of Storage Account. */
24
+ export interface StorageAccountProperties {
25
+ /** 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. */
26
+ resourceId?: string;
27
+ }
28
+ /** Properties of Azure Container Registry. */
29
+ export interface ContainerRegistryProperties {
30
+ /** 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. */
31
+ resourceId?: string;
32
+ }
33
+ /** Information about the container service backing the cluster */
34
+ export interface AcsClusterProperties {
35
+ /**
36
+ * The FQDN of the cluster.
37
+ * NOTE: This property will not be serialized. It can only be populated by the server.
38
+ */
39
+ readonly clusterFqdn?: string;
40
+ /** Type of orchestrator. It cannot be changed once the cluster is created. */
41
+ orchestratorType: OrchestratorType;
42
+ /** Orchestrator specific properties */
43
+ orchestratorProperties?: KubernetesClusterProperties;
44
+ /** The system services deployed to the cluster */
45
+ systemServices?: SystemService[];
46
+ /** The number of master nodes in the container service. */
47
+ masterCount?: number;
48
+ /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */
49
+ agentCount?: number;
50
+ /** 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. */
51
+ agentVmSize?: AgentVMSizeTypes;
52
+ }
53
+ /** Kubernetes cluster specific properties */
54
+ export interface KubernetesClusterProperties {
55
+ /** The Azure Service Principal used by Kubernetes */
56
+ servicePrincipal?: ServicePrincipalProperties;
57
+ }
58
+ /** The Azure service principal used by Kubernetes for configuring load balancers */
59
+ export interface ServicePrincipalProperties {
60
+ /** The service principal client ID */
61
+ clientId: string;
62
+ /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */
63
+ secret: string;
64
+ }
65
+ /** Information about a system service deployed in the cluster */
66
+ export interface SystemService {
67
+ /** The system service type */
68
+ systemServiceType: SystemServiceType;
69
+ /**
70
+ * The public IP address of the system service
71
+ * NOTE: This property will not be serialized. It can only be populated by the server.
72
+ */
73
+ readonly publicIpAddress?: string;
74
+ /**
75
+ * The state of the system service
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly version?: string;
79
+ }
80
+ /** Properties of App Insights. */
81
+ export interface AppInsightsProperties {
82
+ /** ARM resource ID of the App Insights. */
83
+ resourceId?: string;
84
+ }
85
+ /** Global configuration for services in the cluster. */
86
+ export interface GlobalServiceConfiguration {
87
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
88
+ [property: string]: any;
89
+ /** The configuration ETag for updates. */
90
+ etag?: string;
91
+ /** The SSL configuration properties */
92
+ ssl?: SslConfiguration;
93
+ /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
94
+ serviceAuth?: ServiceAuthConfiguration;
95
+ /** The auto-scale configuration */
96
+ autoScale?: AutoScaleConfiguration;
97
+ }
98
+ /** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */
99
+ export interface SslConfiguration {
100
+ /** SSL status. Allowed values are Enabled and Disabled. */
101
+ status?: Status;
102
+ /** The SSL cert data in PEM format. */
103
+ cert?: string;
104
+ /** 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. */
105
+ key?: string;
106
+ /** The CName of the certificate. */
107
+ cname?: string;
108
+ }
109
+ /** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */
110
+ export interface ServiceAuthConfiguration {
111
+ /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
112
+ primaryAuthKeyHash: string;
113
+ /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
114
+ secondaryAuthKeyHash: string;
115
+ }
116
+ /** AutoScale configuration properties. */
117
+ export interface AutoScaleConfiguration {
118
+ /** If auto-scale is enabled for all services. Each service can turn it off individually. */
119
+ status?: Status;
120
+ /** The minimum number of replicas for each service. */
121
+ minReplicas?: number;
122
+ /** The maximum number of replicas for each service. */
123
+ maxReplicas?: number;
124
+ /** The target utilization. */
125
+ targetUtilization?: number;
126
+ /** Refresh period in seconds. */
127
+ refreshPeriodInSeconds?: number;
128
+ }
129
+ /** Azure resource */
130
+ export interface Resource {
131
+ /**
132
+ * Specifies the resource ID.
133
+ * NOTE: This property will not be serialized. It can only be populated by the server.
134
+ */
135
+ readonly id?: string;
136
+ /**
137
+ * Specifies the name of the resource.
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
+ */
140
+ readonly name?: string;
141
+ /** Specifies the location of the resource. */
142
+ location: string;
143
+ /**
144
+ * Specifies the type of the resource.
145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
146
+ */
147
+ readonly type?: string;
148
+ /** Contains resource tags defined as key/value pairs. */
149
+ tags?: {
150
+ [propertyName: string]: string;
151
+ };
152
+ }
153
+ /** Parameters for PATCH operation on an operationalization cluster */
154
+ export interface OperationalizationClusterUpdateParameters {
155
+ /** 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. */
156
+ tags?: {
157
+ [propertyName: string]: string;
158
+ };
159
+ }
160
+ /** Credentials to resources in the cluster. */
161
+ export interface OperationalizationClusterCredentials {
162
+ /** Credentials for the Storage Account. */
163
+ storageAccount?: StorageAccountCredentials;
164
+ /** Credentials for Azure Container Registry. */
165
+ containerRegistry?: ContainerRegistryCredentials;
166
+ /** Credentials for Azure Container Service. */
167
+ containerService?: ContainerServiceCredentials;
168
+ /** Credentials for Azure AppInsights. */
169
+ appInsights?: AppInsightsCredentials;
170
+ /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
171
+ serviceAuthConfiguration?: ServiceAuthConfiguration;
172
+ /** The SSL configuration for the services. */
173
+ sslConfiguration?: SslConfiguration;
174
+ }
175
+ /** Access information for the storage account. */
176
+ export interface StorageAccountCredentials {
177
+ /**
178
+ * The ARM resource ID of the storage account.
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
180
+ */
181
+ readonly resourceId?: string;
182
+ /**
183
+ * The primary key of the storage account.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly primaryKey?: string;
187
+ /**
188
+ * The secondary key of the storage account.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly secondaryKey?: string;
192
+ }
193
+ /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
194
+ export interface ContainerRegistryCredentials {
195
+ /**
196
+ * The ACR login server name. User name is the first part of the FQDN.
197
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
+ */
199
+ readonly loginServer?: string;
200
+ /**
201
+ * The ACR primary password.
202
+ * NOTE: This property will not be serialized. It can only be populated by the server.
203
+ */
204
+ readonly password?: string;
205
+ /**
206
+ * The ACR secondary password.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly password2?: string;
210
+ /**
211
+ * The ACR login username.
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
+ */
214
+ readonly username?: string;
215
+ }
216
+ /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
217
+ export interface ContainerServiceCredentials {
218
+ /**
219
+ * The ACS kube config file.
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
221
+ */
222
+ readonly acsKubeConfig?: string;
223
+ /**
224
+ * Service principal configuration used by Kubernetes.
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
226
+ */
227
+ readonly servicePrincipalConfiguration?: ServicePrincipalProperties;
228
+ /**
229
+ * The ACR image pull secret name which was created in Kubernetes.
230
+ * NOTE: This property will not be serialized. It can only be populated by the server.
231
+ */
232
+ readonly imagePullSecretName?: string;
233
+ }
234
+ /** AppInsights credentials. */
235
+ export interface AppInsightsCredentials {
236
+ /** The AppInsights application ID. */
237
+ appId?: string;
238
+ /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */
239
+ instrumentationKey?: string;
240
+ }
241
+ /** Information about updates available for system services in a cluster. */
242
+ export interface CheckSystemServicesUpdatesAvailableResponse {
243
+ /**
244
+ * Yes if updates are available for the system services, No if not.
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly updatesAvailable?: UpdatesAvailable;
248
+ }
249
+ /** Response of the update system services API */
250
+ export interface UpdateSystemServicesResponse {
251
+ /**
252
+ * Update status
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly updateStatus?: OperationStatus;
256
+ /**
257
+ * The date and time when the last system services update was started.
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly updateStartedOn?: Date;
261
+ /**
262
+ * The date and time when the last system services update completed.
263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
264
+ */
265
+ readonly updateCompletedOn?: Date;
266
+ }
267
+ /** Paginated list of operationalization clusters. */
268
+ export interface PaginatedOperationalizationClustersList {
269
+ /** An array of cluster objects. */
270
+ value?: OperationalizationCluster[];
271
+ /** A continuation link (absolute URI) to the next page of results in the list. */
272
+ nextLink?: string;
273
+ }
274
+ /** Available operation list. */
275
+ export interface AvailableOperations {
276
+ /** An array of available operations. */
277
+ value?: ResourceOperation[];
278
+ }
279
+ /** Resource operation. */
280
+ export interface ResourceOperation {
281
+ /** Name of this operation. */
282
+ name?: string;
283
+ /** Display of the operation. */
284
+ display?: ResourceOperationDisplay;
285
+ /** The operation origin. */
286
+ origin?: string;
287
+ }
288
+ /** Display of the operation. */
289
+ export interface ResourceOperationDisplay {
290
+ /** The resource provider name. */
291
+ provider?: string;
292
+ /** The resource name. */
293
+ resource?: string;
294
+ /** The operation. */
295
+ operation?: string;
296
+ /** The description of the operation. */
297
+ description?: string;
298
+ }
299
+ /** Instance of an Azure ML Operationalization Cluster resource. */
300
+ export interface OperationalizationCluster extends Resource {
301
+ /** The description of the cluster. */
302
+ description?: string;
303
+ /**
304
+ * The date and time when the cluster was created.
305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
306
+ */
307
+ readonly createdOn?: Date;
308
+ /**
309
+ * The date and time when the cluster was last modified.
310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
311
+ */
312
+ readonly modifiedOn?: Date;
313
+ /**
314
+ * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
316
+ */
317
+ readonly provisioningState?: OperationStatus;
318
+ /**
319
+ * List of provisioning errors reported by the resource provider.
320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
321
+ */
322
+ readonly provisioningErrors?: ErrorResponseWrapper[];
323
+ /** The cluster type. */
324
+ clusterType?: ClusterType;
325
+ /** Storage Account properties. */
326
+ storageAccount?: StorageAccountProperties;
327
+ /** Container Registry properties. */
328
+ containerRegistry?: ContainerRegistryProperties;
329
+ /** Parameters for the Azure Container Service cluster. */
330
+ containerService?: AcsClusterProperties;
331
+ /** AppInsights configuration. */
332
+ appInsights?: AppInsightsProperties;
333
+ /** Contains global configuration for the web services in the cluster. */
334
+ globalServiceConfiguration?: GlobalServiceConfiguration;
335
+ }
336
+ /** Defines headers for OperationalizationClusters_delete operation. */
337
+ export interface OperationalizationClustersDeleteHeaders {
338
+ /** URI of the async operation. */
339
+ location?: string;
340
+ }
341
+ /** Defines headers for OperationalizationClusters_updateSystemServices operation. */
342
+ export interface OperationalizationClustersUpdateSystemServicesHeaders {
343
+ /** URI of the async operation. */
344
+ location?: string;
345
+ }
346
+ /** Known values of {@link OperationStatus} that the service accepts. */
347
+ export declare enum KnownOperationStatus {
348
+ /** Unknown */
349
+ Unknown = "Unknown",
350
+ /** Updating */
351
+ Updating = "Updating",
352
+ /** Creating */
353
+ Creating = "Creating",
354
+ /** Deleting */
355
+ Deleting = "Deleting",
356
+ /** Succeeded */
357
+ Succeeded = "Succeeded",
358
+ /** Failed */
359
+ Failed = "Failed",
360
+ /** Canceled */
361
+ Canceled = "Canceled"
362
+ }
363
+ /**
364
+ * Defines values for OperationStatus. \
365
+ * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,
366
+ * this enum contains the known values that the service supports.
367
+ * ### Known values supported by the service
368
+ * **Unknown** \
369
+ * **Updating** \
370
+ * **Creating** \
371
+ * **Deleting** \
372
+ * **Succeeded** \
373
+ * **Failed** \
374
+ * **Canceled**
375
+ */
376
+ export type OperationStatus = string;
377
+ /** Known values of {@link ClusterType} that the service accepts. */
378
+ export declare enum KnownClusterType {
379
+ /** ACS */
380
+ ACS = "ACS",
381
+ /** Local */
382
+ Local = "Local"
383
+ }
384
+ /**
385
+ * Defines values for ClusterType. \
386
+ * {@link KnownClusterType} can be used interchangeably with ClusterType,
387
+ * this enum contains the known values that the service supports.
388
+ * ### Known values supported by the service
389
+ * **ACS** \
390
+ * **Local**
391
+ */
392
+ export type ClusterType = string;
393
+ /** Known values of {@link OrchestratorType} that the service accepts. */
394
+ export declare enum KnownOrchestratorType {
395
+ /** Kubernetes */
396
+ Kubernetes = "Kubernetes",
397
+ /** None */
398
+ None = "None"
399
+ }
400
+ /**
401
+ * Defines values for OrchestratorType. \
402
+ * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,
403
+ * this enum contains the known values that the service supports.
404
+ * ### Known values supported by the service
405
+ * **Kubernetes** \
406
+ * **None**
407
+ */
408
+ export type OrchestratorType = string;
409
+ /** Known values of {@link SystemServiceType} that the service accepts. */
410
+ export declare enum KnownSystemServiceType {
411
+ /** None */
412
+ None = "None",
413
+ /** ScoringFrontEnd */
414
+ ScoringFrontEnd = "ScoringFrontEnd",
415
+ /** BatchFrontEnd */
416
+ BatchFrontEnd = "BatchFrontEnd"
417
+ }
418
+ /**
419
+ * Defines values for SystemServiceType. \
420
+ * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,
421
+ * this enum contains the known values that the service supports.
422
+ * ### Known values supported by the service
423
+ * **None** \
424
+ * **ScoringFrontEnd** \
425
+ * **BatchFrontEnd**
426
+ */
427
+ export type SystemServiceType = string;
428
+ /** Known values of {@link AgentVMSizeTypes} that the service accepts. */
429
+ export declare enum KnownAgentVMSizeTypes {
430
+ /** StandardA0 */
431
+ StandardA0 = "Standard_A0",
432
+ /** StandardA1 */
433
+ StandardA1 = "Standard_A1",
434
+ /** StandardA2 */
435
+ StandardA2 = "Standard_A2",
436
+ /** StandardA3 */
437
+ StandardA3 = "Standard_A3",
438
+ /** StandardA4 */
439
+ StandardA4 = "Standard_A4",
440
+ /** StandardA5 */
441
+ StandardA5 = "Standard_A5",
442
+ /** StandardA6 */
443
+ StandardA6 = "Standard_A6",
444
+ /** StandardA7 */
445
+ StandardA7 = "Standard_A7",
446
+ /** StandardA8 */
447
+ StandardA8 = "Standard_A8",
448
+ /** StandardA9 */
449
+ StandardA9 = "Standard_A9",
450
+ /** StandardA10 */
451
+ StandardA10 = "Standard_A10",
452
+ /** StandardA11 */
453
+ StandardA11 = "Standard_A11",
454
+ /** StandardD1 */
455
+ StandardD1 = "Standard_D1",
456
+ /** StandardD2 */
457
+ StandardD2 = "Standard_D2",
458
+ /** StandardD3 */
459
+ StandardD3 = "Standard_D3",
460
+ /** StandardD4 */
461
+ StandardD4 = "Standard_D4",
462
+ /** StandardD11 */
463
+ StandardD11 = "Standard_D11",
464
+ /** StandardD12 */
465
+ StandardD12 = "Standard_D12",
466
+ /** StandardD13 */
467
+ StandardD13 = "Standard_D13",
468
+ /** StandardD14 */
469
+ StandardD14 = "Standard_D14",
470
+ /** StandardD1V2 */
471
+ StandardD1V2 = "Standard_D1_v2",
472
+ /** StandardD2V2 */
473
+ StandardD2V2 = "Standard_D2_v2",
474
+ /** StandardD3V2 */
475
+ StandardD3V2 = "Standard_D3_v2",
476
+ /** StandardD4V2 */
477
+ StandardD4V2 = "Standard_D4_v2",
478
+ /** StandardD5V2 */
479
+ StandardD5V2 = "Standard_D5_v2",
480
+ /** StandardD11V2 */
481
+ StandardD11V2 = "Standard_D11_v2",
482
+ /** StandardD12V2 */
483
+ StandardD12V2 = "Standard_D12_v2",
484
+ /** StandardD13V2 */
485
+ StandardD13V2 = "Standard_D13_v2",
486
+ /** StandardD14V2 */
487
+ StandardD14V2 = "Standard_D14_v2",
488
+ /** StandardG1 */
489
+ StandardG1 = "Standard_G1",
490
+ /** StandardG2 */
491
+ StandardG2 = "Standard_G2",
492
+ /** StandardG3 */
493
+ StandardG3 = "Standard_G3",
494
+ /** StandardG4 */
495
+ StandardG4 = "Standard_G4",
496
+ /** StandardG5 */
497
+ StandardG5 = "Standard_G5",
498
+ /** StandardDS1 */
499
+ StandardDS1 = "Standard_DS1",
500
+ /** StandardDS2 */
501
+ StandardDS2 = "Standard_DS2",
502
+ /** StandardDS3 */
503
+ StandardDS3 = "Standard_DS3",
504
+ /** StandardDS4 */
505
+ StandardDS4 = "Standard_DS4",
506
+ /** StandardDS11 */
507
+ StandardDS11 = "Standard_DS11",
508
+ /** StandardDS12 */
509
+ StandardDS12 = "Standard_DS12",
510
+ /** StandardDS13 */
511
+ StandardDS13 = "Standard_DS13",
512
+ /** StandardDS14 */
513
+ StandardDS14 = "Standard_DS14",
514
+ /** StandardGS1 */
515
+ StandardGS1 = "Standard_GS1",
516
+ /** StandardGS2 */
517
+ StandardGS2 = "Standard_GS2",
518
+ /** StandardGS3 */
519
+ StandardGS3 = "Standard_GS3",
520
+ /** StandardGS4 */
521
+ StandardGS4 = "Standard_GS4",
522
+ /** StandardGS5 */
523
+ StandardGS5 = "Standard_GS5"
524
+ }
525
+ /**
526
+ * Defines values for AgentVMSizeTypes. \
527
+ * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,
528
+ * this enum contains the known values that the service supports.
529
+ * ### Known values supported by the service
530
+ * **Standard_A0** \
531
+ * **Standard_A1** \
532
+ * **Standard_A2** \
533
+ * **Standard_A3** \
534
+ * **Standard_A4** \
535
+ * **Standard_A5** \
536
+ * **Standard_A6** \
537
+ * **Standard_A7** \
538
+ * **Standard_A8** \
539
+ * **Standard_A9** \
540
+ * **Standard_A10** \
541
+ * **Standard_A11** \
542
+ * **Standard_D1** \
543
+ * **Standard_D2** \
544
+ * **Standard_D3** \
545
+ * **Standard_D4** \
546
+ * **Standard_D11** \
547
+ * **Standard_D12** \
548
+ * **Standard_D13** \
549
+ * **Standard_D14** \
550
+ * **Standard_D1_v2** \
551
+ * **Standard_D2_v2** \
552
+ * **Standard_D3_v2** \
553
+ * **Standard_D4_v2** \
554
+ * **Standard_D5_v2** \
555
+ * **Standard_D11_v2** \
556
+ * **Standard_D12_v2** \
557
+ * **Standard_D13_v2** \
558
+ * **Standard_D14_v2** \
559
+ * **Standard_G1** \
560
+ * **Standard_G2** \
561
+ * **Standard_G3** \
562
+ * **Standard_G4** \
563
+ * **Standard_G5** \
564
+ * **Standard_DS1** \
565
+ * **Standard_DS2** \
566
+ * **Standard_DS3** \
567
+ * **Standard_DS4** \
568
+ * **Standard_DS11** \
569
+ * **Standard_DS12** \
570
+ * **Standard_DS13** \
571
+ * **Standard_DS14** \
572
+ * **Standard_GS1** \
573
+ * **Standard_GS2** \
574
+ * **Standard_GS3** \
575
+ * **Standard_GS4** \
576
+ * **Standard_GS5**
577
+ */
578
+ export type AgentVMSizeTypes = string;
579
+ /** Known values of {@link Status} that the service accepts. */
580
+ export declare enum KnownStatus {
581
+ /** Enabled */
582
+ Enabled = "Enabled",
583
+ /** Disabled */
584
+ Disabled = "Disabled"
585
+ }
586
+ /**
587
+ * Defines values for Status. \
588
+ * {@link KnownStatus} can be used interchangeably with Status,
589
+ * this enum contains the known values that the service supports.
590
+ * ### Known values supported by the service
591
+ * **Enabled** \
592
+ * **Disabled**
593
+ */
594
+ export type Status = string;
595
+ /** Known values of {@link UpdatesAvailable} that the service accepts. */
596
+ export declare enum KnownUpdatesAvailable {
597
+ /** Yes */
598
+ Yes = "Yes",
599
+ /** No */
600
+ No = "No"
601
+ }
602
+ /**
603
+ * Defines values for UpdatesAvailable. \
604
+ * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,
605
+ * this enum contains the known values that the service supports.
606
+ * ### Known values supported by the service
607
+ * **Yes** \
608
+ * **No**
609
+ */
610
+ export type UpdatesAvailable = string;
611
+ /** Optional parameters. */
612
+ export interface OperationalizationClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
613
+ /** Delay to wait until next poll, in milliseconds. */
614
+ updateIntervalInMs?: number;
615
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
616
+ resumeFrom?: string;
617
+ }
618
+ /** Contains response data for the createOrUpdate operation. */
619
+ export type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
620
+ /** Optional parameters. */
621
+ export interface OperationalizationClustersGetOptionalParams extends coreClient.OperationOptions {
622
+ }
623
+ /** Contains response data for the get operation. */
624
+ export type OperationalizationClustersGetResponse = OperationalizationCluster;
625
+ /** Optional parameters. */
626
+ export interface OperationalizationClustersUpdateOptionalParams extends coreClient.OperationOptions {
627
+ }
628
+ /** Contains response data for the update operation. */
629
+ export type OperationalizationClustersUpdateResponse = OperationalizationCluster;
630
+ /** Optional parameters. */
631
+ export interface OperationalizationClustersDeleteOptionalParams extends coreClient.OperationOptions {
632
+ /** If true, deletes all resources associated with this cluster. */
633
+ deleteAll?: boolean;
634
+ /** Delay to wait until next poll, in milliseconds. */
635
+ updateIntervalInMs?: number;
636
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
637
+ resumeFrom?: string;
638
+ }
639
+ /** Contains response data for the delete operation. */
640
+ export type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
641
+ /** Optional parameters. */
642
+ export interface OperationalizationClustersListKeysOptionalParams extends coreClient.OperationOptions {
643
+ }
644
+ /** Contains response data for the listKeys operation. */
645
+ export type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
646
+ /** Optional parameters. */
647
+ export interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams extends coreClient.OperationOptions {
648
+ }
649
+ /** Contains response data for the checkSystemServicesUpdatesAvailable operation. */
650
+ export type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
651
+ /** Optional parameters. */
652
+ export interface OperationalizationClustersUpdateSystemServicesOptionalParams extends coreClient.OperationOptions {
653
+ /** Delay to wait until next poll, in milliseconds. */
654
+ updateIntervalInMs?: number;
655
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
656
+ resumeFrom?: string;
657
+ }
658
+ /** Contains response data for the updateSystemServices operation. */
659
+ export type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
660
+ /** Optional parameters. */
661
+ export interface OperationalizationClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
662
+ /** Continuation token for pagination. */
663
+ skiptoken?: string;
664
+ }
665
+ /** Contains response data for the listByResourceGroup operation. */
666
+ export type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
667
+ /** Optional parameters. */
668
+ export interface OperationalizationClustersListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
669
+ /** Continuation token for pagination. */
670
+ skiptoken?: string;
671
+ }
672
+ /** Contains response data for the listBySubscriptionId operation. */
673
+ export type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
674
+ /** Optional parameters. */
675
+ export interface OperationalizationClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
676
+ /** Continuation token for pagination. */
677
+ skiptoken?: string;
678
+ }
679
+ /** Contains response data for the listByResourceGroupNext operation. */
680
+ export type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
681
+ /** Optional parameters. */
682
+ export interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
683
+ /** Continuation token for pagination. */
684
+ skiptoken?: string;
685
+ }
686
+ /** Contains response data for the listBySubscriptionIdNext operation. */
687
+ export type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
688
+ /** Optional parameters. */
689
+ export interface MachineLearningComputeListAvailableOperationsOptionalParams extends coreClient.OperationOptions {
690
+ }
691
+ /** Contains response data for the listAvailableOperations operation. */
692
+ export type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
693
+ /** Optional parameters. */
694
+ export interface MachineLearningComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
695
+ /** server parameter */
696
+ $host?: string;
697
+ /** Api Version */
698
+ apiVersion?: string;
699
+ /** Overrides client endpoint. */
700
+ endpoint?: string;
701
+ }
702
+ //# sourceMappingURL=index.d.ts.map