@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
@@ -5,15 +5,16 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
8
+ import { setContinuationToken } from "../pagingHelper.js";
9
9
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
12
  import { LroEngine } from "@azure/core-lro";
13
- import { LroImpl } from "../lroImpl";
13
+ import { LroImpl } from "../lroImpl.js";
14
14
  /// <reference lib="esnext.asynciterable" />
15
15
  /** Class containing OperationalizationClusters operations. */
16
16
  export class OperationalizationClustersImpl {
17
+ client;
17
18
  /**
18
19
  * Initialize a new instance of the class OperationalizationClusters class.
19
20
  * @param client Reference to the service client
@@ -35,40 +36,36 @@ export class OperationalizationClustersImpl {
35
36
  [Symbol.asyncIterator]() {
36
37
  return this;
37
38
  },
38
- byPage: () => {
39
- return this.listByResourceGroupPagingPage(resourceGroupName, options);
39
+ byPage: (settings) => {
40
+ if (settings?.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
40
44
  }
41
45
  };
42
46
  }
43
- listByResourceGroupPagingPage(resourceGroupName, options) {
44
- return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
45
- let result = yield __await(this._listByResourceGroup(resourceGroupName, options));
46
- yield yield __await(result.value || []);
47
- let continuationToken = result.nextLink;
48
- while (continuationToken) {
49
- result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
50
- continuationToken = result.nextLink;
51
- yield yield __await(result.value || []);
52
- }
53
- });
47
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
48
+ let result;
49
+ let continuationToken = settings?.continuationToken;
50
+ if (!continuationToken) {
51
+ result = await this._listByResourceGroup(resourceGroupName, options);
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield page;
56
+ }
57
+ while (continuationToken) {
58
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield page;
63
+ }
54
64
  }
55
- listByResourceGroupPagingAll(resourceGroupName, options) {
56
- return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
57
- var e_1, _a;
58
- try {
59
- for (var _b = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
60
- const page = _c.value;
61
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
62
- }
63
- }
64
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
65
- finally {
66
- try {
67
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
68
- }
69
- finally { if (e_1) throw e_1.error; }
70
- }
71
- });
65
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
66
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
67
+ yield* page;
68
+ }
72
69
  }
73
70
  /**
74
71
  * Gets the operationalization clusters in the specified subscription.
@@ -83,40 +80,36 @@ export class OperationalizationClustersImpl {
83
80
  [Symbol.asyncIterator]() {
84
81
  return this;
85
82
  },
86
- byPage: () => {
87
- return this.listBySubscriptionIdPagingPage(options);
83
+ byPage: (settings) => {
84
+ if (settings?.maxPageSize) {
85
+ throw new Error("maxPageSize is not supported by this operation.");
86
+ }
87
+ return this.listBySubscriptionIdPagingPage(options, settings);
88
88
  }
89
89
  };
90
90
  }
91
- listBySubscriptionIdPagingPage(options) {
92
- return __asyncGenerator(this, arguments, function* listBySubscriptionIdPagingPage_1() {
93
- let result = yield __await(this._listBySubscriptionId(options));
94
- yield yield __await(result.value || []);
95
- let continuationToken = result.nextLink;
96
- while (continuationToken) {
97
- result = yield __await(this._listBySubscriptionIdNext(continuationToken, options));
98
- continuationToken = result.nextLink;
99
- yield yield __await(result.value || []);
100
- }
101
- });
91
+ async *listBySubscriptionIdPagingPage(options, settings) {
92
+ let result;
93
+ let continuationToken = settings?.continuationToken;
94
+ if (!continuationToken) {
95
+ result = await this._listBySubscriptionId(options);
96
+ let page = result.value || [];
97
+ continuationToken = result.nextLink;
98
+ setContinuationToken(page, continuationToken);
99
+ yield page;
100
+ }
101
+ while (continuationToken) {
102
+ result = await this._listBySubscriptionIdNext(continuationToken, options);
103
+ continuationToken = result.nextLink;
104
+ let page = result.value || [];
105
+ setContinuationToken(page, continuationToken);
106
+ yield page;
107
+ }
102
108
  }
103
- listBySubscriptionIdPagingAll(options) {
104
- return __asyncGenerator(this, arguments, function* listBySubscriptionIdPagingAll_1() {
105
- var e_2, _a;
106
- try {
107
- for (var _b = __asyncValues(this.listBySubscriptionIdPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
108
- const page = _c.value;
109
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
110
- }
111
- }
112
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
113
- finally {
114
- try {
115
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
116
- }
117
- finally { if (e_2) throw e_2.error; }
118
- }
119
- });
109
+ async *listBySubscriptionIdPagingAll(options) {
110
+ for await (const page of this.listBySubscriptionIdPagingPage(options)) {
111
+ yield* page;
112
+ }
120
113
  }
121
114
  /**
122
115
  * Create or update an operationalization cluster.
@@ -125,38 +118,41 @@ export class OperationalizationClustersImpl {
125
118
  * @param parameters Parameters supplied to create or update an Operationalization cluster.
126
119
  * @param options The options parameters.
127
120
  */
128
- beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options) {
129
- return __awaiter(this, void 0, void 0, function* () {
130
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
131
- return this.client.sendOperationRequest(args, spec);
132
- });
133
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
134
- var _a;
135
- let currentRawResponse = undefined;
136
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
137
- const callback = (rawResponse, flatResponse) => {
138
- currentRawResponse = rawResponse;
139
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
140
- };
141
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
142
- const flatResponse = yield directSendOperation(updatedArgs, spec);
143
- return {
144
- flatResponse,
145
- rawResponse: {
146
- statusCode: currentRawResponse.status,
147
- body: currentRawResponse.parsedBody,
148
- headers: currentRawResponse.headers.toJSON()
149
- }
150
- };
151
- });
152
- const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, parameters, options }, createOrUpdateOperationSpec);
153
- const poller = new LroEngine(lro, {
154
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
155
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
156
- });
157
- yield poller.poll();
158
- return poller;
121
+ async beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options) {
122
+ const directSendOperation = async (args, spec) => {
123
+ return this.client.sendOperationRequest(args, spec);
124
+ };
125
+ const sendOperation = async (args, spec) => {
126
+ let currentRawResponse = undefined;
127
+ const providedCallback = args.options?.onResponse;
128
+ const callback = (rawResponse, flatResponse) => {
129
+ currentRawResponse = rawResponse;
130
+ providedCallback?.(rawResponse, flatResponse);
131
+ };
132
+ const updatedArgs = {
133
+ ...args,
134
+ options: {
135
+ ...args.options,
136
+ onResponse: callback
137
+ }
138
+ };
139
+ const flatResponse = await directSendOperation(updatedArgs, spec);
140
+ return {
141
+ flatResponse,
142
+ rawResponse: {
143
+ statusCode: currentRawResponse.status,
144
+ body: currentRawResponse.parsedBody,
145
+ headers: currentRawResponse.headers.toJSON()
146
+ }
147
+ };
148
+ };
149
+ const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, parameters, options }, createOrUpdateOperationSpec);
150
+ const poller = new LroEngine(lro, {
151
+ resumeFrom: options?.resumeFrom,
152
+ intervalInMs: options?.updateIntervalInMs
159
153
  });
