@azure/arm-machinelearningcompute 3.0.0-beta.3 → 3.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +29 -19
  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 -4
  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 +2 -2
  11. package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.js +31 -24
  13. package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/dist/browser/operations/index.d.ts +3 -0
  22. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  23. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  24. package/dist/browser/operations/index.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
  26. package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
  28. package/dist/browser/operations/machineLearningCompute.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
  30. package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +160 -187
  32. package/dist/browser/operations/operationalizationClusters.js.map +1 -0
  33. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  36. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
  43. package/dist/browser/package.json +3 -0
  44. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  45. package/dist/browser/pagingHelper.js.map +1 -0
  46. package/dist/commonjs/index.d.ts +5 -0
  47. package/dist/commonjs/index.d.ts.map +1 -0
  48. package/dist/commonjs/index.js +19 -0
  49. package/dist/commonjs/index.js.map +1 -0
  50. package/dist/commonjs/lroImpl.d.ts +16 -0
  51. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  52. package/dist/commonjs/lroImpl.js +37 -0
  53. package/dist/commonjs/lroImpl.js.map +1 -0
  54. package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
  55. package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
  56. package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
  57. package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
  58. package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -902
  59. package/dist/commonjs/models/index.d.ts.map +1 -0
  60. package/dist/commonjs/models/index.js +169 -0
  61. package/dist/commonjs/models/index.js.map +1 -0
  62. package/dist/commonjs/models/mappers.d.ts +32 -0
  63. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  64. package/dist/commonjs/models/mappers.js +886 -0
  65. package/dist/commonjs/models/mappers.js.map +1 -0
  66. package/dist/commonjs/models/parameters.d.ts +14 -0
  67. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  68. package/dist/commonjs/models/parameters.js +133 -0
  69. package/dist/commonjs/models/parameters.js.map +1 -0
  70. package/dist/commonjs/operations/index.d.ts +3 -0
  71. package/dist/commonjs/operations/index.d.ts.map +1 -0
  72. package/dist/commonjs/operations/index.js +13 -0
  73. package/dist/commonjs/operations/index.js.map +1 -0
  74. package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
  75. package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
  76. package/dist/commonjs/operations/machineLearningCompute.js +49 -0
  77. package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
  78. package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
  79. package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
  80. package/dist/commonjs/operations/operationalizationClusters.js +586 -0
  81. package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  83. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  85. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  87. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
  89. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  91. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js.map +1 -0
  94. package/dist/commonjs/package.json +3 -0
  95. package/dist/commonjs/pagingHelper.d.ts +13 -0
  96. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  97. package/dist/commonjs/pagingHelper.js +34 -0
  98. package/dist/commonjs/pagingHelper.js.map +1 -0
  99. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  100. package/dist/esm/index.d.ts +5 -0
  101. package/dist/esm/index.d.ts.map +1 -0
  102. package/{src/index.ts → dist/esm/index.js} +5 -5
  103. package/dist/esm/index.js.map +1 -0
  104. package/dist/esm/lroImpl.d.ts +16 -0
  105. package/dist/esm/lroImpl.d.ts.map +1 -0
  106. package/dist/esm/lroImpl.js +33 -0
  107. package/dist/esm/lroImpl.js.map +1 -0
  108. package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
  109. package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
  110. package/dist/esm/machineLearningComputeManagementClient.js +108 -0
  111. package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
  112. package/dist/esm/models/index.d.ts +702 -0
  113. package/dist/esm/models/index.d.ts.map +1 -0
  114. package/dist/esm/models/index.js +166 -0
  115. package/dist/esm/models/index.js.map +1 -0
  116. package/dist/esm/models/mappers.d.ts +32 -0
  117. package/dist/esm/models/mappers.d.ts.map +1 -0
  118. package/dist/esm/models/mappers.js +883 -0
  119. package/dist/esm/models/mappers.js.map +1 -0
  120. package/dist/esm/models/parameters.d.ts +14 -0
  121. package/dist/esm/models/parameters.d.ts.map +1 -0
  122. package/dist/esm/models/parameters.js +130 -0
  123. package/dist/esm/models/parameters.js.map +1 -0
  124. package/dist/esm/operations/index.d.ts +3 -0
  125. package/dist/esm/operations/index.d.ts.map +1 -0
  126. package/dist/esm/operations/index.js +10 -0
  127. package/dist/esm/operations/index.js.map +1 -0
  128. package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
  129. package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
  130. package/dist/esm/operations/machineLearningCompute.js +44 -0
  131. package/dist/esm/operations/machineLearningCompute.js.map +1 -0
  132. package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
  133. package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
  134. package/dist/esm/operations/operationalizationClusters.js +581 -0
  135. package/dist/esm/operations/operationalizationClusters.js.map +1 -0
  136. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  137. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  138. package/dist/esm/operationsInterfaces/index.js +10 -0
  139. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  140. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  141. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  142. package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
  143. package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
  144. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  145. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  146. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
  147. package/dist/esm/operationsInterfaces/operationalizationClusters.js.map +1 -0
  148. package/dist/esm/package.json +3 -0
  149. package/dist/esm/pagingHelper.d.ts +13 -0
  150. package/dist/esm/pagingHelper.d.ts.map +1 -0
  151. package/dist/esm/pagingHelper.js +30 -0
  152. package/dist/esm/pagingHelper.js.map +1 -0
  153. package/dist/react-native/index.d.ts +5 -0
  154. package/dist/react-native/index.d.ts.map +1 -0
  155. package/dist/react-native/index.js +13 -0
  156. package/dist/react-native/index.js.map +1 -0
  157. package/dist/react-native/lroImpl.d.ts +16 -0
  158. package/dist/react-native/lroImpl.d.ts.map +1 -0
  159. package/dist/react-native/lroImpl.js +33 -0
  160. package/dist/react-native/lroImpl.js.map +1 -0
  161. package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
  162. package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
  163. package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
  164. package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
  165. package/dist/react-native/models/index.d.ts +702 -0
  166. package/dist/react-native/models/index.d.ts.map +1 -0
  167. package/dist/react-native/models/index.js +166 -0
  168. package/dist/react-native/models/index.js.map +1 -0
  169. package/dist/react-native/models/mappers.d.ts +32 -0
  170. package/dist/react-native/models/mappers.d.ts.map +1 -0
  171. package/dist/react-native/models/mappers.js +883 -0
  172. package/dist/react-native/models/mappers.js.map +1 -0
  173. package/dist/react-native/models/parameters.d.ts +14 -0
  174. package/dist/react-native/models/parameters.d.ts.map +1 -0
  175. package/dist/react-native/models/parameters.js +130 -0
  176. package/dist/react-native/models/parameters.js.map +1 -0
  177. package/dist/react-native/operations/index.d.ts +3 -0
  178. package/dist/react-native/operations/index.d.ts.map +1 -0
  179. package/dist/react-native/operations/index.js +10 -0
  180. package/dist/react-native/operations/index.js.map +1 -0
  181. package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
  182. package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
  183. package/dist/react-native/operations/machineLearningCompute.js +44 -0
  184. package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
  185. package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
  186. package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
  187. package/dist/react-native/operations/operationalizationClusters.js +581 -0
  188. package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
  189. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  190. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  191. package/dist/react-native/operationsInterfaces/index.js +10 -0
  192. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  193. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  194. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  195. package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
  196. package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
  197. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  198. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  199. package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
  200. package/dist/react-native/operationsInterfaces/operationalizationClusters.js.map +1 -0
  201. package/dist/react-native/package.json +3 -0
  202. package/dist/react-native/pagingHelper.d.ts +13 -0
  203. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  204. package/dist/react-native/pagingHelper.js +30 -0
  205. package/dist/react-native/pagingHelper.js.map +1 -0
  206. package/package.json +85 -76
  207. package/dist/index.js +0 -2030
  208. package/dist/index.js.map +0 -1
  209. package/dist/index.min.js +0 -1
  210. package/dist/index.min.js.map +0 -1
  211. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
  212. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
  214. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
  215. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
  216. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
  218. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
  219. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
  220. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
  222. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
  223. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
  224. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
  226. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
  227. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
  228. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
  230. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
  231. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
  232. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
  234. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
  235. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
  236. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
  238. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
  239. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
  242. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
  243. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
  246. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
  247. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
  250. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
  251. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
  254. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
  255. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
  258. package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
  259. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
  262. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
  266. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
  270. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
  271. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
  274. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
  275. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
  278. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
  279. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
  280. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
  282. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
  283. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
  284. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
  286. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
  287. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
  288. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
  290. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
  291. package/dist-esm/src/index.d.ts +0 -6
  292. package/dist-esm/src/index.d.ts.map +0 -1
  293. package/dist-esm/src/index.js.map +0 -1
  294. package/dist-esm/src/lroImpl.js.map +0 -1
  295. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
  296. package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
  297. package/dist-esm/src/models/index.js.map +0 -1
  298. package/dist-esm/src/models/mappers.js.map +0 -1
  299. package/dist-esm/src/models/parameters.js.map +0 -1
  300. package/dist-esm/src/operations/index.d.ts +0 -3
  301. package/dist-esm/src/operations/index.js.map +0 -1
  302. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
  303. package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
  304. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
  305. package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
  306. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  307. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  308. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
  309. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
  310. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
  311. package/dist-esm/src/pagingHelper.js.map +0 -1
  312. package/dist-esm/test/sampleTest.d.ts +0 -2
  313. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  314. package/dist-esm/test/sampleTest.js +0 -38
  315. package/dist-esm/test/sampleTest.js.map +0 -1
  316. package/rollup.config.js +0 -122
  317. package/src/lroImpl.ts +0 -34
  318. package/src/machineLearningComputeManagementClient.ts +0 -148
  319. package/src/models/index.ts +0 -782
  320. package/src/models/mappers.ts +0 -914
  321. package/src/models/parameters.ts +0 -150
  322. package/src/operations/machineLearningCompute.ts +0 -59
  323. package/src/operations/operationalizationClusters.ts +0 -830
  324. package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
  325. package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
  326. package/src/pagingHelper.ts +0 -39
  327. package/tsconfig.json +0 -33
  328. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  329. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  330. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  331. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  332. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  333. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  335. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.js +0 -0
  336. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
  337. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  338. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  339. /package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"getOperationalizationCluster.d.ts","sourceRoot":"","sources":["../../samples-dev/getOperationalizationCluster.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- /**
12
- * This sample demonstrates how to Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
13
- *
14
- * @summary Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
15
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_Get.json
16
- */
17
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
- function getOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const result = yield client.operationalizationClusters.get(resourceGroupName, clusterName);
27
- console.log(result);
28
- });
29
- }
30
- getOperationalizationCluster().catch(console.error);
31
- //# sourceMappingURL=getOperationalizationCluster.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getOperationalizationCluster.js","sourceRoot":"","sources":["../../samples-dev/getOperationalizationCluster.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,GAAG,CACxD,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=listKeysOfAnOperationalizationCluster.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listKeysOfAnOperationalizationCluster.d.ts","sourceRoot":"","sources":["../../samples-dev/listKeysOfAnOperationalizationCluster.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- /**
12
- * This sample demonstrates how to Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a long running operation because it fetches keys from dependencies.
13
- *
14
- * @summary Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a long running operation because it fetches keys from dependencies.
15
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_ListKeys.json
16
- */
17
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
- function listKeysOfAnOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const result = yield client.operationalizationClusters.listKeys(resourceGroupName, clusterName);
27
- console.log(result);
28
- });
29
- }
30
- listKeysOfAnOperationalizationCluster().catch(console.error);
31
- //# sourceMappingURL=listKeysOfAnOperationalizationCluster.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listKeysOfAnOperationalizationCluster.js","sourceRoot":"","sources":["../../samples-dev/listKeysOfAnOperationalizationCluster.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,qCAAqC;;QAClD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,QAAQ,CAC7D,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,qCAAqC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=listOperationalizationClustersByResourceGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listOperationalizationClustersByResourceGroup.d.ts","sourceRoot":"","sources":["../../samples-dev/listOperationalizationClustersByResourceGroup.ts"],"names":[],"mappings":""}
@@ -1,44 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- /**
12
- * This sample demonstrates how to Gets the clusters in the specified resource group.
13
- *
14
- * @summary Gets the clusters in the specified resource group.
15
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_ListByResourceGroup.json
16
- */
17
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
- function listOperationalizationClustersByResourceGroup() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
- const resourceGroupName = "myResourceGroup";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const resArray = new Array();
27
- try {
28
- for (var _b = __asyncValues(client.operationalizationClusters.listByResourceGroup(resourceGroupName)), _c; _c = yield _b.next(), !_c.done;) {
29
- let item = _c.value;
30
- resArray.push(item);
31
- }
32
- }
33
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
34
- finally {
35
- try {
36
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
37
- }
38
- finally { if (e_1) throw e_1.error; }
39
- }
40
- console.log(resArray);
41
- });
42
- }
43
- listOperationalizationClustersByResourceGroup().catch(console.error);
44
- //# sourceMappingURL=listOperationalizationClustersByResourceGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listOperationalizationClustersByResourceGroup.js","sourceRoot":"","sources":["../../samples-dev/listOperationalizationClustersByResourceGroup.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,6CAA6C;;;QAC1D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,0BAA0B,CAAC,mBAAmB,CAC1E,iBAAiB,CAClB,CAAA,IAAA;gBAFU,IAAI,IAAI,WAAA,CAAA;gBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,6CAA6C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=listOperationalizationClustersBySubscription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listOperationalizationClustersBySubscription.d.ts","sourceRoot":"","sources":["../../samples-dev/listOperationalizationClustersBySubscription.ts"],"names":[],"mappings":""}
@@ -1,43 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- /**
12
- * This sample demonstrates how to Gets the operationalization clusters in the specified subscription.
13
- *
14
- * @summary Gets the operationalization clusters in the specified subscription.
15
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_ListBySubscription.json
16
- */
17
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
- function listOperationalizationClustersBySubscription() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
- const credential = new DefaultAzureCredential();
24
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
25
- const resArray = new Array();
26
- try {
27
- for (var _b = __asyncValues(client.operationalizationClusters.listBySubscriptionId()), _c; _c = yield _b.next(), !_c.done;) {
28
- let item = _c.value;
29
- resArray.push(item);
30
- }
31
- }
32
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
33
- finally {
34
- try {
35
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
36
- }
37
- finally { if (e_1) throw e_1.error; }
38
- }
39
- console.log(resArray);
40
- });
41
- }
42
- listOperationalizationClustersBySubscription().catch(console.error);
43
- //# sourceMappingURL=listOperationalizationClustersBySubscription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listOperationalizationClustersBySubscription.js","sourceRoot":"","sources":["../../samples-dev/listOperationalizationClustersBySubscription.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,4CAA4C;;;QACzD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,0BAA0B,CAAC,oBAAoB,EAAE,CAAA,IAAA;gBAApE,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,4CAA4C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=machineLearningComputeListAvailableOperations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeListAvailableOperations.d.ts","sourceRoot":"","sources":["../../samples-dev/machineLearningComputeListAvailableOperations.ts"],"names":[],"mappings":""}
@@ -1,29 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- /**
12
- * This sample demonstrates how to Gets all available operations.
13
- *
14
- * @summary Gets all available operations.
15
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/MachineLearningCompute_ListAvailableOperations.json
16
- */
17
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
- function machineLearningComputeListAvailableOperations() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const credential = new DefaultAzureCredential();
23
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
24
- const result = yield client.machineLearningCompute.listAvailableOperations();
25
- console.log(result);
26
- });
27
- }
28
- machineLearningComputeListAvailableOperations().catch(console.error);
29
- //# sourceMappingURL=machineLearningComputeListAvailableOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeListAvailableOperations.js","sourceRoot":"","sources":["../../samples-dev/machineLearningComputeListAvailableOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,6CAA6C;;QAC1D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,uBAAuB,EAAE,CAAC;QAC7E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,6CAA6C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=machineLearningComputeListAvailableOperationsSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeListAvailableOperationsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/machineLearningComputeListAvailableOperationsSample.ts"],"names":[],"mappings":""}
@@ -1,29 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets all available operations.
15
- *
16
- * @summary Gets all available operations.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/MachineLearningCompute_ListAvailableOperations.json
18
- */
19
- function machineLearningComputeListAvailableOperations() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const credential = new DefaultAzureCredential();
23
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
24
- const result = yield client.machineLearningCompute.listAvailableOperations();
25
- console.log(result);
26
- });
27
- }
28
- machineLearningComputeListAvailableOperations().catch(console.error);
29
- //# sourceMappingURL=machineLearningComputeListAvailableOperationsSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"machineLearningComputeListAvailableOperationsSample.js","sourceRoot":"","sources":["../../samples-dev/machineLearningComputeListAvailableOperationsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,6CAA6C;;QAC1D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,uBAAuB,EAAE,CAAC;QAC7E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,6CAA6C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Checks if updates are available for system services in the cluster.
15
- *
16
- * @summary Checks if updates are available for system services in the cluster.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_CheckSystemServicesUpdatesAvailable.json
18
- */
19
- function checkUpdateForAnOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const result = yield client.operationalizationClusters.checkSystemServicesUpdatesAvailable(resourceGroupName, clusterName);
27
- console.log(result);
28
- });
29
- }
30
- checkUpdateForAnOperationalizationCluster().catch(console.error);
31
- //# sourceMappingURL=operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,yCAAyC;;QACtD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,mCAAmC,CACxF,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yCAAyC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersCreateOrUpdateSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -1,54 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Create or update an operationalization cluster.
15
- *
16
- * @summary Create or update an operationalization cluster.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_CreateOrUpdate.json
18
- */
19
- function putOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const parameters = {
25
- description: "My Operationalization Cluster",
26
- clusterType: "ACS",
27
- containerService: {
28
- orchestratorProperties: {
29
- servicePrincipal: {
30
- clientId: "abcdefghijklmnopqrt",
31
- secret: "<secret>"
32
- }
33
- },
34
- orchestratorType: "Kubernetes"
35
- },
36
- globalServiceConfiguration: {
37
- ssl: {
38
- cert: "afjdklq2131casfakld=",
39
- cname: "foo.bar.com",
40
- key: "flksdafkldsajf=",
41
- status: "Enabled"
42
- }
43
- },
44
- location: "West US",
45
- tags: { key1: "alpha", key2: "beta" }
46
- };
47
- const credential = new DefaultAzureCredential();
48
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
49
- const result = yield client.operationalizationClusters.beginCreateOrUpdateAndWait(resourceGroupName, clusterName, parameters);
50
- console.log(result);
51
- });
52
- }
53
- putOperationalizationCluster().catch(console.error);
54
- //# sourceMappingURL=operationalizationClustersCreateOrUpdateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,sCAAsC,EACvC,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAA8B;YAC5C,WAAW,EAAE,+BAA+B;YAC5C,WAAW,EAAE,KAAK;YAClB,gBAAgB,EAAE;gBAChB,sBAAsB,EAAE;oBACtB,gBAAgB,EAAE;wBAChB,QAAQ,EAAE,qBAAqB;wBAC/B,MAAM,EAAE,UAAU;qBACnB;iBACF;gBACD,gBAAgB,EAAE,YAAY;aAC/B;YACD,0BAA0B,EAAE;gBAC1B,GAAG,EAAE;oBACH,IAAI,EAAE,sBAAsB;oBAC5B,KAAK,EAAE,aAAa;oBACpB,GAAG,EAAE,iBAAiB;oBACtB,MAAM,EAAE,SAAS;iBAClB;aACF;YACD,QAAQ,EAAE,SAAS;YACnB,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE;SACtC,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,0BAA0B,CAC/E,iBAAiB,EACjB,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersDeleteSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersDeleteSample.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Deletes the specified cluster.
15
- *
16
- * @summary Deletes the specified cluster.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_Delete.json
18
- */
19
- function deleteOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const result = yield client.operationalizationClusters.beginDeleteAndWait(resourceGroupName, clusterName);
27
- console.log(result);
28
- });
29
- }
30
- deleteOperationalizationCluster().catch(console.error);
31
- //# sourceMappingURL=operationalizationClustersDeleteSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,+BAA+B;;QAC5C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,kBAAkB,CACvE,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,+BAA+B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersGetSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersGetSample.ts"],"names":[],"mappings":""}
@@ -1,31 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
15
- *
16
- * @summary Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_Get.json
18
- */
19
- function getOperationalizationCluster() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
- const resourceGroupName = "myResourceGroup";
23
- const clusterName = "myCluster";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const result = yield client.operationalizationClusters.get(resourceGroupName, clusterName);
27
- console.log(result);
28
- });
29
- }
30
- getOperationalizationCluster().catch(console.error);
31
- //# sourceMappingURL=operationalizationClustersGetSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersGetSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,0BAA0B,CAAC,GAAG,CACxD,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersListByResourceGroupSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersListByResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersListByResourceGroupSample.ts"],"names":[],"mappings":""}
@@ -1,44 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the clusters in the specified resource group.
15
- *
16
- * @summary Gets the clusters in the specified resource group.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_ListByResourceGroup.json
18
- */
19
- function listOperationalizationClustersByResourceGroup() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
- const resourceGroupName = "myResourceGroup";
24
- const credential = new DefaultAzureCredential();
25
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
26
- const resArray = new Array();
27
- try {
28
- for (var _b = __asyncValues(client.operationalizationClusters.listByResourceGroup(resourceGroupName)), _c; _c = yield _b.next(), !_c.done;) {
29
- let item = _c.value;
30
- resArray.push(item);
31
- }
32
- }
33
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
34
- finally {
35
- try {
36
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
37
- }
38
- finally { if (e_1) throw e_1.error; }
39
- }
40
- console.log(resArray);
41
- });
42
- }
43
- listOperationalizationClustersByResourceGroup().catch(console.error);
44
- //# sourceMappingURL=operationalizationClustersListByResourceGroupSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,6CAA6C;;;QAC1D,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,0BAA0B,CAAC,mBAAmB,CAC1E,iBAAiB,CAClB,CAAA,IAAA;gBAFU,IAAI,IAAI,WAAA,CAAA;gBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,6CAA6C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersListBySubscriptionIdSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersListBySubscriptionIdSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersListBySubscriptionIdSample.ts"],"names":[],"mappings":""}
@@ -1,43 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the operationalization clusters in the specified subscription.
15
- *
16
- * @summary Gets the operationalization clusters in the specified subscription.
17
- * x-ms-original-file: specification/machinelearningcompute/resource-manager/Microsoft.MachineLearningCompute/preview/2017-08-01-preview/examples/OperationalizationClusters_ListBySubscription.json
18
- */
19
- function listOperationalizationClustersBySubscription() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
- const credential = new DefaultAzureCredential();
24
- const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
25
- const resArray = new Array();
26
- try {
27
- for (var _b = __asyncValues(client.operationalizationClusters.listBySubscriptionId()), _c; _c = yield _b.next(), !_c.done;) {
28
- let item = _c.value;
29
- resArray.push(item);
30
- }
31
- }
32
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
33
- finally {
34
- try {
35
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
36
- }
37
- finally { if (e_1) throw e_1.error; }
38
- }
39
- console.log(resArray);
40
- });
41
- }
42
- listOperationalizationClustersBySubscription().catch(console.error);
43
- //# sourceMappingURL=operationalizationClustersListBySubscriptionIdSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersListBySubscriptionIdSample.js","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersListBySubscriptionIdSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,4CAA4C;;;QACzD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,sCAAsC,CACvD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,0BAA0B,CAAC,oBAAoB,EAAE,CAAA,IAAA;gBAApE,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,4CAA4C,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=operationalizationClustersListKeysSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationalizationClustersListKeysSample.d.ts","sourceRoot":"","sources":["../../samples-dev/operationalizationClustersListKeysSample.ts"],"names":[],"mappings":""}