@azure/arm-machinelearningcompute 3.0.0-alpha.20250211.1 → 3.0.0-alpha.20250212.1

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 (335) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +2 -2
  9. package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.js +15 -18
  11. package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +3 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
  21. package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +2 -2
  23. package/dist/browser/operations/machineLearningCompute.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
  25. package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +101 -113
  27. package/dist/browser/operations/operationalizationClusters.js.map +1 -0
  28. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  31. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
  34. package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
  38. package/dist/browser/package.json +3 -0
  39. package/dist/browser/pagingHelper.js.map +1 -0
  40. package/dist/commonjs/index.d.ts +5 -0
  41. package/dist/commonjs/index.d.ts.map +1 -0
  42. package/dist/commonjs/index.js +19 -0
  43. package/dist/commonjs/index.js.map +1 -0
  44. package/dist/commonjs/lroImpl.d.ts +16 -0
  45. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  46. package/dist/commonjs/lroImpl.js +29 -0
  47. package/dist/commonjs/lroImpl.js.map +1 -0
  48. package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
  49. package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
  50. package/dist/commonjs/machineLearningComputeManagementClient.js +103 -0
  51. package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
  52. package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -902
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +169 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +32 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +873 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +14 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +133 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/index.d.ts +3 -0
  65. package/dist/commonjs/operations/index.d.ts.map +1 -0
  66. package/dist/commonjs/operations/index.js +13 -0
  67. package/dist/commonjs/operations/index.js.map +1 -0
  68. package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
  69. package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
  70. package/dist/commonjs/operations/machineLearningCompute.js +48 -0
  71. package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
  72. package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
  73. package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
  74. package/dist/commonjs/operations/operationalizationClusters.js +604 -0
  75. package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  77. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  79. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  81. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  85. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js.map +1 -0
  88. package/dist/commonjs/package.json +3 -0
  89. package/dist/commonjs/pagingHelper.d.ts +13 -0
  90. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  91. package/dist/commonjs/pagingHelper.js +36 -0
  92. package/dist/commonjs/pagingHelper.js.map +1 -0
  93. package/dist/esm/index.d.ts +5 -0
  94. package/dist/esm/index.d.ts.map +1 -0
  95. package/{src/index.ts → dist/esm/index.js} +5 -5
  96. package/dist/esm/index.js.map +1 -0
  97. package/dist/esm/lroImpl.d.ts +16 -0
  98. package/dist/esm/lroImpl.d.ts.map +1 -0
  99. package/dist/esm/lroImpl.js +25 -0
  100. package/dist/esm/lroImpl.js.map +1 -0
  101. package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
  102. package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
  103. package/dist/esm/machineLearningComputeManagementClient.js +98 -0
  104. package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
  105. package/dist/esm/models/index.d.ts +702 -0
  106. package/dist/esm/models/index.d.ts.map +1 -0
  107. package/dist/esm/models/index.js +166 -0
  108. package/dist/esm/models/index.js.map +1 -0
  109. package/dist/esm/models/mappers.d.ts +32 -0
  110. package/dist/esm/models/mappers.d.ts.map +1 -0
  111. package/dist/esm/models/mappers.js +870 -0
  112. package/dist/esm/models/mappers.js.map +1 -0
  113. package/dist/esm/models/parameters.d.ts +14 -0
  114. package/dist/esm/models/parameters.d.ts.map +1 -0
  115. package/dist/esm/models/parameters.js +130 -0
  116. package/dist/esm/models/parameters.js.map +1 -0
  117. package/dist/esm/operations/index.d.ts +3 -0
  118. package/dist/esm/operations/index.d.ts.map +1 -0
  119. package/dist/esm/operations/index.js +10 -0
  120. package/dist/esm/operations/index.js.map +1 -0
  121. package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
  122. package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
  123. package/dist/esm/operations/machineLearningCompute.js +43 -0
  124. package/dist/esm/operations/machineLearningCompute.js.map +1 -0
  125. package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
  126. package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
  127. package/dist/esm/operations/operationalizationClusters.js +600 -0
  128. package/dist/esm/operations/operationalizationClusters.js.map +1 -0
  129. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  130. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  131. package/dist/esm/operationsInterfaces/index.js +10 -0
  132. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  133. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  134. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  135. package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
  136. package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  138. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  139. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
  140. package/dist/esm/operationsInterfaces/operationalizationClusters.js.map +1 -0
  141. package/dist/esm/package.json +3 -0
  142. package/dist/esm/pagingHelper.d.ts +13 -0
  143. package/dist/esm/pagingHelper.d.ts.map +1 -0
  144. package/dist/esm/pagingHelper.js +32 -0
  145. package/dist/esm/pagingHelper.js.map +1 -0
  146. package/dist/react-native/index.d.ts +5 -0
  147. package/dist/react-native/index.d.ts.map +1 -0
  148. package/dist/react-native/index.js +13 -0
  149. package/dist/react-native/index.js.map +1 -0
  150. package/dist/react-native/lroImpl.d.ts +16 -0
  151. package/dist/react-native/lroImpl.d.ts.map +1 -0
  152. package/dist/react-native/lroImpl.js +25 -0
  153. package/dist/react-native/lroImpl.js.map +1 -0
  154. package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
  155. package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
  156. package/dist/react-native/machineLearningComputeManagementClient.js +98 -0
  157. package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
  158. package/dist/react-native/models/index.d.ts +702 -0
  159. package/dist/react-native/models/index.d.ts.map +1 -0
  160. package/dist/react-native/models/index.js +166 -0
  161. package/dist/react-native/models/index.js.map +1 -0
  162. package/dist/react-native/models/mappers.d.ts +32 -0
  163. package/dist/react-native/models/mappers.d.ts.map +1 -0
  164. package/dist/react-native/models/mappers.js +870 -0
  165. package/dist/react-native/models/mappers.js.map +1 -0
  166. package/dist/react-native/models/parameters.d.ts +14 -0
  167. package/dist/react-native/models/parameters.d.ts.map +1 -0
  168. package/dist/react-native/models/parameters.js +130 -0
  169. package/dist/react-native/models/parameters.js.map +1 -0
  170. package/dist/react-native/operations/index.d.ts +3 -0
  171. package/dist/react-native/operations/index.d.ts.map +1 -0
  172. package/dist/react-native/operations/index.js +10 -0
  173. package/dist/react-native/operations/index.js.map +1 -0
  174. package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
  175. package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
  176. package/dist/react-native/operations/machineLearningCompute.js +43 -0
  177. package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
  178. package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
  179. package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
  180. package/dist/react-native/operations/operationalizationClusters.js +600 -0
  181. package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
  182. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  183. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  184. package/dist/react-native/operationsInterfaces/index.js +10 -0
  185. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  186. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  187. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  188. package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
  189. package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
  190. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  191. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  192. package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
  193. package/dist/react-native/operationsInterfaces/operationalizationClusters.js.map +1 -0
  194. package/dist/react-native/package.json +3 -0
  195. package/dist/react-native/pagingHelper.d.ts +13 -0
  196. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  197. package/dist/react-native/pagingHelper.js +32 -0
  198. package/dist/react-native/pagingHelper.js.map +1 -0
  199. package/package.json +70 -41
  200. package/dist/index.js +0 -2033
  201. package/dist/index.js.map +0 -1
  202. package/dist/index.min.js +0 -1
  203. package/dist/index.min.js.map +0 -1
  204. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
  205. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -29
  207. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
  208. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
  209. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -29
  211. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
  212. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
  213. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -29
  215. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
  216. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
  217. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -29
  219. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
  220. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
  221. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
  223. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
  224. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
  225. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
  227. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
  228. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
  229. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -27
  231. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
  232. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -27
  235. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
  236. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -29
  239. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
  240. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -45
  243. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
  244. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -29
  247. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
  248. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -29
  251. package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
  252. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
  255. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
  256. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
  259. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
  260. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -29
  263. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
  264. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -25
  267. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
  268. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -29
  271. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
  272. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
  273. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -19
  275. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
  276. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
  277. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -39
  279. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
  280. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
  281. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -29
  283. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
  284. package/dist-esm/src/index.d.ts +0 -5
  285. package/dist-esm/src/index.js.map +0 -1
  286. package/dist-esm/src/lroImpl.js +0 -29
  287. package/dist-esm/src/lroImpl.js.map +0 -1
  288. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
  289. package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
  290. package/dist-esm/src/models/index.js.map +0 -1
  291. package/dist-esm/src/models/mappers.js.map +0 -1
  292. package/dist-esm/src/models/parameters.js.map +0 -1
  293. package/dist-esm/src/operations/index.d.ts +0 -3
  294. package/dist-esm/src/operations/index.js.map +0 -1
  295. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
  296. package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
  297. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
  298. package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
  299. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  300. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  301. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
  302. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
  303. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
  304. package/dist-esm/src/pagingHelper.js.map +0 -1
  305. package/dist-esm/test/sampleTest.d.ts +0 -2
  306. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  307. package/dist-esm/test/sampleTest.js +0 -42
  308. package/dist-esm/test/sampleTest.js.map +0 -1
  309. package/src/lroImpl.ts +0 -34
  310. package/src/machineLearningComputeManagementClient.ts +0 -148
  311. package/src/models/index.ts +0 -782
  312. package/src/models/mappers.ts +0 -914
  313. package/src/models/parameters.ts +0 -150
  314. package/src/operations/machineLearningCompute.ts +0 -59
  315. package/src/operations/operationalizationClusters.ts +0 -830
  316. package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
  317. package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
  318. package/src/pagingHelper.ts +0 -39
  319. package/tsconfig.json +0 -33
  320. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  321. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  322. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  323. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  324. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  325. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  326. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  327. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  328. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  329. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  330. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.js +0 -0
  331. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
  332. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  333. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  334. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  335. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/README.md CHANGED