154
+ await poller.poll();
155
+ return poller;
160
156
  }
161
157
  /**
162
158
  * Create or update an operationalization cluster.
@@ -165,11 +161,9 @@ export class OperationalizationClustersImpl {
165
161
  * @param parameters Parameters supplied to create or update an Operationalization cluster.
166
162
  * @param options The options parameters.
167
163
  */
168
- beginCreateOrUpdateAndWait(resourceGroupName, clusterName, parameters, options) {
169
- return __awaiter(this, void 0, void 0, function* () {
170
- const poller = yield this.beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options);
171
- return poller.pollUntilDone();
172
- });
164
+ async beginCreateOrUpdateAndWait(resourceGroupName, clusterName, parameters, options) {
165
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options);
166
+ return poller.pollUntilDone();
173
167
  }
174
168
  /**
175
169
  * Gets the operationalization cluster resource view. Note that the credentials are not returned by
@@ -198,38 +192,41 @@ export class OperationalizationClustersImpl {
198
192
  * @param clusterName The name of the cluster.
199
193
  * @param options The options parameters.
200
194
  */
201
- beginDelete(resourceGroupName, clusterName, options) {
202
- return __awaiter(this, void 0, void 0, function* () {
203
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
204
- return this.client.sendOperationRequest(args, spec);
205
- });
206
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
207
- var _a;
208
- let currentRawResponse = undefined;
209
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
210
- const callback = (rawResponse, flatResponse) => {
211
- currentRawResponse = rawResponse;
212
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
213
- };
214
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
215
- const flatResponse = yield directSendOperation(updatedArgs, spec);
216
- return {
217
- flatResponse,
218
- rawResponse: {
219
- statusCode: currentRawResponse.status,
220
- body: currentRawResponse.parsedBody,
221
- headers: currentRawResponse.headers.toJSON()
222
- }
223
- };
224
- });
225
- const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, deleteOperationSpec);
226
- const poller = new LroEngine(lro, {
227
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
228
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
229
- });
230
- yield poller.poll();
231
- return poller;
195
+ async beginDelete(resourceGroupName, clusterName, options) {
196
+ const directSendOperation = async (args, spec) => {
197
+ return this.client.sendOperationRequest(args, spec);
198
+ };
199
+ const sendOperation = async (args, spec) => {
200
+ let currentRawResponse = undefined;
201
+ const providedCallback = args.options?.onResponse;
202
+ const callback = (rawResponse, flatResponse) => {
203
+ currentRawResponse = rawResponse;
204
+ providedCallback?.(rawResponse, flatResponse);
205
+ };
206
+ const updatedArgs = {
207
+ ...args,
208
+ options: {
209
+ ...args.options,
210
+ onResponse: callback
211
+ }
212
+ };
213
+ const flatResponse = await directSendOperation(updatedArgs, spec);
214
+ return {
215
+ flatResponse,
216
+ rawResponse: {
217
+ statusCode: currentRawResponse.status,
218
+ body: currentRawResponse.parsedBody,
219
+ headers: currentRawResponse.headers.toJSON()
220
+ }
221
+ };
222
+ };
223
+ const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, deleteOperationSpec);
224
+ const poller = new LroEngine(lro, {
225
+ resumeFrom: options?.resumeFrom,
226
+ intervalInMs: options?.updateIntervalInMs
232
227
  });
