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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +30 -20
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +4 -2
  11. package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
  12. package/dist/browser/machineLearningComputeManagementClient.js +108 -0
  13. package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +86 -21
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +65 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  21. package/dist/browser/models/parameters.js.map +1 -0
  22. package/dist/browser/operations/index.d.ts +3 -0
  23. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  24. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  25. package/dist/browser/operations/index.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
  27. package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
  29. package/dist/browser/operations/machineLearningCompute.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
  31. package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +168 -172
  33. package/dist/browser/operations/operationalizationClusters.js.map +1 -0
  34. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  37. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
  40. package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
  42. package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  43. package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
  44. package/dist/browser/package.json +3 -0
  45. package/dist/browser/pagingHelper.d.ts +13 -0
  46. package/dist/browser/pagingHelper.d.ts.map +1 -0
  47. package/dist/browser/pagingHelper.js +30 -0
  48. package/dist/browser/pagingHelper.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +5 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +19 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/lroImpl.d.ts +16 -0
  54. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  55. package/dist/commonjs/lroImpl.js +37 -0
  56. package/dist/commonjs/lroImpl.js.map +1 -0
  57. package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
  58. package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
  59. package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
  60. package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
  61. package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -826
  62. package/dist/commonjs/models/index.d.ts.map +1 -0
  63. package/dist/commonjs/models/index.js +169 -0
  64. package/dist/commonjs/models/index.js.map +1 -0
  65. package/dist/commonjs/models/mappers.d.ts +32 -0
  66. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  67. package/dist/commonjs/models/mappers.js +886 -0
  68. package/dist/commonjs/models/mappers.js.map +1 -0
  69. package/dist/commonjs/models/parameters.d.ts +14 -0
  70. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  71. package/dist/commonjs/models/parameters.js +133 -0
  72. package/dist/commonjs/models/parameters.js.map +1 -0
  73. package/dist/commonjs/operations/index.d.ts +3 -0
  74. package/dist/commonjs/operations/index.d.ts.map +1 -0
  75. package/dist/commonjs/operations/index.js +13 -0
  76. package/dist/commonjs/operations/index.js.map +1 -0
  77. package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
  78. package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
  79. package/dist/commonjs/operations/machineLearningCompute.js +49 -0
  80. package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
  81. package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
  82. package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
  83. package/dist/commonjs/operations/operationalizationClusters.js +586 -0
  84. package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  86. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  88. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  90. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  94. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
  96. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js.map +1 -0
  97. package/dist/commonjs/package.json +3 -0
  98. package/dist/commonjs/pagingHelper.d.ts +13 -0
  99. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  100. package/dist/commonjs/pagingHelper.js +34 -0
  101. package/dist/commonjs/pagingHelper.js.map +1 -0
  102. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  103. package/dist/esm/index.d.ts +5 -0
  104. package/dist/esm/index.d.ts.map +1 -0
  105. package/{src/index.ts → dist/esm/index.js} +5 -4
  106. package/dist/esm/index.js.map +1 -0
  107. package/dist/esm/lroImpl.d.ts +16 -0
  108. package/dist/esm/lroImpl.d.ts.map +1 -0
  109. package/dist/esm/lroImpl.js +33 -0
  110. package/dist/esm/lroImpl.js.map +1 -0
  111. package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
  112. package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
  113. package/dist/esm/machineLearningComputeManagementClient.js +108 -0
  114. package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
  115. package/dist/esm/models/index.d.ts +702 -0
  116. package/dist/esm/models/index.d.ts.map +1 -0
  117. package/dist/esm/models/index.js +166 -0
  118. package/dist/esm/models/index.js.map +1 -0
  119. package/dist/esm/models/mappers.d.ts +32 -0
  120. package/dist/esm/models/mappers.d.ts.map +1 -0
  121. package/dist/esm/models/mappers.js +883 -0
  122. package/dist/esm/models/mappers.js.map +1 -0
  123. package/dist/esm/models/parameters.d.ts +14 -0
  124. package/dist/esm/models/parameters.d.ts.map +1 -0
  125. package/dist/esm/models/parameters.js +130 -0
  126. package/dist/esm/models/parameters.js.map +1 -0
  127. package/dist/esm/operations/index.d.ts +3 -0
  128. package/dist/esm/operations/index.d.ts.map +1 -0
  129. package/dist/esm/operations/index.js +10 -0
  130. package/dist/esm/operations/index.js.map +1 -0
  131. package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
  132. package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
  133. package/dist/esm/operations/machineLearningCompute.js +44 -0
  134. package/dist/esm/operations/machineLearningCompute.js.map +1 -0
  135. package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
  136. package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
  137. package/dist/esm/operations/operationalizationClusters.js +581 -0
  138. package/dist/esm/operations/operationalizationClusters.js.map +1 -0
  139. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  140. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  141. package/dist/esm/operationsInterfaces/index.js +10 -0
  142. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  143. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  144. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  145. package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
  146. package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  148. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  149. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
  150. package/dist/esm/operationsInterfaces/operationalizationClusters.js.map +1 -0
  151. package/dist/esm/package.json +3 -0
  152. package/dist/esm/pagingHelper.d.ts +13 -0
  153. package/dist/esm/pagingHelper.d.ts.map +1 -0
  154. package/dist/esm/pagingHelper.js +30 -0
  155. package/dist/esm/pagingHelper.js.map +1 -0
  156. package/dist/react-native/index.d.ts +5 -0
  157. package/dist/react-native/index.d.ts.map +1 -0
  158. package/dist/react-native/index.js +13 -0
  159. package/dist/react-native/index.js.map +1 -0
  160. package/dist/react-native/lroImpl.d.ts +16 -0
  161. package/dist/react-native/lroImpl.d.ts.map +1 -0
  162. package/dist/react-native/lroImpl.js +33 -0
  163. package/dist/react-native/lroImpl.js.map +1 -0
  164. package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
  165. package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
  166. package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
  167. package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
  168. package/dist/react-native/models/index.d.ts +702 -0
  169. package/dist/react-native/models/index.d.ts.map +1 -0
  170. package/dist/react-native/models/index.js +166 -0
  171. package/dist/react-native/models/index.js.map +1 -0
  172. package/dist/react-native/models/mappers.d.ts +32 -0
  173. package/dist/react-native/models/mappers.d.ts.map +1 -0
  174. package/dist/react-native/models/mappers.js +883 -0
  175. package/dist/react-native/models/mappers.js.map +1 -0
  176. package/dist/react-native/models/parameters.d.ts +14 -0
  177. package/dist/react-native/models/parameters.d.ts.map +1 -0
  178. package/dist/react-native/models/parameters.js +130 -0
  179. package/dist/react-native/models/parameters.js.map +1 -0
  180. package/dist/react-native/operations/index.d.ts +3 -0
  181. package/dist/react-native/operations/index.d.ts.map +1 -0
  182. package/dist/react-native/operations/index.js +10 -0
  183. package/dist/react-native/operations/index.js.map +1 -0
  184. package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
  185. package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
  186. package/dist/react-native/operations/machineLearningCompute.js +44 -0
  187. package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
  188. package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
  189. package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
  190. package/dist/react-native/operations/operationalizationClusters.js +581 -0
  191. package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
  192. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  193. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  194. package/dist/react-native/operationsInterfaces/index.js +10 -0
  195. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  196. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  197. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  198. package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
  199. package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
  200. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  201. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  202. package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
  203. package/dist/react-native/operationsInterfaces/operationalizationClusters.js.map +1 -0
  204. package/dist/react-native/package.json +3 -0
  205. package/dist/react-native/pagingHelper.d.ts +13 -0
  206. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  207. package/dist/react-native/pagingHelper.js +30 -0
  208. package/dist/react-native/pagingHelper.js.map +1 -0
  209. package/package.json +87 -74
  210. package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +12 -74
  211. package/dist/index.js +0 -1880
  212. package/dist/index.js.map +0 -1
  213. package/dist/index.min.js +0 -1
  214. package/dist/index.min.js.map +0 -1
  215. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
  216. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
  218. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
  219. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
  220. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
  222. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
  223. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
  224. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
  226. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
  227. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
  228. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
  230. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
  231. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
  232. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
  234. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
  235. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
  236. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
  238. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
  239. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
  240. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
  242. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
  243. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
  246. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
  247. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
  250. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
  251. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
  254. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
  255. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
  258. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
  259. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
  262. package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
  266. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
  270. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
  271. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
  274. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
  275. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
  278. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
  279. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
  282. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
  283. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
  284. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
  286. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
  287. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
  288. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
  290. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
  291. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
  292. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
  294. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
  295. package/dist-esm/src/index.d.ts +0 -5
  296. package/dist-esm/src/index.d.ts.map +0 -1
  297. package/dist-esm/src/index.js.map +0 -1
  298. package/dist-esm/src/lroImpl.js.map +0 -1
  299. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
  300. package/dist-esm/src/machineLearningComputeManagementClient.js +0 -70
  301. package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
  302. package/dist-esm/src/models/index.d.ts.map +0 -1
  303. package/dist-esm/src/models/index.js.map +0 -1
  304. package/dist-esm/src/models/mappers.js.map +0 -1
  305. package/dist-esm/src/models/parameters.js.map +0 -1
  306. package/dist-esm/src/operations/index.d.ts +0 -3
  307. package/dist-esm/src/operations/index.js.map +0 -1
  308. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
  309. package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
  310. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
  311. package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
  312. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  313. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  314. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
  315. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
  317. package/dist-esm/test/sampleTest.d.ts +0 -2
  318. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  319. package/dist-esm/test/sampleTest.js +0 -40
  320. package/dist-esm/test/sampleTest.js.map +0 -1
  321. package/rollup.config.js +0 -122
  322. package/src/lroImpl.ts +0 -34
  323. package/src/machineLearningComputeManagementClient.ts +0 -108
  324. package/src/models/index.ts +0 -717
  325. package/src/models/mappers.ts +0 -914
  326. package/src/models/parameters.ts +0 -150
  327. package/src/operations/machineLearningCompute.ts +0 -59
  328. package/src/operations/operationalizationClusters.ts +0 -801
  329. package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
  330. package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
  331. package/tsconfig.json +0 -33
  332. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  333. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  335. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  336. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  337. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  338. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.js +0 -0
  339. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