@@ -48,23 +48,31 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
48
48
 
49
49
  For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { MachineLearningComputeManagementClient } = require("@azure/arm-machinelearningcompute");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new MachineLearningComputeManagementClient(
58
59
  new DefaultAzureCredential(),
59
60
  subscriptionId,
60
61
  );
62
+ ```
63
+
64
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
65
+
66
+ ```ts snippet:ReadmeSampleCreateClient_Browser
67
+ import { InteractiveBrowserCredential } from "@azure/identity";
68
+ import { MachineLearningComputeManagementClient } from "@azure/arm-machinelearningcompute";
61
69
 
62
- // For client-side applications running in the browser, use this code instead:
63
- // const credential = new InteractiveBrowserCredential({
64
- // tenantId: "<YOUR_TENANT_ID>",
65
- // clientId: "<YOUR_CLIENT_ID>"
66
- // });
67
- // const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
70
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
71
+ const credential = new InteractiveBrowserCredential({
72
+ tenantId: "<YOUR_TENANT_ID>",
73
+ clientId: "<YOUR_CLIENT_ID>",
74
+ });
75
+ const client = new MachineLearningComputeManagementClient(credential, subscriptionId);
68
76
  ```
69
77
 
70
78
  ### JavaScript Bundle
@@ -83,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
83
91
 
84
92
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
85
93
 
86
- ```javascript
87
- const { setLogLevel } = require("@azure/logger");
94
+ ```ts snippet:SetLogLevel
95
+ import { setLogLevel } from "@azure/logger";
96
+
88
97
  setLogLevel("info");
89
98
  ```