228
+ await poller.poll();
229
+ return poller;
233
230
  }
234
231
  /**
235
232
  * Deletes the specified cluster.
@@ -237,11 +234,9 @@ export class OperationalizationClustersImpl {
237
234
  * @param clusterName The name of the cluster.
238
235
  * @param options The options parameters.
239
236
  */
240
- beginDeleteAndWait(resourceGroupName, clusterName, options) {
241
- return __awaiter(this, void 0, void 0, function* () {
242
- const poller = yield this.beginDelete(resourceGroupName, clusterName, options);
243
- return poller.pollUntilDone();
244
- });
237
+ async beginDeleteAndWait(resourceGroupName, clusterName, options) {
238
+ const poller = await this.beginDelete(resourceGroupName, clusterName, options);
239
+ return poller.pollUntilDone();
245
240
  }
246
241
  /**
247
242
  * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a
@@ -268,38 +263,41 @@ export class OperationalizationClustersImpl {
268
263
  * @param clusterName The name of the cluster.
269
264
  * @param options The options parameters.
270
265
  */
271
- beginUpdateSystemServices(resourceGroupName, clusterName, options) {
272
- return __awaiter(this, void 0, void 0, function* () {
273
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
274
- return this.client.sendOperationRequest(args, spec);
275
- });
276
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
277
- var _a;
278
- let currentRawResponse = undefined;
279
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
280
- const callback = (rawResponse, flatResponse) => {
281
- currentRawResponse = rawResponse;
282
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
283
- };
284
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
285
- const flatResponse = yield directSendOperation(updatedArgs, spec);
286
- return {
287
- flatResponse,
288
- rawResponse: {
289
- statusCode: currentRawResponse.status,
290
- body: currentRawResponse.parsedBody,
291
- headers: currentRawResponse.headers.toJSON()
292
- }
293
- };
294
- });
295
- const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, updateSystemServicesOperationSpec);
296
- const poller = new LroEngine(lro, {
297
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
298
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
299
- });
300
- yield poller.poll();
301
- return poller;
266
+ async beginUpdateSystemServices(resourceGroupName, clusterName, options) {
267
+ const directSendOperation = async (args, spec) => {
268
+ return this.client.sendOperationRequest(args, spec);
269
+ };
270
+ const sendOperation = async (args, spec) => {
271
+ let currentRawResponse = undefined;
272
+ const providedCallback = args.options?.onResponse;
273
+ const callback = (rawResponse, flatResponse) => {
274
+ currentRawResponse = rawResponse;
275
+ providedCallback?.(rawResponse, flatResponse);
276
+ };
277
+ const updatedArgs = {
278
+ ...args,
279
+ options: {
280
+ ...args.options,
281
+ onResponse: callback
282
+ }
283
+ };
284
+ const flatResponse = await directSendOperation(updatedArgs, spec);
285
+ return {
286
+ flatResponse,
287
+ rawResponse: {
288
+ statusCode: currentRawResponse.status,
289
+ body: currentRawResponse.parsedBody,
290
+ headers: currentRawResponse.headers.toJSON()
291
+ }
292
+ };
293
+ };
294
+ const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, updateSystemServicesOperationSpec);
295
+ const poller = new LroEngine(lro, {
296
+ resumeFrom: options?.resumeFrom,
297
+ intervalInMs: options?.updateIntervalInMs
302
298
  });