@@ -766,30 +766,36 @@ export const OperationalizationCluster = {
766
766
  type: {
767
767
  name: "Composite",
768
768
  className: "OperationalizationCluster",
769
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { description: {
769
+ modelProperties: {
770
+ ...Resource.type.modelProperties,
771
+ description: {
770
772
  serializedName: "properties.description",
771
773
  type: {
772
774
  name: "String"
773
775
  }
774
- }, createdOn: {
776
+ },
777
+ createdOn: {
775
778
  serializedName: "properties.createdOn",
776
779
  readOnly: true,
777
780
  type: {
778
781
  name: "DateTime"
779
782
  }
780
- }, modifiedOn: {
783
+ },
784
+ modifiedOn: {
781
785
  serializedName: "properties.modifiedOn",
782
786
  readOnly: true,
783
787
  type: {
784
788
  name: "DateTime"
785
789
  }
786
- }, provisioningState: {
790
+ },
791
+ provisioningState: {
787
792
  serializedName: "properties.provisioningState",
788
793
  readOnly: true,
789
794
  type: {
790
795
  name: "String"
791
796
  }
792
- }, provisioningErrors: {
797
+ },
798
+ provisioningErrors: {
793
799
  serializedName: "properties.provisioningErrors",
794
800
  readOnly: true,
795
801
  type: {
@@ -801,42 +807,49 @@ export const OperationalizationCluster = {
801
807
  }
802
808
  }
803
809
  }
804
- }, clusterType: {
810
+ },
811
+ clusterType: {
805
812
  serializedName: "properties.clusterType",
806
813
  type: {
807
814
  name: "String"
808
815
  }
809
- }, storageAccount: {
816
+ },
817
+ storageAccount: {
810
818
  serializedName: "properties.storageAccount",
811
819
  type: {
812
820
  name: "Composite",
813
821
  className: "StorageAccountProperties"
814
822
  }
815
- }, containerRegistry: {
823
+ },
824
+ containerRegistry: {
816
825
  serializedName: "properties.containerRegistry",
817
826
  type: {
818
827
  name: "Composite",
819
828
  className: "ContainerRegistryProperties"
820
829
  }
821
- }, containerService: {
830
+ },
831
+ containerService: {
822
832
  serializedName: "properties.containerService",
823
833
  type: {
824
834
  name: "Composite",
825
835
  className: "AcsClusterProperties"
826
836
  }
827
- }, appInsights: {
837
+ },
838
+ appInsights: {
828
839
  serializedName: "properties.appInsights",
829
840
  type: {
830
841
  name: "Composite",
831
842
  className: "AppInsightsProperties"
832
843
  }
833
- }, globalServiceConfiguration: {
844
+ },
845
+ globalServiceConfiguration: {
834
846
  serializedName: "properties.globalServiceConfiguration",
835
847
  type: {
836
848
  name: "Composite",
837
849
  className: "GlobalServiceConfiguration"
838
850
  }
839
- } })
851
+ }
852
+ }
840
853
  }