90
99
 
@@ -102,8 +111,6 @@ If you'd like to contribute to this library, please read the [contributing guide
102
111
 
103
112
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
104
113
 
105
-
106
-
107
114
  [azure_cli]: https://learn.microsoft.com/cli/azure
108
115
  [azure_sub]: https://azure.microsoft.com/free/
109
116
  [azure_sub]: https://azure.microsoft.com/free/
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { MachineLearningComputeManagementClient } from "./machineLearningComputeManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AACrG,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { MachineLearningComputeManagementClient } from \"./machineLearningComputeManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,25 @@
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 { __rest } from "tslib";
9
+ export class LroImpl {
10
+ constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
11
+ this.sendOperationFn = sendOperationFn;
12
+ this.args = args;
13
+ this.spec = spec;
14
+ this.requestPath = requestPath;
15
+ this.requestMethod = requestMethod;
16
+ }
17
+ async sendInitialRequest() {
18
+ return this.sendOperationFn(this.args, this.spec);
19
+ }
20
+ async sendPollRequest(path) {
21
+ const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
22
+ return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
23
+ }
24
+ }
25
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { OperationalizationClusters, MachineLearningCompute } from "./operationsInterfaces";
4
- import { MachineLearningComputeManagementClientOptionalParams } from "./models";
3
+ import { OperationalizationClusters, MachineLearningCompute } from "./operationsInterfaces/index.js";
4
+ import { MachineLearningComputeManagementClientOptionalParams } from "./models/index.js";
5
5
  export declare class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
6
6
  $host: string;
7
7
  apiVersion: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineLearningComputeManagementClient.d.ts","sourceRoot":"","sources":["../../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAK7C,OAAO,EACL,0BAA0B,EAC1B,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oDAAoD,EAAE,MAAM,mBAAmB,CAAC;AAEzF,qBAAa,sCAAuC,SAAQ,UAAU,CAAC,aAAa;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oDAAoD;IA6EhE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,sBAAsB,EAAE,sBAAsB,CAAC;CAChD"}
@@ -5,10 +5,9 @@
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 { __awaiter } from "tslib";
9
8
  import * as coreClient from "@azure/core-client";
10
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
- import { OperationalizationClustersImpl, MachineLearningComputeImpl } from "./operations";
10
+ import { OperationalizationClustersImpl, MachineLearningComputeImpl } from "./operations/index.js";
12
11
  export class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
