@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,2DAA2D;AAC3D,MAAM,WAAW,oBAAoB;IACnC,0BAA0B;IAC1B,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,kCAAkC;AAClC,MAAM,WAAW,aAAa;IAC5B,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,wCAAwC;IACxC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;CACzB;AAED,gCAAgC;AAChC,MAAM,WAAW,WAAW;IAC1B,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,qCAAqC;AACrC,MAAM,WAAW,wBAAwB;IACvC,yKAAyK;IACzK,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,8CAA8C;AAC9C,MAAM,WAAW,2BAA2B;IAC1C,4MAA4M;IAC5M,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,kEAAkE;AAClE,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,8EAA8E;IAC9E,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,uCAAuC;IACvC,sBAAsB,CAAC,EAAE,2BAA2B,CAAC;IACrD,kDAAkD;IAClD,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IACjC,2DAA2D;IAC3D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oGAAoG;IACpG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0OAA0O;IAC1O,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAChC;AAED,6CAA6C;AAC7C,MAAM,WAAW,2BAA2B;IAC1C,qDAAqD;IACrD,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;CAC/C;AAED,oFAAoF;AACpF,MAAM,WAAW,0BAA0B;IACzC,sCAAsC;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,mIAAmI;IACnI,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,iEAAiE;AACjE,MAAM,WAAW,aAAa;IAC5B,8BAA8B;IAC9B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,kCAAkC;AAClC,MAAM,WAAW,qBAAqB;IACpC,2CAA2C;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wDAAwD;AACxD,MAAM,WAAW,0BAA0B;IACzC,2FAA2F;IAC3F,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;IACxB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uCAAuC;IACvC,GAAG,CAAC,EAAE,gBAAgB,CAAC;IACvB,2IAA2I;IAC3I,WAAW,CAAC,EAAE,wBAAwB,CAAC;IACvC,mCAAmC;IACnC,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC;AAED,wGAAwG;AACxG,MAAM,WAAW,gBAAgB;IAC/B,2DAA2D;IAC3D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yIAAyI;IACzI,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,mJAAmJ;AACnJ,MAAM,WAAW,wBAAwB;IACvC,qIAAqI;IACrI,kBAAkB,EAAE,MAAM,CAAC;IAC3B,uIAAuI;IACvI,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,0CAA0C;AAC1C,MAAM,WAAW,sBAAsB;IACrC,4FAA4F;IAC5F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8BAA8B;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iCAAiC;IACjC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,qBAAqB;AACrB,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,8CAA8C;IAC9C,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,sEAAsE;AACtE,MAAM,WAAW,yCAAyC;IACxD,6UAA6U;IAC7U,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,+CAA+C;AAC/C,MAAM,WAAW,oCAAoC;IACnD,2CAA2C;IAC3C,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAC3C,gDAAgD;IAChD,iBAAiB,CAAC,EAAE,4BAA4B,CAAC;IACjD,+CAA+C;IAC/C,gBAAgB,CAAC,EAAE,2BAA2B,CAAC;IAC/C,yCAAyC;IACzC,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,kIAAkI;IAClI,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IACpD,8CAA8C;IAC9C,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC;AAED,kDAAkD;AAClD,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,wGAAwG;AACxG,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wGAAwG;AACxG,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,6BAA6B,CAAC,EAAE,0BAA0B,CAAC;IACpE;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CACvC;AAED,+BAA+B;AAC/B,MAAM,WAAW,sBAAsB;IACrC,sCAAsC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8IAA8I;IAC9I,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,4EAA4E;AAC5E,MAAM,WAAW,2CAA2C;IAC1D;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CAC9C;AAED,iDAAiD;AACjD,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,eAAe,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,IAAI,CAAC;CACnC;AAED,qDAAqD;AACrD,MAAM,WAAW,uCAAuC;IACtD,mCAAmC;IACnC,KAAK,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACpC,kFAAkF;IAClF,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,gCAAgC;AAChC,MAAM,WAAW,mBAAmB;IAClC,wCAAwC;IACxC,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC7B;AAED,0BAA0B;AAC1B,MAAM,WAAW,iBAAiB;IAChC,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,4BAA4B;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,gCAAgC;AAChC,MAAM,WAAW,wBAAwB;IACvC,kCAAkC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,mEAAmE;AACnE,MAAM,WAAW,yBAA0B,SAAQ,QAAQ;IACzD,sCAAsC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,eAAe,CAAC;IAC7C;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACrD,wBAAwB;IACxB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,kCAAkC;IAClC,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAC1C,qCAAqC;IACrC,iBAAiB,CAAC,EAAE,2BAA2B,CAAC;IAChD,0DAA0D;IAC1D,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,iCAAiC;IACjC,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,yEAAyE;IACzE,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;CACzD;AAED,uEAAuE;AACvE,MAAM,WAAW,uCAAuC;IACtD,kCAAkC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qFAAqF;AACrF,MAAM,WAAW,qDAAqD;IACpE,kCAAkC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wEAAwE;AACxE,oBAAY,oBAAoB;IAC9B,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,gBAAgB;IAChB,SAAS,cAAc;IACvB,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC,oEAAoE;AACpE,oBAAY,gBAAgB;IAC1B,UAAU;IACV,GAAG,QAAQ;IACX,YAAY;IACZ,KAAK,UAAU;CAChB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC,yEAAyE;AACzE,oBAAY,qBAAqB;IAC/B,iBAAiB;IACjB,UAAU,eAAe;IACzB,WAAW;IACX,IAAI,SAAS;CACd;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,WAAW;IACX,IAAI,SAAS;IACb,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,oBAAoB;IACpB,aAAa,kBAAkB;CAChC;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,yEAAyE;AACzE,oBAAY,qBAAqB;IAC/B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,mBAAmB;IACnB,YAAY,mBAAmB;IAC/B,mBAAmB;IACnB,YAAY,mBAAmB;IAC/B,mBAAmB;IACnB,YAAY,mBAAmB;IAC/B,mBAAmB;IACnB,YAAY,mBAAmB;IAC/B,mBAAmB;IACnB,YAAY,mBAAmB;IAC/B,oBAAoB;IACpB,aAAa,oBAAoB;IACjC,oBAAoB;IACpB,aAAa,oBAAoB;IACjC,oBAAoB;IACpB,aAAa,oBAAoB;IACjC,oBAAoB;IACpB,aAAa,oBAAoB;IACjC,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,iBAAiB;IACjB,UAAU,gBAAgB;IAC1B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,mBAAmB;IACnB,YAAY,kBAAkB;IAC9B,mBAAmB;IACnB,YAAY,kBAAkB;IAC9B,mBAAmB;IACnB,YAAY,kBAAkB;IAC9B,mBAAmB;IACnB,YAAY,kBAAkB;IAC9B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;IAC5B,kBAAkB;IAClB,WAAW,iBAAiB;CAC7B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,+DAA+D;AAC/D,oBAAY,WAAW;IACrB,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B,yEAAyE;AACzE,oBAAY,qBAAqB;IAC/B,UAAU;IACV,GAAG,QAAQ;IACX,SAAS;IACT,EAAE,OAAO;CACV;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,gDAAgD,GAAG,yBAAyB,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qCAAqC,GAAG,yBAAyB,CAAC;AAE9E,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,wCAAwC,GAAG,yBAAyB,CAAC;AAEjF,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,wCAAwC,GAAG,uCAAuC,CAAC;AAE/F,2BAA2B;AAC3B,MAAM,WAAW,gDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0CAA0C,GAAG,oCAAoC,CAAC;AAE9F,2BAA2B;AAC3B,MAAM,WAAW,2EACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oFAAoF;AACpF,MAAM,MAAM,qEAAqE,GAAG,2CAA2C,CAAC;AAEhI,2BAA2B;AAC3B,MAAM,WAAW,4DACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qEAAqE;AACrE,MAAM,MAAM,sDAAsD,GAAG,4BAA4B,CAAC;AAElG,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,oEAAoE;AACpE,MAAM,MAAM,qDAAqD,GAAG,uCAAuC,CAAC;AAE5G,2BAA2B;AAC3B,MAAM,WAAW,4DACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qEAAqE;AACrE,MAAM,MAAM,sDAAsD,GAAG,uCAAuC,CAAC;AAE7G,2BAA2B;AAC3B,MAAM,WAAW,+DACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wEAAwE;AACxE,MAAM,MAAM,yDAAyD,GAAG,uCAAuC,CAAC;AAEhH,2BAA2B;AAC3B,MAAM,WAAW,gEACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yEAAyE;AACzE,MAAM,MAAM,0DAA0D,GAAG,uCAAuC,CAAC;AAEjH,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,qDAAqD,GAAG,mBAAmB,CAAC;AAExF,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,169 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownUpdatesAvailable = exports.KnownStatus = exports.KnownAgentVMSizeTypes = exports.KnownSystemServiceType = exports.KnownOrchestratorType = exports.KnownClusterType = exports.KnownOperationStatus = void 0;
11
+ /** Known values of {@link OperationStatus} that the service accepts. */
12
+ var KnownOperationStatus;
13
+ (function (KnownOperationStatus) {
14
+ /** Unknown */
15
+ KnownOperationStatus["Unknown"] = "Unknown";
16
+ /** Updating */
17
+ KnownOperationStatus["Updating"] = "Updating";
18
+ /** Creating */
19
+ KnownOperationStatus["Creating"] = "Creating";
20
+ /** Deleting */
21
+ KnownOperationStatus["Deleting"] = "Deleting";
22
+ /** Succeeded */
23
+ KnownOperationStatus["Succeeded"] = "Succeeded";
24
+ /** Failed */
25
+ KnownOperationStatus["Failed"] = "Failed";
26
+ /** Canceled */
27
+ KnownOperationStatus["Canceled"] = "Canceled";
28
+ })(KnownOperationStatus || (exports.KnownOperationStatus = KnownOperationStatus = {}));
29
+ /** Known values of {@link ClusterType} that the service accepts. */
30
+ var KnownClusterType;
31
+ (function (KnownClusterType) {
32
+ /** ACS */
33
+ KnownClusterType["ACS"] = "ACS";
34
+ /** Local */
35
+ KnownClusterType["Local"] = "Local";
36
+ })(KnownClusterType || (exports.KnownClusterType = KnownClusterType = {}));
37
+ /** Known values of {@link OrchestratorType} that the service accepts. */
38
+ var KnownOrchestratorType;
39
+ (function (KnownOrchestratorType) {
40
+ /** Kubernetes */
41
+ KnownOrchestratorType["Kubernetes"] = "Kubernetes";
42
+ /** None */
43
+ KnownOrchestratorType["None"] = "None";
44
+ })(KnownOrchestratorType || (exports.KnownOrchestratorType = KnownOrchestratorType = {}));
45
+ /** Known values of {@link SystemServiceType} that the service accepts. */
46
+ var KnownSystemServiceType;
47
+ (function (KnownSystemServiceType) {
48
+ /** None */
49
+ KnownSystemServiceType["None"] = "None";
50
+ /** ScoringFrontEnd */
51
+ KnownSystemServiceType["ScoringFrontEnd"] = "ScoringFrontEnd";
52
+ /** BatchFrontEnd */
53
+ KnownSystemServiceType["BatchFrontEnd"] = "BatchFrontEnd";
54
+ })(KnownSystemServiceType || (exports.KnownSystemServiceType = KnownSystemServiceType = {}));
55
+ /** Known values of {@link AgentVMSizeTypes} that the service accepts. */
56
+ var KnownAgentVMSizeTypes;
57
+ (function (KnownAgentVMSizeTypes) {
58
+ /** StandardA0 */
59
+ KnownAgentVMSizeTypes["StandardA0"] = "Standard_A0";
60
+ /** StandardA1 */
61
+ KnownAgentVMSizeTypes["StandardA1"] = "Standard_A1";
62
+ /** StandardA2 */
63
+ KnownAgentVMSizeTypes["StandardA2"] = "Standard_A2";
64
+ /** StandardA3 */
65
+ KnownAgentVMSizeTypes["StandardA3"] = "Standard_A3";
66
+ /** StandardA4 */
67
+ KnownAgentVMSizeTypes["StandardA4"] = "Standard_A4";
68
+ /** StandardA5 */
69
+ KnownAgentVMSizeTypes["StandardA5"] = "Standard_A5";
70
+ /** StandardA6 */
71
+ KnownAgentVMSizeTypes["StandardA6"] = "Standard_A6";
72
+ /** StandardA7 */
73
+ KnownAgentVMSizeTypes["StandardA7"] = "Standard_A7";
74
+ /** StandardA8 */
75
+ KnownAgentVMSizeTypes["StandardA8"] = "Standard_A8";
76
+ /** StandardA9 */
77
+ KnownAgentVMSizeTypes["StandardA9"] = "Standard_A9";
78
+ /** StandardA10 */
79
+ KnownAgentVMSizeTypes["StandardA10"] = "Standard_A10";
80
+ /** StandardA11 */
81
+ KnownAgentVMSizeTypes["StandardA11"] = "Standard_A11";
82
+ /** StandardD1 */
83
+ KnownAgentVMSizeTypes["StandardD1"] = "Standard_D1";
84
+ /** StandardD2 */
85
+ KnownAgentVMSizeTypes["StandardD2"] = "Standard_D2";
86
+ /** StandardD3 */
87
+ KnownAgentVMSizeTypes["StandardD3"] = "Standard_D3";
88
+ /** StandardD4 */
89
+ KnownAgentVMSizeTypes["StandardD4"] = "Standard_D4";
90
+ /** StandardD11 */
91
+ KnownAgentVMSizeTypes["StandardD11"] = "Standard_D11";
92
+ /** StandardD12 */
93
+ KnownAgentVMSizeTypes["StandardD12"] = "Standard_D12";
94
+ /** StandardD13 */
95
+ KnownAgentVMSizeTypes["StandardD13"] = "Standard_D13";
96
+ /** StandardD14 */
97
+ KnownAgentVMSizeTypes["StandardD14"] = "Standard_D14";
98
+ /** StandardD1V2 */
99
+ KnownAgentVMSizeTypes["StandardD1V2"] = "Standard_D1_v2";
100
+ /** StandardD2V2 */
101
+ KnownAgentVMSizeTypes["StandardD2V2"] = "Standard_D2_v2";
102
+ /** StandardD3V2 */
103
+ KnownAgentVMSizeTypes["StandardD3V2"] = "Standard_D3_v2";
104
+ /** StandardD4V2 */
105
+ KnownAgentVMSizeTypes["StandardD4V2"] = "Standard_D4_v2";
106
+ /** StandardD5V2 */
107
+ KnownAgentVMSizeTypes["StandardD5V2"] = "Standard_D5_v2";
108
+ /** StandardD11V2 */
109
+ KnownAgentVMSizeTypes["StandardD11V2"] = "Standard_D11_v2";
110
+ /** StandardD12V2 */
111
+ KnownAgentVMSizeTypes["StandardD12V2"] = "Standard_D12_v2";
112
+ /** StandardD13V2 */
113
+ KnownAgentVMSizeTypes["StandardD13V2"] = "Standard_D13_v2";
114
+ /** StandardD14V2 */
115
+ KnownAgentVMSizeTypes["StandardD14V2"] = "Standard_D14_v2";
116
+ /** StandardG1 */
117
+ KnownAgentVMSizeTypes["StandardG1"] = "Standard_G1";
118
+ /** StandardG2 */
119
+ KnownAgentVMSizeTypes["StandardG2"] = "Standard_G2";
120
+ /** StandardG3 */
121
+ KnownAgentVMSizeTypes["StandardG3"] = "Standard_G3";
122
+ /** StandardG4 */
123
+ KnownAgentVMSizeTypes["StandardG4"] = "Standard_G4";
124
+ /** StandardG5 */
125
+ KnownAgentVMSizeTypes["StandardG5"] = "Standard_G5";
126
+ /** StandardDS1 */
127
+ KnownAgentVMSizeTypes["StandardDS1"] = "Standard_DS1";
128
+ /** StandardDS2 */
129
+ KnownAgentVMSizeTypes["StandardDS2"] = "Standard_DS2";
130
+ /** StandardDS3 */
131
+ KnownAgentVMSizeTypes["StandardDS3"] = "Standard_DS3";
132
+ /** StandardDS4 */
133
+ KnownAgentVMSizeTypes["StandardDS4"] = "Standard_DS4";
134
+ /** StandardDS11 */
135
+ KnownAgentVMSizeTypes["StandardDS11"] = "Standard_DS11";
136
+ /** StandardDS12 */
137
+ KnownAgentVMSizeTypes["StandardDS12"] = "Standard_DS12";
138
+ /** StandardDS13 */
139
+ KnownAgentVMSizeTypes["StandardDS13"] = "Standard_DS13";
140
+ /** StandardDS14 */
141
+ KnownAgentVMSizeTypes["StandardDS14"] = "Standard_DS14";
142
+ /** StandardGS1 */
143
+ KnownAgentVMSizeTypes["StandardGS1"] = "Standard_GS1";
144
+ /** StandardGS2 */
145
+ KnownAgentVMSizeTypes["StandardGS2"] = "Standard_GS2";
146
+ /** StandardGS3 */
147
+ KnownAgentVMSizeTypes["StandardGS3"] = "Standard_GS3";
148
+ /** StandardGS4 */
149
+ KnownAgentVMSizeTypes["StandardGS4"] = "Standard_GS4";
150
+ /** StandardGS5 */
151
+ KnownAgentVMSizeTypes["StandardGS5"] = "Standard_GS5";
152
+ })(KnownAgentVMSizeTypes || (exports.KnownAgentVMSizeTypes = KnownAgentVMSizeTypes = {}));
153
+ /** Known values of {@link Status} that the service accepts. */
154
+ var KnownStatus;
155
+ (function (KnownStatus) {
156
+ /** Enabled */
157
+ KnownStatus["Enabled"] = "Enabled";
158
+ /** Disabled */
159
+ KnownStatus["Disabled"] = "Disabled";
160
+ })(KnownStatus || (exports.KnownStatus = KnownStatus = {}));
161
+ /** Known values of {@link UpdatesAvailable} that the service accepts. */
162
+ var KnownUpdatesAvailable;
163
+ (function (KnownUpdatesAvailable) {
164
+ /** Yes */
165
+ KnownUpdatesAvailable["Yes"] = "Yes";
166
+ /** No */
167
+ KnownUpdatesAvailable["No"] = "No";
168
+ })(KnownUpdatesAvailable || (exports.KnownUpdatesAvailable = KnownUpdatesAvailable = {}));
169
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Wrapper for error response to follow ARM guidelines. */\nexport interface ErrorResponseWrapper {\n /** The error response. */\n error?: ErrorResponse;\n}\n\n/** Error response information. */\nexport interface ErrorResponse {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n /** An array of error detail objects. */\n details?: ErrorDetail[];\n}\n\n/** Error detail information. */\nexport interface ErrorDetail {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n}\n\n/** Properties of Storage Account. */\nexport interface StorageAccountProperties {\n /** ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Properties of Azure Container Registry. */\nexport interface ContainerRegistryProperties {\n /** ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Information about the container service backing the cluster */\nexport interface AcsClusterProperties {\n /**\n * The FQDN of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterFqdn?: string;\n /** Type of orchestrator. It cannot be changed once the cluster is created. */\n orchestratorType: OrchestratorType;\n /** Orchestrator specific properties */\n orchestratorProperties?: KubernetesClusterProperties;\n /** The system services deployed to the cluster */\n systemServices?: SystemService[];\n /** The number of master nodes in the container service. */\n masterCount?: number;\n /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */\n agentCount?: number;\n /** The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. */\n agentVmSize?: AgentVMSizeTypes;\n}\n\n/** Kubernetes cluster specific properties */\nexport interface KubernetesClusterProperties {\n /** The Azure Service Principal used by Kubernetes */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/** The Azure service principal used by Kubernetes for configuring load balancers */\nexport interface ServicePrincipalProperties {\n /** The service principal client ID */\n clientId: string;\n /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */\n secret: string;\n}\n\n/** Information about a system service deployed in the cluster */\nexport interface SystemService {\n /** The system service type */\n systemServiceType: SystemServiceType;\n /**\n * The public IP address of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIpAddress?: string;\n /**\n * The state of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Properties of App Insights. */\nexport interface AppInsightsProperties {\n /** ARM resource ID of the App Insights. */\n resourceId?: string;\n}\n\n/** Global configuration for services in the cluster. */\nexport interface GlobalServiceConfiguration {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The configuration ETag for updates. */\n etag?: string;\n /** The SSL configuration properties */\n ssl?: SslConfiguration;\n /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuth?: ServiceAuthConfiguration;\n /** The auto-scale configuration */\n autoScale?: AutoScaleConfiguration;\n}\n\n/** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */\nexport interface SslConfiguration {\n /** SSL status. Allowed values are Enabled and Disabled. */\n status?: Status;\n /** The SSL cert data in PEM format. */\n cert?: string;\n /** The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n key?: string;\n /** The CName of the certificate. */\n cname?: string;\n}\n\n/** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */\nexport interface ServiceAuthConfiguration {\n /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n primaryAuthKeyHash: string;\n /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n secondaryAuthKeyHash: string;\n}\n\n/** AutoScale configuration properties. */\nexport interface AutoScaleConfiguration {\n /** If auto-scale is enabled for all services. Each service can turn it off individually. */\n status?: Status;\n /** The minimum number of replicas for each service. */\n minReplicas?: number;\n /** The maximum number of replicas for each service. */\n maxReplicas?: number;\n /** The target utilization. */\n targetUtilization?: number;\n /** Refresh period in seconds. */\n refreshPeriodInSeconds?: number;\n}\n\n/** Azure resource */\nexport interface Resource {\n /**\n * Specifies the resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Specifies the name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Specifies the location of the resource. */\n location: string;\n /**\n * Specifies the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Parameters for PATCH operation on an operationalization cluster */\nexport interface OperationalizationClusterUpdateParameters {\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Credentials to resources in the cluster. */\nexport interface OperationalizationClusterCredentials {\n /** Credentials for the Storage Account. */\n storageAccount?: StorageAccountCredentials;\n /** Credentials for Azure Container Registry. */\n containerRegistry?: ContainerRegistryCredentials;\n /** Credentials for Azure Container Service. */\n containerService?: ContainerServiceCredentials;\n /** Credentials for Azure AppInsights. */\n appInsights?: AppInsightsCredentials;\n /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuthConfiguration?: ServiceAuthConfiguration;\n /** The SSL configuration for the services. */\n sslConfiguration?: SslConfiguration;\n}\n\n/** Access information for the storage account. */\nexport interface StorageAccountCredentials {\n /**\n * The ARM resource ID of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The primary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * The secondary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerRegistryCredentials {\n /**\n * The ACR login server name. User name is the first part of the FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginServer?: string;\n /**\n * The ACR primary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /**\n * The ACR secondary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password2?: string;\n /**\n * The ACR login username.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly username?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerServiceCredentials {\n /**\n * The ACS kube config file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acsKubeConfig?: string;\n /**\n * Service principal configuration used by Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly servicePrincipalConfiguration?: ServicePrincipalProperties;\n /**\n * The ACR image pull secret name which was created in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imagePullSecretName?: string;\n}\n\n/** AppInsights credentials. */\nexport interface AppInsightsCredentials {\n /** The AppInsights application ID. */\n appId?: string;\n /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n instrumentationKey?: string;\n}\n\n/** Information about updates available for system services in a cluster. */\nexport interface CheckSystemServicesUpdatesAvailableResponse {\n /**\n * Yes if updates are available for the system services, No if not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatesAvailable?: UpdatesAvailable;\n}\n\n/** Response of the update system services API */\nexport interface UpdateSystemServicesResponse {\n /**\n * Update status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStatus?: OperationStatus;\n /**\n * The date and time when the last system services update was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStartedOn?: Date;\n /**\n * The date and time when the last system services update completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateCompletedOn?: Date;\n}\n\n/** Paginated list of operationalization clusters. */\nexport interface PaginatedOperationalizationClustersList {\n /** An array of cluster objects. */\n value?: OperationalizationCluster[];\n /** A continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\n/** Available operation list. */\nexport interface AvailableOperations {\n /** An array of available operations. */\n value?: ResourceOperation[];\n}\n\n/** Resource operation. */\nexport interface ResourceOperation {\n /** Name of this operation. */\n name?: string;\n /** Display of the operation. */\n display?: ResourceOperationDisplay;\n /** The operation origin. */\n origin?: string;\n}\n\n/** Display of the operation. */\nexport interface ResourceOperationDisplay {\n /** The resource provider name. */\n provider?: string;\n /** The resource name. */\n resource?: string;\n /** The operation. */\n operation?: string;\n /** The description of the operation. */\n description?: string;\n}\n\n/** Instance of an Azure ML Operationalization Cluster resource. */\nexport interface OperationalizationCluster extends Resource {\n /** The description of the cluster. */\n description?: string;\n /**\n * The date and time when the cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The date and time when the cluster was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedOn?: Date;\n /**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OperationStatus;\n /**\n * List of provisioning errors reported by the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningErrors?: ErrorResponseWrapper[];\n /** The cluster type. */\n clusterType?: ClusterType;\n /** Storage Account properties. */\n storageAccount?: StorageAccountProperties;\n /** Container Registry properties. */\n containerRegistry?: ContainerRegistryProperties;\n /** Parameters for the Azure Container Service cluster. */\n containerService?: AcsClusterProperties;\n /** AppInsights configuration. */\n appInsights?: AppInsightsProperties;\n /** Contains global configuration for the web services in the cluster. */\n globalServiceConfiguration?: GlobalServiceConfiguration;\n}\n\n/** Defines headers for OperationalizationClusters_delete operation. */\nexport interface OperationalizationClustersDeleteHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Defines headers for OperationalizationClusters_updateSystemServices operation. */\nexport interface OperationalizationClustersUpdateSystemServicesHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Updating** \\\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link ClusterType} that the service accepts. */\nexport enum KnownClusterType {\n /** ACS */\n ACS = \"ACS\",\n /** Local */\n Local = \"Local\"\n}\n\n/**\n * Defines values for ClusterType. \\\n * {@link KnownClusterType} can be used interchangeably with ClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ACS** \\\n * **Local**\n */\nexport type ClusterType = string;\n\n/** Known values of {@link OrchestratorType} that the service accepts. */\nexport enum KnownOrchestratorType {\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for OrchestratorType. \\\n * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Kubernetes** \\\n * **None**\n */\nexport type OrchestratorType = string;\n\n/** Known values of {@link SystemServiceType} that the service accepts. */\nexport enum KnownSystemServiceType {\n /** None */\n None = \"None\",\n /** ScoringFrontEnd */\n ScoringFrontEnd = \"ScoringFrontEnd\",\n /** BatchFrontEnd */\n BatchFrontEnd = \"BatchFrontEnd\"\n}\n\n/**\n * Defines values for SystemServiceType. \\\n * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ScoringFrontEnd** \\\n * **BatchFrontEnd**\n */\nexport type SystemServiceType = string;\n\n/** Known values of {@link AgentVMSizeTypes} that the service accepts. */\nexport enum KnownAgentVMSizeTypes {\n /** StandardA0 */\n StandardA0 = \"Standard_A0\",\n /** StandardA1 */\n StandardA1 = \"Standard_A1\",\n /** StandardA2 */\n StandardA2 = \"Standard_A2\",\n /** StandardA3 */\n StandardA3 = \"Standard_A3\",\n /** StandardA4 */\n StandardA4 = \"Standard_A4\",\n /** StandardA5 */\n StandardA5 = \"Standard_A5\",\n /** StandardA6 */\n StandardA6 = \"Standard_A6\",\n /** StandardA7 */\n StandardA7 = \"Standard_A7\",\n /** StandardA8 */\n StandardA8 = \"Standard_A8\",\n /** StandardA9 */\n StandardA9 = \"Standard_A9\",\n /** StandardA10 */\n StandardA10 = \"Standard_A10\",\n /** StandardA11 */\n StandardA11 = \"Standard_A11\",\n /** StandardD1 */\n StandardD1 = \"Standard_D1\",\n /** StandardD2 */\n StandardD2 = \"Standard_D2\",\n /** StandardD3 */\n StandardD3 = \"Standard_D3\",\n /** StandardD4 */\n StandardD4 = \"Standard_D4\",\n /** StandardD11 */\n StandardD11 = \"Standard_D11\",\n /** StandardD12 */\n StandardD12 = \"Standard_D12\",\n /** StandardD13 */\n StandardD13 = \"Standard_D13\",\n /** StandardD14 */\n StandardD14 = \"Standard_D14\",\n /** StandardD1V2 */\n StandardD1V2 = \"Standard_D1_v2\",\n /** StandardD2V2 */\n StandardD2V2 = \"Standard_D2_v2\",\n /** StandardD3V2 */\n StandardD3V2 = \"Standard_D3_v2\",\n /** StandardD4V2 */\n StandardD4V2 = \"Standard_D4_v2\",\n /** StandardD5V2 */\n StandardD5V2 = \"Standard_D5_v2\",\n /** StandardD11V2 */\n StandardD11V2 = \"Standard_D11_v2\",\n /** StandardD12V2 */\n StandardD12V2 = \"Standard_D12_v2\",\n /** StandardD13V2 */\n StandardD13V2 = \"Standard_D13_v2\",\n /** StandardD14V2 */\n StandardD14V2 = \"Standard_D14_v2\",\n /** StandardG1 */\n StandardG1 = \"Standard_G1\",\n /** StandardG2 */\n StandardG2 = \"Standard_G2\",\n /** StandardG3 */\n StandardG3 = \"Standard_G3\",\n /** StandardG4 */\n StandardG4 = \"Standard_G4\",\n /** StandardG5 */\n StandardG5 = \"Standard_G5\",\n /** StandardDS1 */\n StandardDS1 = \"Standard_DS1\",\n /** StandardDS2 */\n StandardDS2 = \"Standard_DS2\",\n /** StandardDS3 */\n StandardDS3 = \"Standard_DS3\",\n /** StandardDS4 */\n StandardDS4 = \"Standard_DS4\",\n /** StandardDS11 */\n StandardDS11 = \"Standard_DS11\",\n /** StandardDS12 */\n StandardDS12 = \"Standard_DS12\",\n /** StandardDS13 */\n StandardDS13 = \"Standard_DS13\",\n /** StandardDS14 */\n StandardDS14 = \"Standard_DS14\",\n /** StandardGS1 */\n StandardGS1 = \"Standard_GS1\",\n /** StandardGS2 */\n StandardGS2 = \"Standard_GS2\",\n /** StandardGS3 */\n StandardGS3 = \"Standard_GS3\",\n /** StandardGS4 */\n StandardGS4 = \"Standard_GS4\",\n /** StandardGS5 */\n StandardGS5 = \"Standard_GS5\"\n}\n\n/**\n * Defines values for AgentVMSizeTypes. \\\n * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_A0** \\\n * **Standard_A1** \\\n * **Standard_A2** \\\n * **Standard_A3** \\\n * **Standard_A4** \\\n * **Standard_A5** \\\n * **Standard_A6** \\\n * **Standard_A7** \\\n * **Standard_A8** \\\n * **Standard_A9** \\\n * **Standard_A10** \\\n * **Standard_A11** \\\n * **Standard_D1** \\\n * **Standard_D2** \\\n * **Standard_D3** \\\n * **Standard_D4** \\\n * **Standard_D11** \\\n * **Standard_D12** \\\n * **Standard_D13** \\\n * **Standard_D14** \\\n * **Standard_D1_v2** \\\n * **Standard_D2_v2** \\\n * **Standard_D3_v2** \\\n * **Standard_D4_v2** \\\n * **Standard_D5_v2** \\\n * **Standard_D11_v2** \\\n * **Standard_D12_v2** \\\n * **Standard_D13_v2** \\\n * **Standard_D14_v2** \\\n * **Standard_G1** \\\n * **Standard_G2** \\\n * **Standard_G3** \\\n * **Standard_G4** \\\n * **Standard_G5** \\\n * **Standard_DS1** \\\n * **Standard_DS2** \\\n * **Standard_DS3** \\\n * **Standard_DS4** \\\n * **Standard_DS11** \\\n * **Standard_DS12** \\\n * **Standard_DS13** \\\n * **Standard_DS14** \\\n * **Standard_GS1** \\\n * **Standard_GS2** \\\n * **Standard_GS3** \\\n * **Standard_GS4** \\\n * **Standard_GS5**\n */\nexport type AgentVMSizeTypes = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type Status = string;\n\n/** Known values of {@link UpdatesAvailable} that the service accepts. */\nexport enum KnownUpdatesAvailable {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\"\n}\n\n/**\n * Defines values for UpdatesAvailable. \\\n * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type UpdatesAvailable = string;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationalizationClustersGetResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type OperationalizationClustersUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, deletes all resources associated with this cluster. */\n deleteAll?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */\nexport type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateSystemServicesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateSystemServices operation. */\nexport type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeListAvailableOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAvailableOperations operation. */\nexport type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,32 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const ErrorResponseWrapper: coreClient.CompositeMapper;
3
+ export declare const ErrorResponse: coreClient.CompositeMapper;
4
+ export declare const ErrorDetail: coreClient.CompositeMapper;
5
+ export declare const StorageAccountProperties: coreClient.CompositeMapper;
6
+ export declare const ContainerRegistryProperties: coreClient.CompositeMapper;
7
+ export declare const AcsClusterProperties: coreClient.CompositeMapper;
8
+ export declare const KubernetesClusterProperties: coreClient.CompositeMapper;
9
+ export declare const ServicePrincipalProperties: coreClient.CompositeMapper;
10
+ export declare const SystemService: coreClient.CompositeMapper;
11
+ export declare const AppInsightsProperties: coreClient.CompositeMapper;
12
+ export declare const GlobalServiceConfiguration: coreClient.CompositeMapper;
13
+ export declare const SslConfiguration: coreClient.CompositeMapper;
14
+ export declare const ServiceAuthConfiguration: coreClient.CompositeMapper;
15
+ export declare const AutoScaleConfiguration: coreClient.CompositeMapper;
16
+ export declare const Resource: coreClient.CompositeMapper;
17
+ export declare const OperationalizationClusterUpdateParameters: coreClient.CompositeMapper;
18
+ export declare const OperationalizationClusterCredentials: coreClient.CompositeMapper;
19
+ export declare const StorageAccountCredentials: coreClient.CompositeMapper;
20
+ export declare const ContainerRegistryCredentials: coreClient.CompositeMapper;
21
+ export declare const ContainerServiceCredentials: coreClient.CompositeMapper;
22
+ export declare const AppInsightsCredentials: coreClient.CompositeMapper;
23
+ export declare const CheckSystemServicesUpdatesAvailableResponse: coreClient.CompositeMapper;
24
+ export declare const UpdateSystemServicesResponse: coreClient.CompositeMapper;
25
+ export declare const PaginatedOperationalizationClustersList: coreClient.CompositeMapper;
26
+ export declare const AvailableOperations: coreClient.CompositeMapper;
27
+ export declare const ResourceOperation: coreClient.CompositeMapper;
28
+ export declare const ResourceOperationDisplay: coreClient.CompositeMapper;
29
+ export declare const OperationalizationCluster: coreClient.CompositeMapper;
30
+ export declare const OperationalizationClustersDeleteHeaders: coreClient.CompositeMapper;
31
+ export declare const OperationalizationClustersUpdateSystemServicesHeaders: coreClient.CompositeMapper;
32
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAc7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAiCtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAqBpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAajD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAapD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqE7C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAepD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAqBnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAa9C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmCnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAqBjD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA6C/C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0CjC,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAclE,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAiD7D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4BlD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmCrD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA4BpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmB/C,CAAC;AAEF,eAAO,MAAM,2CAA2C,EAAE,UAAU,CAAC,eAcpE,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA4BrD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAyBhE,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAmB5C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA0B1C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA+BjD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyFlD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAahE,CAAC;AAEF,eAAO,MAAM,qDAAqD,EAAE,UAAU,CAAC,eAa9E,CAAC"}