841
854
  };
842
855
  export const OperationalizationClustersDeleteHeaders = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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\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":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,yBAAyB,IAAI,+BAA+B,EAC5D,yCAAyC,IAAI,+CAA+C,EAC7F,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,+BAA+B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,qBAAqB,CAAC;YAC1C,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,wCAAwC,CAAC;YAC7D,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,+CAA+C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,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 {\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,10 +6,11 @@
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
+ client;
13
14
  /**
14
15
  * Initialize a new instance of the class MachineLearningCompute class.
15
16
  * @param client Reference to the service client
@@ -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;IACpB,MAAM,CAAyC;IAEhE;;;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":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACtG,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,yBAAyB,EAEzB,2DAA2D,EAG3D,4DAA4D,EAE5D,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,yCAAyC,EACzC,8CAA8C,EAC9C,wCAAwC,EACxC,8CAA8C,EAC9C,wCAAwC,EACxC,gDAAgD,EAChD,0CAA0C,EAC1C,2EAA2E,EAC3E,qEAAqE,EACrE,4DAA4D,EAC5D,sDAAsD,EAGvD,MAAM,oBAAoB,CAAC;AAG5B,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2DAA2D,GACpE,0BAA0B,CAAC,yBAAyB,CAAC;YAsBzC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,oBAAoB,CACzB,OAAO,CAAC,EAAE,4DAA4D,GACrE,0BAA0B,CAAC,yBAAyB,CAAC;YAkBzC,8BAA8B;YAsB9B,6BAA6B;IAQ5C;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gDAAgD,CAAC,EACpE,gDAAgD,CACjD,CACF;IAqDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAU5D;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,yCAAyC,EACrD,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAOpD;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,wCAAwC,CACzC,CACF;IAqDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IASpD;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAOtD;;;;;OAKG;IACH,mCAAmC,CACjC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2EAA2E,GACpF,OAAO,CACR,qEAAqE,CACtE;IAOD;;;;;OAKG;IACG,yBAAyB,CAC7B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,UAAU,CACR,kBAAkB,CAChB,sDAAsD,CACvD,EACD,sDAAsD,CACvD,CACF;IAqDD;;;;;OAKG;IACG,gCAAgC,CACpC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC;IASlE;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,qBAAqB;IAS7B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,yBAAyB;CASlC"}