13
12
  /**
14
13
  * Initializes a new instance of the MachineLearningComputeManagementClient class.
@@ -77,22 +76,20 @@ export class MachineLearningComputeManagementClient extends coreClient.ServiceCl
77
76
  }
78
77
  const apiVersionPolicy = {
79
78
  name: "CustomApiVersionPolicy",
80
- sendRequest(request, next) {
81
- return __awaiter(this, void 0, void 0, function* () {
82
- const param = request.url.split("?");
83
- if (param.length > 1) {
84
- const newParams = param[1].split("&").map((item) => {
85
- if (item.indexOf("api-version") > -1) {
86
- return "api-version=" + apiVersion;
87
- }
88
- else {
89
- return item;
90
- }
91
- });
92
- request.url = param[0] + "?" + newParams.join("&");
93
- }
94
- return next(request);
95
- });
79
+ async sendRequest(request, next) {
80
+ const param = request.url.split("?");
81
+ if (param.length > 1) {
82
+ const newParams = param[1].split("&").map((item) => {
83
+ if (item.indexOf("api-version") > -1) {
84
+ return "api-version=" + apiVersion;
85
+ }
86
+ else {
87
+ return item;
88
+ }
89
+ });
90
+ request.url = param[0] + "?" + newParams.join("&");
91
+ }
92
+ return next(request);
96
93
  }
97
94
  };
98
95
  this.pipeline.addPolicy(apiVersionPolicy);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineLearningComputeManagementClient.js","sourceRoot":"","sources":["../../src/machineLearningComputeManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationalizationClustersImpl,\n MachineLearningComputeImpl\n} from \"./operations/index.js\";\nimport {\n OperationalizationClusters,\n MachineLearningCompute\n} from \"./operationsInterfaces/index.js\";\nimport { MachineLearningComputeManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class MachineLearningComputeManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the MachineLearningComputeManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The Azure subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MachineLearningComputeManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: MachineLearningComputeManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-machinelearningcompute/3.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2017-08-01-preview\";\n this.operationalizationClusters = new OperationalizationClustersImpl(this);\n this.machineLearningCompute = new MachineLearningComputeImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operationalizationClusters: OperationalizationClusters;\n machineLearningCompute: MachineLearningCompute;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Wrapper for error response to follow ARM guidelines. */\nexport interface ErrorResponseWrapper {\n /** The error response. */\n error?: ErrorResponse;\n}\n\n/** Error response information. */\nexport interface ErrorResponse {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n /** An array of error detail objects. */\n details?: ErrorDetail[];\n}\n\n/** Error detail information. */\nexport interface ErrorDetail {\n /** Error code. */\n code: string;\n /** Error message. */\n message: string;\n}\n\n/** Properties of Storage Account. */\nexport interface StorageAccountProperties {\n /** ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Properties of Azure Container Registry. */\nexport interface ContainerRegistryProperties {\n /** ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created. */\n resourceId?: string;\n}\n\n/** Information about the container service backing the cluster */\nexport interface AcsClusterProperties {\n /**\n * The FQDN of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterFqdn?: string;\n /** Type of orchestrator. It cannot be changed once the cluster is created. */\n orchestratorType: OrchestratorType;\n /** Orchestrator specific properties */\n orchestratorProperties?: KubernetesClusterProperties;\n /** The system services deployed to the cluster */\n systemServices?: SystemService[];\n /** The number of master nodes in the container service. */\n masterCount?: number;\n /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */\n agentCount?: number;\n /** The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. */\n agentVmSize?: AgentVMSizeTypes;\n}\n\n/** Kubernetes cluster specific properties */\nexport interface KubernetesClusterProperties {\n /** The Azure Service Principal used by Kubernetes */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/** The Azure service principal used by Kubernetes for configuring load balancers */\nexport interface ServicePrincipalProperties {\n /** The service principal client ID */\n clientId: string;\n /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */\n secret: string;\n}\n\n/** Information about a system service deployed in the cluster */\nexport interface SystemService {\n /** The system service type */\n systemServiceType: SystemServiceType;\n /**\n * The public IP address of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIpAddress?: string;\n /**\n * The state of the system service\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Properties of App Insights. */\nexport interface AppInsightsProperties {\n /** ARM resource ID of the App Insights. */\n resourceId?: string;\n}\n\n/** Global configuration for services in the cluster. */\nexport interface GlobalServiceConfiguration {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The configuration ETag for updates. */\n etag?: string;\n /** The SSL configuration properties */\n ssl?: SslConfiguration;\n /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuth?: ServiceAuthConfiguration;\n /** The auto-scale configuration */\n autoScale?: AutoScaleConfiguration;\n}\n\n/** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */\nexport interface SslConfiguration {\n /** SSL status. Allowed values are Enabled and Disabled. */\n status?: Status;\n /** The SSL cert data in PEM format. */\n cert?: string;\n /** The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n key?: string;\n /** The CName of the certificate. */\n cname?: string;\n}\n\n/** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */\nexport interface ServiceAuthConfiguration {\n /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n primaryAuthKeyHash: string;\n /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */\n secondaryAuthKeyHash: string;\n}\n\n/** AutoScale configuration properties. */\nexport interface AutoScaleConfiguration {\n /** If auto-scale is enabled for all services. Each service can turn it off individually. */\n status?: Status;\n /** The minimum number of replicas for each service. */\n minReplicas?: number;\n /** The maximum number of replicas for each service. */\n maxReplicas?: number;\n /** The target utilization. */\n targetUtilization?: number;\n /** Refresh period in seconds. */\n refreshPeriodInSeconds?: number;\n}\n\n/** Azure resource */\nexport interface Resource {\n /**\n * Specifies the resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Specifies the name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Specifies the location of the resource. */\n location: string;\n /**\n * Specifies the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Parameters for PATCH operation on an operationalization cluster */\nexport interface OperationalizationClusterUpdateParameters {\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Credentials to resources in the cluster. */\nexport interface OperationalizationClusterCredentials {\n /** Credentials for the Storage Account. */\n storageAccount?: StorageAccountCredentials;\n /** Credentials for Azure Container Registry. */\n containerRegistry?: ContainerRegistryCredentials;\n /** Credentials for Azure Container Service. */\n containerService?: ContainerServiceCredentials;\n /** Credentials for Azure AppInsights. */\n appInsights?: AppInsightsCredentials;\n /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */\n serviceAuthConfiguration?: ServiceAuthConfiguration;\n /** The SSL configuration for the services. */\n sslConfiguration?: SslConfiguration;\n}\n\n/** Access information for the storage account. */\nexport interface StorageAccountCredentials {\n /**\n * The ARM resource ID of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The primary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * The secondary key of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerRegistryCredentials {\n /**\n * The ACR login server name. User name is the first part of the FQDN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loginServer?: string;\n /**\n * The ACR primary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /**\n * The ACR secondary password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password2?: string;\n /**\n * The ACR login username.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly username?: string;\n}\n\n/** Information about the Azure Container Registry which contains the images deployed to the cluster. */\nexport interface ContainerServiceCredentials {\n /**\n * The ACS kube config file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly acsKubeConfig?: string;\n /**\n * Service principal configuration used by Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly servicePrincipalConfiguration?: ServicePrincipalProperties;\n /**\n * The ACR image pull secret name which was created in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imagePullSecretName?: string;\n}\n\n/** AppInsights credentials. */\nexport interface AppInsightsCredentials {\n /** The AppInsights application ID. */\n appId?: string;\n /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */\n instrumentationKey?: string;\n}\n\n/** Information about updates available for system services in a cluster. */\nexport interface CheckSystemServicesUpdatesAvailableResponse {\n /**\n * Yes if updates are available for the system services, No if not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatesAvailable?: UpdatesAvailable;\n}\n\n/** Response of the update system services API */\nexport interface UpdateSystemServicesResponse {\n /**\n * Update status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStatus?: OperationStatus;\n /**\n * The date and time when the last system services update was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateStartedOn?: Date;\n /**\n * The date and time when the last system services update completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updateCompletedOn?: Date;\n}\n\n/** Paginated list of operationalization clusters. */\nexport interface PaginatedOperationalizationClustersList {\n /** An array of cluster objects. */\n value?: OperationalizationCluster[];\n /** A continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\n/** Available operation list. */\nexport interface AvailableOperations {\n /** An array of available operations. */\n value?: ResourceOperation[];\n}\n\n/** Resource operation. */\nexport interface ResourceOperation {\n /** Name of this operation. */\n name?: string;\n /** Display of the operation. */\n display?: ResourceOperationDisplay;\n /** The operation origin. */\n origin?: string;\n}\n\n/** Display of the operation. */\nexport interface ResourceOperationDisplay {\n /** The resource provider name. */\n provider?: string;\n /** The resource name. */\n resource?: string;\n /** The operation. */\n operation?: string;\n /** The description of the operation. */\n description?: string;\n}\n\n/** Instance of an Azure ML Operationalization Cluster resource. */\nexport interface OperationalizationCluster extends Resource {\n /** The description of the cluster. */\n description?: string;\n /**\n * The date and time when the cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The date and time when the cluster was last modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedOn?: Date;\n /**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OperationStatus;\n /**\n * List of provisioning errors reported by the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningErrors?: ErrorResponseWrapper[];\n /** The cluster type. */\n clusterType?: ClusterType;\n /** Storage Account properties. */\n storageAccount?: StorageAccountProperties;\n /** Container Registry properties. */\n containerRegistry?: ContainerRegistryProperties;\n /** Parameters for the Azure Container Service cluster. */\n containerService?: AcsClusterProperties;\n /** AppInsights configuration. */\n appInsights?: AppInsightsProperties;\n /** Contains global configuration for the web services in the cluster. */\n globalServiceConfiguration?: GlobalServiceConfiguration;\n}\n\n/** Defines headers for OperationalizationClusters_delete operation. */\nexport interface OperationalizationClustersDeleteHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Defines headers for OperationalizationClusters_updateSystemServices operation. */\nexport interface OperationalizationClustersUpdateSystemServicesHeaders {\n /** URI of the async operation. */\n location?: string;\n}\n\n/** Known values of {@link OperationStatus} that the service accepts. */\nexport enum KnownOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for OperationStatus. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Updating** \\\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type OperationStatus = string;\n\n/** Known values of {@link ClusterType} that the service accepts. */\nexport enum KnownClusterType {\n /** ACS */\n ACS = \"ACS\",\n /** Local */\n Local = \"Local\"\n}\n\n/**\n * Defines values for ClusterType. \\\n * {@link KnownClusterType} can be used interchangeably with ClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ACS** \\\n * **Local**\n */\nexport type ClusterType = string;\n\n/** Known values of {@link OrchestratorType} that the service accepts. */\nexport enum KnownOrchestratorType {\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for OrchestratorType. \\\n * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Kubernetes** \\\n * **None**\n */\nexport type OrchestratorType = string;\n\n/** Known values of {@link SystemServiceType} that the service accepts. */\nexport enum KnownSystemServiceType {\n /** None */\n None = \"None\",\n /** ScoringFrontEnd */\n ScoringFrontEnd = \"ScoringFrontEnd\",\n /** BatchFrontEnd */\n BatchFrontEnd = \"BatchFrontEnd\"\n}\n\n/**\n * Defines values for SystemServiceType. \\\n * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ScoringFrontEnd** \\\n * **BatchFrontEnd**\n */\nexport type SystemServiceType = string;\n\n/** Known values of {@link AgentVMSizeTypes} that the service accepts. */\nexport enum KnownAgentVMSizeTypes {\n /** StandardA0 */\n StandardA0 = \"Standard_A0\",\n /** StandardA1 */\n StandardA1 = \"Standard_A1\",\n /** StandardA2 */\n StandardA2 = \"Standard_A2\",\n /** StandardA3 */\n StandardA3 = \"Standard_A3\",\n /** StandardA4 */\n StandardA4 = \"Standard_A4\",\n /** StandardA5 */\n StandardA5 = \"Standard_A5\",\n /** StandardA6 */\n StandardA6 = \"Standard_A6\",\n /** StandardA7 */\n StandardA7 = \"Standard_A7\",\n /** StandardA8 */\n StandardA8 = \"Standard_A8\",\n /** StandardA9 */\n StandardA9 = \"Standard_A9\",\n /** StandardA10 */\n StandardA10 = \"Standard_A10\",\n /** StandardA11 */\n StandardA11 = \"Standard_A11\",\n /** StandardD1 */\n StandardD1 = \"Standard_D1\",\n /** StandardD2 */\n StandardD2 = \"Standard_D2\",\n /** StandardD3 */\n StandardD3 = \"Standard_D3\",\n /** StandardD4 */\n StandardD4 = \"Standard_D4\",\n /** StandardD11 */\n StandardD11 = \"Standard_D11\",\n /** StandardD12 */\n StandardD12 = \"Standard_D12\",\n /** StandardD13 */\n StandardD13 = \"Standard_D13\",\n /** StandardD14 */\n StandardD14 = \"Standard_D14\",\n /** StandardD1V2 */\n StandardD1V2 = \"Standard_D1_v2\",\n /** StandardD2V2 */\n StandardD2V2 = \"Standard_D2_v2\",\n /** StandardD3V2 */\n StandardD3V2 = \"Standard_D3_v2\",\n /** StandardD4V2 */\n StandardD4V2 = \"Standard_D4_v2\",\n /** StandardD5V2 */\n StandardD5V2 = \"Standard_D5_v2\",\n /** StandardD11V2 */\n StandardD11V2 = \"Standard_D11_v2\",\n /** StandardD12V2 */\n StandardD12V2 = \"Standard_D12_v2\",\n /** StandardD13V2 */\n StandardD13V2 = \"Standard_D13_v2\",\n /** StandardD14V2 */\n StandardD14V2 = \"Standard_D14_v2\",\n /** StandardG1 */\n StandardG1 = \"Standard_G1\",\n /** StandardG2 */\n StandardG2 = \"Standard_G2\",\n /** StandardG3 */\n StandardG3 = \"Standard_G3\",\n /** StandardG4 */\n StandardG4 = \"Standard_G4\",\n /** StandardG5 */\n StandardG5 = \"Standard_G5\",\n /** StandardDS1 */\n StandardDS1 = \"Standard_DS1\",\n /** StandardDS2 */\n StandardDS2 = \"Standard_DS2\",\n /** StandardDS3 */\n StandardDS3 = \"Standard_DS3\",\n /** StandardDS4 */\n StandardDS4 = \"Standard_DS4\",\n /** StandardDS11 */\n StandardDS11 = \"Standard_DS11\",\n /** StandardDS12 */\n StandardDS12 = \"Standard_DS12\",\n /** StandardDS13 */\n StandardDS13 = \"Standard_DS13\",\n /** StandardDS14 */\n StandardDS14 = \"Standard_DS14\",\n /** StandardGS1 */\n StandardGS1 = \"Standard_GS1\",\n /** StandardGS2 */\n StandardGS2 = \"Standard_GS2\",\n /** StandardGS3 */\n StandardGS3 = \"Standard_GS3\",\n /** StandardGS4 */\n StandardGS4 = \"Standard_GS4\",\n /** StandardGS5 */\n StandardGS5 = \"Standard_GS5\"\n}\n\n/**\n * Defines values for AgentVMSizeTypes. \\\n * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_A0** \\\n * **Standard_A1** \\\n * **Standard_A2** \\\n * **Standard_A3** \\\n * **Standard_A4** \\\n * **Standard_A5** \\\n * **Standard_A6** \\\n * **Standard_A7** \\\n * **Standard_A8** \\\n * **Standard_A9** \\\n * **Standard_A10** \\\n * **Standard_A11** \\\n * **Standard_D1** \\\n * **Standard_D2** \\\n * **Standard_D3** \\\n * **Standard_D4** \\\n * **Standard_D11** \\\n * **Standard_D12** \\\n * **Standard_D13** \\\n * **Standard_D14** \\\n * **Standard_D1_v2** \\\n * **Standard_D2_v2** \\\n * **Standard_D3_v2** \\\n * **Standard_D4_v2** \\\n * **Standard_D5_v2** \\\n * **Standard_D11_v2** \\\n * **Standard_D12_v2** \\\n * **Standard_D13_v2** \\\n * **Standard_D14_v2** \\\n * **Standard_G1** \\\n * **Standard_G2** \\\n * **Standard_G3** \\\n * **Standard_G4** \\\n * **Standard_G5** \\\n * **Standard_DS1** \\\n * **Standard_DS2** \\\n * **Standard_DS3** \\\n * **Standard_DS4** \\\n * **Standard_DS11** \\\n * **Standard_DS12** \\\n * **Standard_DS13** \\\n * **Standard_DS14** \\\n * **Standard_GS1** \\\n * **Standard_GS2** \\\n * **Standard_GS3** \\\n * **Standard_GS4** \\\n * **Standard_GS5**\n */\nexport type AgentVMSizeTypes = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type Status = string;\n\n/** Known values of {@link UpdatesAvailable} that the service accepts. */\nexport enum KnownUpdatesAvailable {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\"\n}\n\n/**\n * Defines values for UpdatesAvailable. \\\n * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No**\n */\nexport type UpdatesAvailable = string;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationalizationClustersGetResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type OperationalizationClustersUpdateResponse = OperationalizationCluster;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, deletes all resources associated with this cluster. */\n deleteAll?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkSystemServicesUpdatesAvailable operation. */\nexport type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersUpdateSystemServicesOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updateSystemServices operation. */\nexport type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionId operation. */\nexport type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface OperationalizationClustersListBySubscriptionIdNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skiptoken?: string;\n}\n\n/** Contains response data for the listBySubscriptionIdNext operation. */\nexport type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeListAvailableOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAvailableOperations operation. */\nexport type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface MachineLearningComputeManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,YAAY,EAAE,CAAC;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,YAAY,EAAE,CAAC;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,YAAY,EAAE,gBAAgB;gBAC9B,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,YAAY,EAAE,CAAC;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2CAA2C,GAA+B;IACrF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,EACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qDAAqD,GAA+B;IAC/F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,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\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ErrorResponseWrapper: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AcsClusterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\",\n modelProperties: {\n clusterFqdn: {\n serializedName: \"clusterFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorType: {\n serializedName: \"orchestratorType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorProperties: {\n serializedName: \"orchestratorProperties\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\"\n }\n },\n systemServices: {\n serializedName: \"systemServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemService\"\n }\n }\n }\n },\n masterCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1\n },\n serializedName: \"masterCount\",\n type: {\n name: \"Number\"\n }\n },\n agentCount: {\n defaultValue: 2,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n serializedName: \"agentCount\",\n type: {\n name: \"Number\"\n }\n },\n agentVmSize: {\n defaultValue: \"Standard_D3_v2\",\n serializedName: \"agentVmSize\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubernetesClusterProperties: coreClient.CompositeMapper = {\n serializedName: \"Kubernetes\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\",\n modelProperties: {\n servicePrincipal: {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n }\n }\n }\n};\n\nexport const ServicePrincipalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemService\",\n modelProperties: {\n systemServiceType: {\n serializedName: \"systemServiceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GlobalServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n ssl: {\n serializedName: \"ssl\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n },\n serviceAuth: {\n serializedName: \"serviceAuth\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n autoScale: {\n serializedName: \"autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SslConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n cert: {\n serializedName: \"cert\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceAuthConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\",\n modelProperties: {\n primaryAuthKeyHash: {\n serializedName: \"primaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secondaryAuthKeyHash: {\n serializedName: \"secondaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n minReplicas: {\n defaultValue: 1,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\"\n }\n },\n maxReplicas: {\n defaultValue: 100,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\"\n }\n },\n targetUtilization: {\n serializedName: \"targetUtilization\",\n type: {\n name: \"Number\"\n }\n },\n refreshPeriodInSeconds: {\n serializedName: \"refreshPeriodInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterCredentials\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\"\n }\n },\n containerRegistry: {\n serializedName: \"containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\"\n }\n },\n containerService: {\n serializedName: \"containerService\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\"\n }\n },\n appInsights: {\n serializedName: \"appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\"\n }\n },\n serviceAuthConfiguration: {\n serializedName: \"serviceAuthConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n sslConfiguration: {\n serializedName: \"sslConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\",\n modelProperties: {\n loginServer: {\n serializedName: \"loginServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password2: {\n serializedName: \"password2\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\",\n modelProperties: {\n acsKubeConfig: {\n serializedName: \"acsKubeConfig\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n servicePrincipalConfiguration: {\n serializedName: \"servicePrincipalConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n },\n imagePullSecretName: {\n serializedName: \"imagePullSecretName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n serializedName: \"instrumentationKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckSystemServicesUpdatesAvailableResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckSystemServicesUpdatesAvailableResponse\",\n modelProperties: {\n updatesAvailable: {\n serializedName: \"updatesAvailable\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateSystemServicesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSystemServicesResponse\",\n modelProperties: {\n updateStatus: {\n serializedName: \"updateStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updateStartedOn: {\n serializedName: \"updateStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updateCompletedOn: {\n serializedName: \"updateCompletedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const PaginatedOperationalizationClustersList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PaginatedOperationalizationClustersList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n modifiedOn: {\n serializedName: \"properties.modifiedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningErrors: {\n serializedName: \"properties.provisioningErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\"\n }\n }\n }\n },\n clusterType: {\n serializedName: \"properties.clusterType\",\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n },\n containerRegistry: {\n serializedName: \"properties.containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\"\n }\n },\n containerService: {\n serializedName: \"properties.containerService\",\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\"\n }\n },\n appInsights: {\n serializedName: \"properties.appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\"\n }\n },\n globalServiceConfiguration: {\n serializedName: \"properties.globalServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersUpdateSystemServicesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersUpdateSystemServicesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -5,7 +5,7 @@
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 { OperationalizationCluster as OperationalizationClusterMapper, OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper } from "../models/mappers";
8
+ import { OperationalizationCluster as OperationalizationClusterMapper, OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper } from "../models/mappers.js";
9
9
  export const contentType = {
10
10
  parameterPath: ["options", "contentType"],
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n OperationalizationCluster as OperationalizationClusterMapper,\n OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clusterName: OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][-\\\\w\\\\._\\\\(\\\\)]+[a-zA-Z0-9]$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"clusterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterUpdateParametersMapper\n};\n\nexport const deleteAll: OperationQueryParameter = {\n parameterPath: [\"options\", \"deleteAll\"],\n mapper: {\n serializedName: \"deleteAll\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const skiptoken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skiptoken\"],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n"]}
@@ -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/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/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/operations/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,6 +1,6 @@
1
- import { MachineLearningCompute } from "../operationsInterfaces";
2
- import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient";
3
- import { MachineLearningComputeListAvailableOperationsOptionalParams, MachineLearningComputeListAvailableOperationsResponse } from "../models";
1
+ import { MachineLearningCompute } from "../operationsInterfaces/index.js";
2
+ import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient.js";
3
+ import { MachineLearningComputeListAvailableOperationsOptionalParams, MachineLearningComputeListAvailableOperationsResponse } from "../models/index.js";
4
4
  /** Class containing MachineLearningCompute operations. */
5
5
  export declare class MachineLearningComputeImpl implements MachineLearningCompute {
6
6
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineLearningCompute.d.ts","sourceRoot":"","sources":["../../../src/operations/machineLearningCompute.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACtG,OAAO,EACL,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;OAGG;IACH,uBAAuB,CACrB,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC;CAMlE"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  /** Class containing MachineLearningCompute operations. */
12
12
  export class MachineLearningComputeImpl {
13
13
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineLearningCompute.js","sourceRoot":"","sources":["../../../src/operations/machineLearningCompute.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,0DAA0D;AAC1D,MAAM,OAAO,0BAA0B;IAGrC;;;OAGG;IACH,YAAY,MAA8C;QACxD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,uBAAuB,CACrB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,oCAAoC,CACrC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,wDAAwD;IAC9D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,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\nimport { MachineLearningCompute } 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 {\n MachineLearningComputeListAvailableOperationsOptionalParams,\n MachineLearningComputeListAvailableOperationsResponse\n} from \"../models/index.js\";\n\n/** Class containing MachineLearningCompute operations. */\nexport class MachineLearningComputeImpl implements MachineLearningCompute {\n private readonly client: MachineLearningComputeManagementClient;\n\n /**\n * Initialize a new instance of the class MachineLearningCompute class.\n * @param client Reference to the service client\n */\n constructor(client: MachineLearningComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all available operations.\n * @param options The options parameters.\n */\n listAvailableOperations(\n options?: MachineLearningComputeListAvailableOperationsOptionalParams\n ): Promise<MachineLearningComputeListAvailableOperationsResponse> {\n return this.client.sendOperationRequest(\n { options },\n listAvailableOperationsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAvailableOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.MachineLearningCompute/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableOperations\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { OperationalizationClusters } from "../operationsInterfaces";
3
- import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient";
2
+ import { OperationalizationClusters } from "../operationsInterfaces/index.js";
3
+ import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient.js";
4
4
  import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { OperationalizationCluster, OperationalizationClustersListByResourceGroupOptionalParams, OperationalizationClustersListBySubscriptionIdOptionalParams, OperationalizationClustersCreateOrUpdateOptionalParams, OperationalizationClustersCreateOrUpdateResponse, OperationalizationClustersGetOptionalParams, OperationalizationClustersGetResponse, OperationalizationClusterUpdateParameters, OperationalizationClustersUpdateOptionalParams, OperationalizationClustersUpdateResponse, OperationalizationClustersDeleteOptionalParams, OperationalizationClustersDeleteResponse, OperationalizationClustersListKeysOptionalParams, OperationalizationClustersListKeysResponse, OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams, OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse, OperationalizationClustersUpdateSystemServicesOptionalParams, OperationalizationClustersUpdateSystemServicesResponse } from "../models";
5
+ import { OperationalizationCluster, OperationalizationClustersListByResourceGroupOptionalParams, OperationalizationClustersListBySubscriptionIdOptionalParams, OperationalizationClustersCreateOrUpdateOptionalParams, OperationalizationClustersCreateOrUpdateResponse, OperationalizationClustersGetOptionalParams, OperationalizationClustersGetResponse, OperationalizationClusterUpdateParameters, OperationalizationClustersUpdateOptionalParams, OperationalizationClustersUpdateResponse, OperationalizationClustersDeleteOptionalParams, OperationalizationClustersDeleteResponse, OperationalizationClustersListKeysOptionalParams, OperationalizationClustersListKeysResponse, OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams, OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse, OperationalizationClustersUpdateSystemServicesOptionalParams, OperationalizationClustersUpdateSystemServicesResponse } from "../models/index.js";
6
6
  /** Class containing OperationalizationClusters operations. */
7
7
  export declare class OperationalizationClustersImpl implements OperationalizationClusters {
8
8
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationalizationClusters.d.ts","sourceRoot":"","sources":["../../../src/operations/operationalizationClusters.ts"],"names":[],"mappings":"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"}