299
+ await poller.poll();
300
+ return poller;
303
301
  }
304
302
  /**
305
303
  * Updates system services in a cluster.
@@ -307,11 +305,9 @@ export class OperationalizationClustersImpl {
307
305
  * @param clusterName The name of the cluster.
308
306
  * @param options The options parameters.
309
307
  */
310
- beginUpdateSystemServicesAndWait(resourceGroupName, clusterName, options) {
311
- return __awaiter(this, void 0, void 0, function* () {
312
- const poller = yield this.beginUpdateSystemServices(resourceGroupName, clusterName, options);
313
- return poller.pollUntilDone();
314
- });
308
+ async beginUpdateSystemServicesAndWait(resourceGroupName, clusterName, options) {
309
+ const poller = await this.beginUpdateSystemServices(resourceGroupName, clusterName, options);
310
+ return poller.pollUntilDone();
315
311
  }
316
312
  /**
317
313
  * Gets the clusters in the specified resource group.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationalizationClusters.js","sourceRoot":"","sources":["../../../src/operations/operationalizationClusters.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { OperationalizationClusters } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MachineLearningComputeManagementClient } from \"../machineLearningComputeManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n OperationalizationCluster,\n OperationalizationClustersListByResourceGroupNextOptionalParams,\n OperationalizationClustersListByResourceGroupOptionalParams,\n OperationalizationClustersListByResourceGroupResponse,\n OperationalizationClustersListBySubscriptionIdNextOptionalParams,\n OperationalizationClustersListBySubscriptionIdOptionalParams,\n OperationalizationClustersListBySubscriptionIdResponse,\n OperationalizationClustersCreateOrUpdateOptionalParams,\n OperationalizationClustersCreateOrUpdateResponse,\n OperationalizationClustersGetOptionalParams,\n OperationalizationClustersGetResponse,\n OperationalizationClusterUpdateParameters,\n OperationalizationClustersUpdateOptionalParams,\n OperationalizationClustersUpdateResponse,\n OperationalizationClustersDeleteOptionalParams,\n OperationalizationClustersDeleteResponse,\n OperationalizationClustersListKeysOptionalParams,\n OperationalizationClustersListKeysResponse,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse,\n OperationalizationClustersUpdateSystemServicesOptionalParams,\n OperationalizationClustersUpdateSystemServicesResponse,\n OperationalizationClustersListByResourceGroupNextResponse,\n OperationalizationClustersListBySubscriptionIdNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing OperationalizationClusters operations. */\nexport class OperationalizationClustersImpl\n implements OperationalizationClusters {\n private readonly client: MachineLearningComputeManagementClient;\n\n /**\n * Initialize a new instance of the class OperationalizationClusters class.\n * @param client Reference to the service client\n */\n constructor(client: MachineLearningComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationalizationCluster[]> {\n let result: OperationalizationClustersListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<OperationalizationCluster> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param options The options parameters.\n */\n public listBySubscriptionId(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster> {\n const iter = this.listBySubscriptionIdPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionIdPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionIdPagingPage(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationalizationCluster[]> {\n let result: OperationalizationClustersListBySubscriptionIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscriptionId(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionIdNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionIdPagingAll(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): AsyncIterableIterator<OperationalizationCluster> {\n for await (const page of this.listBySubscriptionIdPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersCreateOrUpdateResponse>,\n OperationalizationClustersCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, parameters, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<OperationalizationClustersCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the operationalization cluster resource view. Note that the credentials are not returned by\n * this call. Call ListKeys to get them.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersGetOptionalParams\n ): Promise<OperationalizationClustersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getOperationSpec\n );\n }\n\n /**\n * The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update\n * other properties.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationClusterUpdateParameters,\n options?: OperationalizationClustersUpdateOptionalParams\n ): Promise<OperationalizationClustersUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersDeleteResponse>,\n OperationalizationClustersDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<OperationalizationClustersDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n clusterName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a\n * long running operation because it fetches keys from dependencies.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersListKeysOptionalParams\n ): Promise<OperationalizationClustersListKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listKeysOperationSpec\n );\n }\n\n /**\n * Checks if updates are available for system services in the cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n checkSystemServicesUpdatesAvailable(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n ): Promise<\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse\n > {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n checkSystemServicesUpdatesAvailableOperationSpec\n );\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginUpdateSystemServices(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<\n OperationalizationClustersUpdateSystemServicesResponse\n >,\n OperationalizationClustersUpdateSystemServicesResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OperationalizationClustersUpdateSystemServicesResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, options },\n updateSystemServicesOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginUpdateSystemServicesAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<OperationalizationClustersUpdateSystemServicesResponse> {\n const poller = await this.beginUpdateSystemServices(\n resourceGroupName,\n clusterName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): Promise<OperationalizationClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param options The options parameters.\n */\n private _listBySubscriptionId(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): Promise<OperationalizationClustersListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionIdOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: OperationalizationClustersListByResourceGroupNextOptionalParams\n ): Promise<OperationalizationClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionIdNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscriptionId method.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdNext(\n nextLink: string,\n options?: OperationalizationClustersListBySubscriptionIdNextOptionalParams\n ): Promise<OperationalizationClustersListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionIdNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 201: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 202: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n 204: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationCluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 201: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 202: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.OperationalizationClustersDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWrapper\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.deleteAll],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationalizationClusterCredentials\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkSystemServicesUpdatesAvailableOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/checkSystemServicesUpdatesAvailable\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckSystemServicesUpdatesAvailableResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSystemServicesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName}/updateSystemServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 201: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 202: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n },\n 204: {\n bodyMapper: Mappers.UpdateSystemServicesResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedOperationalizationClustersList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./operationalizationClusters.js";
2
+ export * from "./machineLearningCompute.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC"}
@@ -5,6 +5,6 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./operationalizationClusters";
9
- export * from "./machineLearningCompute";
8
+ export * from "./operationalizationClusters.js";
9
+ export * from "./machineLearningCompute.js";
10
10
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operationalizationClusters.js\";\nexport * from \"./machineLearningCompute.js\";\n"]}
@@ -1,4 +1,4 @@
1
- import { MachineLearningComputeListAvailableOperationsOptionalParams, MachineLearningComputeListAvailableOperationsResponse } from "../models";
1
+ import { MachineLearningComputeListAvailableOperationsOptionalParams, MachineLearningComputeListAvailableOperationsResponse } from "../models/index.js";
2
2
  /** Interface representing a MachineLearningCompute. */
3
3
  export interface MachineLearningCompute {
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"machineLearningCompute.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/machineLearningCompute.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,WAAW,CAAC;AAEnB,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,uBAAuB,CACrB,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;CACnE"}
1
+ {"version":3,"file":"machineLearningCompute.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/machineLearningCompute.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,oBAAoB,CAAC;AAE5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,uBAAuB,CACrB,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;CACnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineLearningCompute.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/machineLearningCompute.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n MachineLearningComputeListAvailableOperationsOptionalParams,\n MachineLearningComputeListAvailableOperationsResponse\n} from \"../models/index.js\";\n\n/** Interface representing a MachineLearningCompute. */\nexport interface MachineLearningCompute {\n /**\n * Gets all available operations.\n * @param options The options parameters.\n */\n listAvailableOperations(\n options?: MachineLearningComputeListAvailableOperationsOptionalParams\n ): Promise<MachineLearningComputeListAvailableOperationsResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { PollerLike, PollOperationState } from "@azure/core-lro";
3
- import { OperationalizationCluster, OperationalizationClustersListByResourceGroupOptionalParams, OperationalizationClustersListBySubscriptionIdOptionalParams, OperationalizationClustersCreateOrUpdateOptionalParams, OperationalizationClustersCreateOrUpdateResponse, OperationalizationClustersGetOptionalParams, OperationalizationClustersGetResponse, OperationalizationClusterUpdateParameters, OperationalizationClustersUpdateOptionalParams, OperationalizationClustersUpdateResponse, OperationalizationClustersDeleteOptionalParams, OperationalizationClustersDeleteResponse, OperationalizationClustersListKeysOptionalParams, OperationalizationClustersListKeysResponse, OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams, OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse, OperationalizationClustersUpdateSystemServicesOptionalParams, OperationalizationClustersUpdateSystemServicesResponse } from "../models";
3
+ import { OperationalizationCluster, OperationalizationClustersListByResourceGroupOptionalParams, OperationalizationClustersListBySubscriptionIdOptionalParams, OperationalizationClustersCreateOrUpdateOptionalParams, OperationalizationClustersCreateOrUpdateResponse, OperationalizationClustersGetOptionalParams, OperationalizationClustersGetResponse, OperationalizationClusterUpdateParameters, OperationalizationClustersUpdateOptionalParams, OperationalizationClustersUpdateResponse, OperationalizationClustersDeleteOptionalParams, OperationalizationClustersDeleteResponse, OperationalizationClustersListKeysOptionalParams, OperationalizationClustersListKeysResponse, OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams, OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse, OperationalizationClustersUpdateSystemServicesOptionalParams, OperationalizationClustersUpdateSystemServicesResponse } from "../models/index.js";
4
4
  /** Interface representing a OperationalizationClusters. */
5
5
  export interface OperationalizationClusters {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationalizationClusters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationalizationClusters.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,2DAA2D,EAC3D,4DAA4D,EAC5D,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,yCAAyC,EACzC,8CAA8C,EAC9C,wCAAwC,EACxC,8CAA8C,EAC9C,wCAAwC,EACxC,gDAAgD,EAChD,0CAA0C,EAC1C,2EAA2E,EAC3E,qEAAqE,EACrE,4DAA4D,EAC5D,sDAAsD,EACvD,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2DAA2D,GACpE,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;OAGG;IACH,oBAAoB,CAClB,OAAO,CAAC,EAAE,4DAA4D,GACrE,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gDAAgD,CAAC,EACpE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yCAAyC,EACrD,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;OAKG;IACH,mCAAmC,CACjC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2EAA2E,GACpF,OAAO,CACR,qEAAqE,CACtE,CAAC;IACF;;;;;OAKG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,UAAU,CACR,kBAAkB,CAChB,sDAAsD,CACvD,EACD,sDAAsD,CACvD,CACF,CAAC;IACF;;;;;OAKG;IACH,gCAAgC,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC,CAAC;CACpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationalizationClusters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationalizationClusters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n OperationalizationCluster,\n OperationalizationClustersListByResourceGroupOptionalParams,\n OperationalizationClustersListBySubscriptionIdOptionalParams,\n OperationalizationClustersCreateOrUpdateOptionalParams,\n OperationalizationClustersCreateOrUpdateResponse,\n OperationalizationClustersGetOptionalParams,\n OperationalizationClustersGetResponse,\n OperationalizationClusterUpdateParameters,\n OperationalizationClustersUpdateOptionalParams,\n OperationalizationClustersUpdateResponse,\n OperationalizationClustersDeleteOptionalParams,\n OperationalizationClustersDeleteResponse,\n OperationalizationClustersListKeysOptionalParams,\n OperationalizationClustersListKeysResponse,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams,\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse,\n OperationalizationClustersUpdateSystemServicesOptionalParams,\n OperationalizationClustersUpdateSystemServicesResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a OperationalizationClusters. */\nexport interface OperationalizationClusters {\n /**\n * Gets the clusters in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: OperationalizationClustersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster>;\n /**\n * Gets the operationalization clusters in the specified subscription.\n * @param options The options parameters.\n */\n listBySubscriptionId(\n options?: OperationalizationClustersListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<OperationalizationCluster>;\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersCreateOrUpdateResponse>,\n OperationalizationClustersCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update an operationalization cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters Parameters supplied to create or update an Operationalization cluster.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationCluster,\n options?: OperationalizationClustersCreateOrUpdateOptionalParams\n ): Promise<OperationalizationClustersCreateOrUpdateResponse>;\n /**\n * Gets the operationalization cluster resource view. Note that the credentials are not returned by\n * this call. Call ListKeys to get them.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersGetOptionalParams\n ): Promise<OperationalizationClustersGetResponse>;\n /**\n * The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update\n * other properties.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters supplied to patch the cluster.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n parameters: OperationalizationClusterUpdateParameters,\n options?: OperationalizationClustersUpdateOptionalParams\n ): Promise<OperationalizationClustersUpdateResponse>;\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<OperationalizationClustersDeleteResponse>,\n OperationalizationClustersDeleteResponse\n >\n >;\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersDeleteOptionalParams\n ): Promise<OperationalizationClustersDeleteResponse>;\n /**\n * Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a\n * long running operation because it fetches keys from dependencies.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersListKeysOptionalParams\n ): Promise<OperationalizationClustersListKeysResponse>;\n /**\n * Checks if updates are available for system services in the cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n checkSystemServicesUpdatesAvailable(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n ): Promise<\n OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse\n >;\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginUpdateSystemServices(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<\n OperationalizationClustersUpdateSystemServicesResponse\n >,\n OperationalizationClustersUpdateSystemServicesResponse\n >\n >;\n /**\n * Updates system services in a cluster.\n * @param resourceGroupName Name of the resource group in which the cluster is located.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginUpdateSystemServicesAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: OperationalizationClustersUpdateSystemServicesOptionalParams\n ): Promise<OperationalizationClustersUpdateSystemServicesResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }