@azure/arm-machinelearningexperimentation 2.0.0-beta.4 → 2.0.0-beta.5

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 (384) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.d.ts +2 -2
  9. package/dist/browser/mLTeamAccountManagementClient.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.js +33 -24
  11. package/dist/browser/mLTeamAccountManagementClient.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
  13. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +57 -27
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  20. package/dist/browser/operations/accounts.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accounts.js +48 -78
  22. package/dist/browser/operations/accounts.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +5 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  28. package/dist/browser/operations/operations.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operations.js +12 -27
  30. package/dist/browser/operations/operations.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/projects.d.ts +3 -3
  32. package/dist/browser/operations/projects.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/projects.js +26 -41
  34. package/dist/browser/operations/projects.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
  36. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/workspaces.js +26 -41
  38. package/dist/browser/operations/workspaces.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  44. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  45. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
  53. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  55. package/dist/browser/package.json +3 -0
  56. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  57. package/dist/browser/pagingHelper.js.map +1 -0
  58. package/dist/commonjs/index.d.ts +5 -0
  59. package/dist/commonjs/index.d.ts.map +1 -0
  60. package/dist/commonjs/index.js +19 -0
  61. package/dist/commonjs/index.js.map +1 -0
  62. package/dist/commonjs/mLTeamAccountManagementClient.d.ts +23 -0
  63. package/dist/commonjs/mLTeamAccountManagementClient.d.ts.map +1 -0
  64. package/dist/commonjs/mLTeamAccountManagementClient.js +117 -0
  65. package/dist/commonjs/mLTeamAccountManagementClient.js.map +1 -0
  66. package/dist/commonjs/models/index.d.ts +329 -0
  67. package/dist/commonjs/models/index.d.ts.map +1 -0
  68. package/dist/commonjs/models/index.js +10 -0
  69. package/dist/commonjs/models/index.js.map +1 -0
  70. package/dist/commonjs/models/mappers.d.ts +17 -0
  71. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  72. package/dist/commonjs/models/mappers.js +554 -0
  73. package/dist/commonjs/models/mappers.js.map +1 -0
  74. package/dist/commonjs/models/parameters.d.ts +18 -0
  75. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  76. package/dist/commonjs/models/parameters.js +156 -0
  77. package/dist/commonjs/models/parameters.js.map +1 -0
  78. package/dist/commonjs/operations/accounts.d.ts +90 -0
  79. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  80. package/dist/commonjs/operations/accounts.js +362 -0
  81. package/dist/commonjs/operations/accounts.js.map +1 -0
  82. package/dist/commonjs/operations/index.d.ts +5 -0
  83. package/dist/commonjs/operations/index.d.ts.map +1 -0
  84. package/dist/commonjs/operations/index.js +15 -0
  85. package/dist/commonjs/operations/index.js.map +1 -0
  86. package/dist/commonjs/operations/operations.d.ts +26 -0
  87. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  88. package/dist/commonjs/operations/operations.js +84 -0
  89. package/dist/commonjs/operations/operations.js.map +1 -0
  90. package/dist/commonjs/operations/projects.d.ts +86 -0
  91. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  92. package/dist/commonjs/operations/projects.js +308 -0
  93. package/dist/commonjs/operations/projects.js.map +1 -0
  94. package/dist/commonjs/operations/workspaces.d.ts +79 -0
  95. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  96. package/dist/commonjs/operations/workspaces.js +281 -0
  97. package/dist/commonjs/operations/workspaces.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/accounts.d.ts +52 -0
  99. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  103. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  105. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  107. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  109. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/projects.d.ts +57 -0
  111. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  113. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +52 -0
  115. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  117. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  118. package/dist/commonjs/package.json +3 -0
  119. package/dist/commonjs/pagingHelper.d.ts +13 -0
  120. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  121. package/dist/commonjs/pagingHelper.js +34 -0
  122. package/dist/commonjs/pagingHelper.js.map +1 -0
  123. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  124. package/dist/esm/index.d.ts +5 -0
  125. package/dist/esm/index.d.ts.map +1 -0
  126. package/{src/index.ts → dist/esm/index.js} +5 -5
  127. package/dist/esm/index.js.map +1 -0
  128. package/dist/esm/mLTeamAccountManagementClient.d.ts +23 -0
  129. package/dist/esm/mLTeamAccountManagementClient.d.ts.map +1 -0
  130. package/dist/esm/mLTeamAccountManagementClient.js +112 -0
  131. package/dist/esm/mLTeamAccountManagementClient.js.map +1 -0
  132. package/dist/esm/models/index.d.ts +329 -0
  133. package/dist/esm/models/index.d.ts.map +1 -0
  134. package/dist/esm/models/index.js +9 -0
  135. package/dist/esm/models/index.js.map +1 -0
  136. package/dist/esm/models/mappers.d.ts +17 -0
  137. package/dist/esm/models/mappers.d.ts.map +1 -0
  138. package/dist/esm/models/mappers.js +551 -0
  139. package/dist/esm/models/mappers.js.map +1 -0
  140. package/dist/esm/models/parameters.d.ts +18 -0
  141. package/dist/esm/models/parameters.d.ts.map +1 -0
  142. package/dist/esm/models/parameters.js +153 -0
  143. package/dist/esm/models/parameters.js.map +1 -0
  144. package/dist/esm/operations/accounts.d.ts +90 -0
  145. package/dist/esm/operations/accounts.d.ts.map +1 -0
  146. package/dist/esm/operations/accounts.js +357 -0
  147. package/dist/esm/operations/accounts.js.map +1 -0
  148. package/dist/esm/operations/index.d.ts +5 -0
  149. package/dist/esm/operations/index.d.ts.map +1 -0
  150. package/dist/esm/operations/index.js +12 -0
  151. package/dist/esm/operations/index.js.map +1 -0
  152. package/dist/esm/operations/operations.d.ts +26 -0
  153. package/dist/esm/operations/operations.d.ts.map +1 -0
  154. package/dist/esm/operations/operations.js +79 -0
  155. package/dist/esm/operations/operations.js.map +1 -0
  156. package/dist/esm/operations/projects.d.ts +86 -0
  157. package/dist/esm/operations/projects.d.ts.map +1 -0
  158. package/dist/esm/operations/projects.js +303 -0
  159. package/dist/esm/operations/projects.js.map +1 -0
  160. package/dist/esm/operations/workspaces.d.ts +79 -0
  161. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  162. package/dist/esm/operations/workspaces.js +276 -0
  163. package/dist/esm/operations/workspaces.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/accounts.d.ts +52 -0
  165. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  167. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  168. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  169. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  170. package/dist/esm/operationsInterfaces/index.js +12 -0
  171. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  172. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  173. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  174. package/dist/esm/operationsInterfaces/operations.js +9 -0
  175. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  176. package/dist/esm/operationsInterfaces/projects.d.ts +57 -0
  177. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  178. package/dist/esm/operationsInterfaces/projects.js +9 -0
  179. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  180. package/dist/esm/operationsInterfaces/workspaces.d.ts +52 -0
  181. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  182. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  183. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  184. package/dist/esm/package.json +3 -0
  185. package/dist/esm/pagingHelper.d.ts +13 -0
  186. package/dist/esm/pagingHelper.d.ts.map +1 -0
  187. package/dist/esm/pagingHelper.js +30 -0
  188. package/dist/esm/pagingHelper.js.map +1 -0
  189. package/dist/react-native/index.d.ts +5 -0
  190. package/dist/react-native/index.d.ts.map +1 -0
  191. package/dist/react-native/index.js +13 -0
  192. package/dist/react-native/index.js.map +1 -0
  193. package/dist/react-native/mLTeamAccountManagementClient.d.ts +23 -0
  194. package/dist/react-native/mLTeamAccountManagementClient.d.ts.map +1 -0
  195. package/dist/react-native/mLTeamAccountManagementClient.js +112 -0
  196. package/dist/react-native/mLTeamAccountManagementClient.js.map +1 -0
  197. package/dist/react-native/models/index.d.ts +329 -0
  198. package/dist/react-native/models/index.d.ts.map +1 -0
  199. package/dist/react-native/models/index.js +9 -0
  200. package/dist/react-native/models/index.js.map +1 -0
  201. package/dist/react-native/models/mappers.d.ts +17 -0
  202. package/dist/react-native/models/mappers.d.ts.map +1 -0
  203. package/dist/react-native/models/mappers.js +551 -0
  204. package/dist/react-native/models/mappers.js.map +1 -0
  205. package/dist/react-native/models/parameters.d.ts +18 -0
  206. package/dist/react-native/models/parameters.d.ts.map +1 -0
  207. package/dist/react-native/models/parameters.js +153 -0
  208. package/dist/react-native/models/parameters.js.map +1 -0
  209. package/dist/react-native/operations/accounts.d.ts +90 -0
  210. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  211. package/dist/react-native/operations/accounts.js +357 -0
  212. package/dist/react-native/operations/accounts.js.map +1 -0
  213. package/dist/react-native/operations/index.d.ts +5 -0
  214. package/dist/react-native/operations/index.d.ts.map +1 -0
  215. package/dist/react-native/operations/index.js +12 -0
  216. package/dist/react-native/operations/index.js.map +1 -0
  217. package/dist/react-native/operations/operations.d.ts +26 -0
  218. package/dist/react-native/operations/operations.d.ts.map +1 -0
  219. package/dist/react-native/operations/operations.js +79 -0
  220. package/dist/react-native/operations/operations.js.map +1 -0
  221. package/dist/react-native/operations/projects.d.ts +86 -0
  222. package/dist/react-native/operations/projects.d.ts.map +1 -0
  223. package/dist/react-native/operations/projects.js +303 -0
  224. package/dist/react-native/operations/projects.js.map +1 -0
  225. package/dist/react-native/operations/workspaces.d.ts +79 -0
  226. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  227. package/dist/react-native/operations/workspaces.js +276 -0
  228. package/dist/react-native/operations/workspaces.js.map +1 -0
  229. package/dist/react-native/operationsInterfaces/accounts.d.ts +52 -0
  230. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  231. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  232. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  233. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  234. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  235. package/dist/react-native/operationsInterfaces/index.js +12 -0
  236. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  237. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  238. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  239. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  240. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  241. package/dist/react-native/operationsInterfaces/projects.d.ts +57 -0
  242. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  243. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  244. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  245. package/dist/react-native/operationsInterfaces/workspaces.d.ts +52 -0
  246. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  247. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  248. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  249. package/dist/react-native/package.json +3 -0
  250. package/dist/react-native/pagingHelper.d.ts +13 -0
  251. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  252. package/dist/react-native/pagingHelper.js +30 -0
  253. package/dist/react-native/pagingHelper.js.map +1 -0
  254. package/package.json +85 -76
  255. package/dist/index.js +0 -1926
  256. package/dist/index.js.map +0 -1
  257. package/dist/index.min.js +0 -1
  258. package/dist/index.min.js.map +0 -1
  259. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -50
  262. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
  263. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -40
  266. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  267. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/accountsGetSample.js +0 -40
  270. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  271. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -53
  274. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  275. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/accountsListSample.js +0 -51
  278. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  279. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -44
  282. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  283. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  284. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -48
  286. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  287. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  288. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -42
  290. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  291. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  292. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/projectsGetSample.js +0 -42
  294. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  295. package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/projectsListByWorkspaceSample.js +0 -54
  298. package/dist-esm/samples-dev/projectsListByWorkspaceSample.js.map +0 -1
  299. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -46
  302. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  303. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -46
  306. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  307. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -41
  310. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  311. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/workspacesGetSample.js +0 -41
  314. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  315. package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/workspacesListByAccountsSample.js +0 -54
  318. package/dist-esm/samples-dev/workspacesListByAccountsSample.js.map +0 -1
  319. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -42
  322. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  323. package/dist-esm/src/index.d.ts +0 -6
  324. package/dist-esm/src/index.d.ts.map +0 -1
  325. package/dist-esm/src/index.js.map +0 -1
  326. package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +0 -1
  327. package/dist-esm/src/mLTeamAccountManagementClient.js.map +0 -1
  328. package/dist-esm/src/models/index.js.map +0 -1
  329. package/dist-esm/src/models/mappers.js.map +0 -1
  330. package/dist-esm/src/models/parameters.js.map +0 -1
  331. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  332. package/dist-esm/src/operations/accounts.js.map +0 -1
  333. package/dist-esm/src/operations/index.d.ts +0 -5
  334. package/dist-esm/src/operations/index.js.map +0 -1
  335. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  336. package/dist-esm/src/operations/operations.js.map +0 -1
  337. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  338. package/dist-esm/src/operations/projects.js.map +0 -1
  339. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  340. package/dist-esm/src/operations/workspaces.js.map +0 -1
  341. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  343. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  344. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  346. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  347. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  348. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  349. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  350. package/dist-esm/src/pagingHelper.js.map +0 -1
  351. package/dist-esm/test/sampleTest.d.ts +0 -2
  352. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  353. package/dist-esm/test/sampleTest.js +0 -38
  354. package/dist-esm/test/sampleTest.js.map +0 -1
  355. package/rollup.config.js +0 -122
  356. package/src/mLTeamAccountManagementClient.ts +0 -156
  357. package/src/models/index.ts +0 -390
  358. package/src/models/mappers.ts +0 -567
  359. package/src/models/parameters.ts +0 -181
  360. package/src/operations/accounts.ts +0 -481
  361. package/src/operations/index.ts +0 -12
  362. package/src/operations/operations.ts +0 -103
  363. package/src/operations/projects.ts +0 -436
  364. package/src/operations/workspaces.ts +0 -395
  365. package/src/operationsInterfaces/accounts.ts +0 -96
  366. package/src/operationsInterfaces/index.ts +0 -12
  367. package/src/operationsInterfaces/operations.ts +0 -22
  368. package/src/operationsInterfaces/projects.ts +0 -108
  369. package/src/operationsInterfaces/workspaces.ts +0 -98
  370. package/src/pagingHelper.ts +0 -39
  371. package/tsconfig.json +0 -33
  372. package/types/arm-machinelearningexperimentation.d.ts +0 -580
  373. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  374. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  375. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  376. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  377. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
  382. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  383. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  384. /package/review/{arm-machinelearningexperimentation.api.md → arm-machinelearningexperimentation-node.api.md} +0 -0
@@ -0,0 +1,153 @@
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 { Account as AccountMapper, AccountUpdateParameters as AccountUpdateParametersMapper, Workspace as WorkspaceMapper, WorkspaceUpdateParameters as WorkspaceUpdateParametersMapper, Project as ProjectMapper, ProjectUpdateParameters as ProjectUpdateParametersMapper } from "../models/mappers.js";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2017-05-01-preview",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const subscriptionId = {
43
+ parameterPath: "subscriptionId",
44
+ mapper: {
45
+ serializedName: "subscriptionId",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ }
51
+ };
52
+ export const resourceGroupName = {
53
+ parameterPath: "resourceGroupName",
54
+ mapper: {
55
+ serializedName: "resourceGroupName",
56
+ required: true,
57
+ type: {
58
+ name: "String"
59
+ }
60
+ }
61
+ };
62
+ export const accountName = {
63
+ parameterPath: "accountName",
64
+ mapper: {
65
+ constraints: {
66
+ Pattern: new RegExp("^[a-zA-Z0-9]*$"),
67
+ MaxLength: 50,
68
+ MinLength: 5
69
+ },
70
+ serializedName: "accountName",
71
+ required: true,
72
+ type: {
73
+ name: "String"
74
+ }
75
+ }
76
+ };
77
+ export const contentType = {
78
+ parameterPath: ["options", "contentType"],
79
+ mapper: {
80
+ defaultValue: "application/json",
81
+ isConstant: true,
82
+ serializedName: "Content-Type",
83
+ type: {
84
+ name: "String"
85
+ }
86
+ }
87
+ };
88
+ export const parameters = {
89
+ parameterPath: "parameters",
90
+ mapper: AccountMapper
91
+ };
92
+ export const parameters1 = {
93
+ parameterPath: "parameters",
94
+ mapper: AccountUpdateParametersMapper
95
+ };
96
+ export const nextLink = {
97
+ parameterPath: "nextLink",
98
+ mapper: {
99
+ serializedName: "nextLink",
100
+ required: true,
101
+ type: {
102
+ name: "String"
103
+ }
104
+ },
105
+ skipEncoding: true
106
+ };
107
+ export const workspaceName = {
108
+ parameterPath: "workspaceName",
109
+ mapper: {
110
+ constraints: {
111
+ Pattern: new RegExp("^[a-zA-Z0-9]*$"),
112
+ MaxLength: 50,
113
+ MinLength: 5
114
+ },
115
+ serializedName: "workspaceName",
116
+ required: true,
117
+ type: {
118
+ name: "String"
119
+ }
120
+ }
121
+ };
122
+ export const parameters2 = {
123
+ parameterPath: "parameters",
124
+ mapper: WorkspaceMapper
125
+ };
126
+ export const parameters3 = {
127
+ parameterPath: "parameters",
128
+ mapper: WorkspaceUpdateParametersMapper
129
+ };
130
+ export const projectName = {
131
+ parameterPath: "projectName",
132
+ mapper: {
133
+ constraints: {
134
+ Pattern: new RegExp("^[a-zA-Z0-9]*$"),
135
+ MaxLength: 50,
136
+ MinLength: 5
137
+ },
138
+ serializedName: "projectName",
139
+ required: true,
140
+ type: {
141
+ name: "String"
142
+ }
143
+ }
144
+ };
145
+ export const parameters4 = {
146
+ parameterPath: "parameters",
147
+ mapper: ProjectMapper
148
+ };
149
+ export const parameters5 = {
150
+ parameterPath: "parameters",
151
+ mapper: ProjectUpdateParametersMapper
152
+ };
153
+ //# sourceMappingURL=parameters.js.map
@@ -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 Account as AccountMapper,\n AccountUpdateParameters as AccountUpdateParametersMapper,\n Workspace as WorkspaceMapper,\n WorkspaceUpdateParameters as WorkspaceUpdateParametersMapper,\n Project as ProjectMapper,\n ProjectUpdateParameters as ProjectUpdateParametersMapper\n} from \"../models/mappers.js\";\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-05-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 serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accountName: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]*$\"),\n MaxLength: 50,\n MinLength: 5\n },\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\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: AccountMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccountUpdateParametersMapper\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\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]*$\"),\n MaxLength: 50,\n MinLength: 5\n },\n serializedName: \"workspaceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkspaceMapper\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkspaceUpdateParametersMapper\n};\n\nexport const projectName: OperationURLParameter = {\n parameterPath: \"projectName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]*$\"),\n MaxLength: 50,\n MinLength: 5\n },\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ProjectMapper\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ProjectUpdateParametersMapper\n};\n"]}
@@ -0,0 +1,90 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Accounts } from "../operationsInterfaces/index.js";
3
+ import { MLTeamAccountManagementClient } from "../mLTeamAccountManagementClient.js";
4
+ import { Account, AccountsListByResourceGroupOptionalParams, AccountsListOptionalParams, AccountsGetOptionalParams, AccountsGetResponse, AccountsCreateOrUpdateOptionalParams, AccountsCreateOrUpdateResponse, AccountsDeleteOptionalParams, AccountUpdateParameters, AccountsUpdateOptionalParams, AccountsUpdateResponse } from "../models/index.js";
5
+ /** Class containing Accounts operations. */
6
+ export declare class AccountsImpl implements Accounts {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Accounts class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: MLTeamAccountManagementClient);
13
+ /**
14
+ * Lists all the available machine learning team accounts under the specified resource group.
15
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
16
+ * belongs.
17
+ * @param options The options parameters.
18
+ */
19
+ listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
20
+ private listByResourceGroupPagingPage;
21
+ private listByResourceGroupPagingAll;
22
+ /**
23
+ * Lists all the available machine learning team accounts under the specified subscription.
24
+ * @param options The options parameters.
25
+ */
26
+ list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
27
+ private listPagingPage;
28
+ private listPagingAll;
29
+ /**
30
+ * Gets the properties of the specified machine learning team account.
31
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
32
+ * belongs.
33
+ * @param accountName The name of the machine learning team account.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
37
+ /**
38
+ * Creates or updates a team account with the specified parameters.
39
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
40
+ * belongs.
41
+ * @param accountName The name of the machine learning team account.
42
+ * @param parameters The parameters for creating or updating a machine learning team account.
43
+ * @param options The options parameters.
44
+ */
45
+ createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
46
+ /**
47
+ * Deletes a machine learning team account.
48
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
49
+ * belongs.
50
+ * @param accountName The name of the machine learning team account.
51
+ * @param options The options parameters.
52
+ */
53
+ delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
54
+ /**
55
+ * Updates a machine learning team account with the specified parameters.
56
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
57
+ * belongs.
58
+ * @param accountName The name of the machine learning team account.
59
+ * @param parameters The parameters for updating a machine learning team account.
60
+ * @param options The options parameters.
61
+ */
62
+ update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
63
+ /**
64
+ * Lists all the available machine learning team accounts under the specified resource group.
65
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
66
+ * belongs.
67
+ * @param options The options parameters.
68
+ */
69
+ private _listByResourceGroup;
70
+ /**
71
+ * Lists all the available machine learning team accounts under the specified subscription.
72
+ * @param options The options parameters.
73
+ */
74
+ private _list;
75
+ /**
76
+ * ListByResourceGroupNext
77
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
78
+ * belongs.
79
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
80
+ * @param options The options parameters.
81
+ */
82
+ private _listByResourceGroupNext;
83
+ /**
84
+ * ListNext
85
+ * @param nextLink The nextLink from the previous successful call to the List method.
86
+ * @param options The options parameters.
87
+ */
88
+ private _listNext;
89
+ }
90
+ //# sourceMappingURL=accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,OAAO,EAEP,yCAAyC,EAGzC,0BAA0B,EAE1B,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EAGvB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC;YAsBvB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,cAAc;YAsBd,aAAa;IAQ5B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;;OAMG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,357 @@
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 { setContinuationToken } from "../pagingHelper.js";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Class containing Accounts operations. */
14
+ export class AccountsImpl {
15
+ client;
16
+ /**
17
+ * Initialize a new instance of the class Accounts class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * Lists all the available machine learning team accounts under the specified resource group.
25
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
26
+ * belongs.
27
+ * @param options The options parameters.
28
+ */
29
+ listByResourceGroup(resourceGroupName, options) {
30
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
31
+ return {
32
+ next() {
33
+ return iter.next();
34
+ },
35
+ [Symbol.asyncIterator]() {
36
+ return this;
37
+ },
38
+ byPage: (settings) => {
39
+ if (settings?.maxPageSize) {
40
+ throw new Error("maxPageSize is not supported by this operation.");
41
+ }
42
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
43
+ }
44
+ };
45
+ }
46
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
47
+ let result;
48
+ let continuationToken = settings?.continuationToken;
49
+ if (!continuationToken) {
50
+ result = await this._listByResourceGroup(resourceGroupName, options);
51
+ let page = result.value || [];
52
+ continuationToken = result.nextLink;
53
+ setContinuationToken(page, continuationToken);
54
+ yield page;
55
+ }
56
+ while (continuationToken) {
57
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
58
+ continuationToken = result.nextLink;
59
+ let page = result.value || [];
60
+ setContinuationToken(page, continuationToken);
61
+ yield page;
62
+ }
63
+ }
64
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
65
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
66
+ yield* page;
67
+ }
68
+ }
69
+ /**
70
+ * Lists all the available machine learning team accounts under the specified subscription.
71
+ * @param options The options parameters.
72
+ */
73
+ list(options) {
74
+ const iter = this.listPagingAll(options);
75
+ return {
76
+ next() {
77
+ return iter.next();
78
+ },
79
+ [Symbol.asyncIterator]() {
80
+ return this;
81
+ },
82
+ byPage: (settings) => {
83
+ if (settings?.maxPageSize) {
84
+ throw new Error("maxPageSize is not supported by this operation.");
85
+ }
86
+ return this.listPagingPage(options, settings);
87
+ }
88
+ };
89
+ }
90
+ async *listPagingPage(options, settings) {
91
+ let result;
92
+ let continuationToken = settings?.continuationToken;
93
+ if (!continuationToken) {
94
+ result = await this._list(options);
95
+ let page = result.value || [];
96
+ continuationToken = result.nextLink;
97
+ setContinuationToken(page, continuationToken);
98
+ yield page;
99
+ }
100
+ while (continuationToken) {
101
+ result = await this._listNext(continuationToken, options);
102
+ continuationToken = result.nextLink;
103
+ let page = result.value || [];
104
+ setContinuationToken(page, continuationToken);
105
+ yield page;
106
+ }
107
+ }
108
+ async *listPagingAll(options) {
109
+ for await (const page of this.listPagingPage(options)) {
110
+ yield* page;
111
+ }
112
+ }
113
+ /**
114
+ * Gets the properties of the specified machine learning team account.
115
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
116
+ * belongs.
117
+ * @param accountName The name of the machine learning team account.
118
+ * @param options The options parameters.
119
+ */
120
+ get(resourceGroupName, accountName, options) {
121
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, getOperationSpec);
122
+ }
123
+ /**
124
+ * Creates or updates a team account with the specified parameters.
125
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
126
+ * belongs.
127
+ * @param accountName The name of the machine learning team account.
128
+ * @param parameters The parameters for creating or updating a machine learning team account.
129
+ * @param options The options parameters.
130
+ */
131
+ createOrUpdate(resourceGroupName, accountName, parameters, options) {
132
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, parameters, options }, createOrUpdateOperationSpec);
133
+ }
134
+ /**
135
+ * Deletes a machine learning team account.
136
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
137
+ * belongs.
138
+ * @param accountName The name of the machine learning team account.
139
+ * @param options The options parameters.
140
+ */
141
+ delete(resourceGroupName, accountName, options) {
142
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, deleteOperationSpec);
143
+ }
144
+ /**
145
+ * Updates a machine learning team account with the specified parameters.
146
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
147
+ * belongs.
148
+ * @param accountName The name of the machine learning team account.
149
+ * @param parameters The parameters for updating a machine learning team account.
150
+ * @param options The options parameters.
151
+ */
152
+ update(resourceGroupName, accountName, parameters, options) {
153
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, parameters, options }, updateOperationSpec);
154
+ }
155
+ /**
156
+ * Lists all the available machine learning team accounts under the specified resource group.
157
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
158
+ * belongs.
159
+ * @param options The options parameters.
160
+ */
161
+ _listByResourceGroup(resourceGroupName, options) {
162
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
163
+ }
164
+ /**
165
+ * Lists all the available machine learning team accounts under the specified subscription.
166
+ * @param options The options parameters.
167
+ */
168
+ _list(options) {
169
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
170
+ }
171
+ /**
172
+ * ListByResourceGroupNext
173
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
174
+ * belongs.
175
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
176
+ * @param options The options parameters.
177
+ */
178
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
179
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
180
+ }
181
+ /**
182
+ * ListNext
183
+ * @param nextLink The nextLink from the previous successful call to the List method.
184
+ * @param options The options parameters.
185
+ */
186
+ _listNext(nextLink, options) {
187
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
188
+ }
189
+ }
190
+ // Operation Specifications
191
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
192
+ const getOperationSpec = {
193
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
194
+ httpMethod: "GET",
195
+ responses: {
196
+ 200: {
197
+ bodyMapper: Mappers.Account
198
+ },
199
+ default: {
200
+ bodyMapper: Mappers.ErrorResponse
201
+ }
202
+ },
203
+ queryParameters: [Parameters.apiVersion],
204
+ urlParameters: [
205
+ Parameters.$host,
206
+ Parameters.subscriptionId,
207
+ Parameters.resourceGroupName,
208
+ Parameters.accountName
209
+ ],
210
+ headerParameters: [Parameters.accept],
211
+ serializer
212
+ };
213
+ const createOrUpdateOperationSpec = {
214
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
215
+ httpMethod: "PUT",
216
+ responses: {
217
+ 200: {
218
+ bodyMapper: Mappers.Account
219
+ },
220
+ 201: {
221
+ bodyMapper: Mappers.Account
222
+ },
223
+ default: {
224
+ bodyMapper: Mappers.ErrorResponse
225
+ }
226
+ },
227
+ requestBody: Parameters.parameters,
228
+ queryParameters: [Parameters.apiVersion],
229
+ urlParameters: [
230
+ Parameters.$host,
231
+ Parameters.subscriptionId,
232
+ Parameters.resourceGroupName,
233
+ Parameters.accountName
234
+ ],
235
+ headerParameters: [Parameters.accept, Parameters.contentType],
236
+ mediaType: "json",
237
+ serializer
238
+ };
239
+ const deleteOperationSpec = {
240
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
241
+ httpMethod: "DELETE",
242
+ responses: {
243
+ 200: {},
244
+ 204: {},
245
+ default: {
246
+ bodyMapper: Mappers.ErrorResponse
247
+ }
248
+ },
249
+ queryParameters: [Parameters.apiVersion],
250
+ urlParameters: [
251
+ Parameters.$host,
252
+ Parameters.subscriptionId,
253
+ Parameters.resourceGroupName,
254
+ Parameters.accountName
255
+ ],
256
+ headerParameters: [Parameters.accept],
257
+ serializer
258
+ };
259
+ const updateOperationSpec = {
260
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
261
+ httpMethod: "PATCH",
262
+ responses: {
263
+ 200: {
264
+ bodyMapper: Mappers.Account
265
+ },
266
+ default: {
267
+ bodyMapper: Mappers.ErrorResponse
268
+ }
269
+ },
270
+ requestBody: Parameters.parameters1,
271
+ queryParameters: [Parameters.apiVersion],
272
+ urlParameters: [
273
+ Parameters.$host,
274
+ Parameters.subscriptionId,
275
+ Parameters.resourceGroupName,
276
+ Parameters.accountName
277
+ ],
278
+ headerParameters: [Parameters.accept, Parameters.contentType],
279
+ mediaType: "json",
280
+ serializer
281
+ };
282
+ const listByResourceGroupOperationSpec = {
283
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts",
284
+ httpMethod: "GET",
285
+ responses: {
286
+ 200: {
287
+ bodyMapper: Mappers.AccountListResult
288
+ },
289
+ default: {
290
+ bodyMapper: Mappers.ErrorResponse
291
+ }
292
+ },
293
+ queryParameters: [Parameters.apiVersion],
294
+ urlParameters: [
295
+ Parameters.$host,
296
+ Parameters.subscriptionId,
297
+ Parameters.resourceGroupName
298
+ ],
299
+ headerParameters: [Parameters.accept],
300
+ serializer
301
+ };
302
+ const listOperationSpec = {
303
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts",
304
+ httpMethod: "GET",
305
+ responses: {
306
+ 200: {
307
+ bodyMapper: Mappers.AccountListResult
308
+ },
309
+ default: {
310
+ bodyMapper: Mappers.ErrorResponse
311
+ }
312
+ },
313
+ queryParameters: [Parameters.apiVersion],
314
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
315
+ headerParameters: [Parameters.accept],
316
+ serializer
317
+ };
318
+ const listByResourceGroupNextOperationSpec = {
319
+ path: "{nextLink}",
320
+ httpMethod: "GET",
321
+ responses: {
322
+ 200: {
323
+ bodyMapper: Mappers.AccountListResult
324
+ },
325
+ default: {
326
+ bodyMapper: Mappers.ErrorResponse
327
+ }
328
+ },
329
+ urlParameters: [
330
+ Parameters.$host,
331
+ Parameters.subscriptionId,
332
+ Parameters.resourceGroupName,
333
+ Parameters.nextLink
334
+ ],
335
+ headerParameters: [Parameters.accept],
336
+ serializer
337
+ };
338
+ const listNextOperationSpec = {
339
+ path: "{nextLink}",
340
+ httpMethod: "GET",
341
+ responses: {
342
+ 200: {
343
+ bodyMapper: Mappers.AccountListResult
344
+ },
345
+ default: {
346
+ bodyMapper: Mappers.ErrorResponse
347
+ }
348
+ },
349
+ urlParameters: [
350
+ Parameters.$host,
351
+ Parameters.subscriptionId,
352
+ Parameters.nextLink
353
+ ],
354
+ headerParameters: [Parameters.accept],
355
+ serializer
356
+ };
357
+ //# sourceMappingURL=accounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAsBtD,4CAA4C;AAC5C,4CAA4C;AAC5C,MAAM,OAAO,YAAY;IACN,MAAM,CAAgC;IAEvD;;;OAGG;IACH,YAAY,MAAqC;QAC/C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAmD;QAEnD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,6BAA6B,CAC1C,iBAAyB,EACzB,OAAmD,EACnD,QAAuB;QAEvB,IAAI,MAA2C,CAAC;QAChD,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;YACrE,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAC;YACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,4BAA4B,CACzC,iBAAyB,EACzB,OAAmD;QAEnD,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,EAAE,CAAC;YACF,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;OAGG;IACI,IAAI,CACT,OAAoC;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAChD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,OAAoC,EACpC,QAAuB;QAEvB,IAAI,MAA4B,CAAC;QACjC,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YACnC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;YAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,OAAoC;QAEpC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC;YACtD,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAyB,EACzB,WAAmB,EACnB,UAAmB,EACnB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACvD,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,UAAmC,EACnC,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACvD,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;IACJ,CAAC;IAED;;;OAGG;IACK,KAAK,CACX,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;OAMG;IACK,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,8IAA8I;IAChJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,OAAO;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EACF,8IAA8I;IAChJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,OAAO;SAC5B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,OAAO;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8IAA8I;IAChJ,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8IAA8I;IAChJ,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,OAAO;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,gIAAgI;IAClI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;KAC7B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,6FAA6F;IAC/F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Accounts } 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 { MLTeamAccountManagementClient } from \"../mLTeamAccountManagementClient.js\";\nimport {\n Account,\n AccountsListByResourceGroupNextOptionalParams,\n AccountsListByResourceGroupOptionalParams,\n AccountsListByResourceGroupResponse,\n AccountsListNextOptionalParams,\n AccountsListOptionalParams,\n AccountsListResponse,\n AccountsGetOptionalParams,\n AccountsGetResponse,\n AccountsCreateOrUpdateOptionalParams,\n AccountsCreateOrUpdateResponse,\n AccountsDeleteOptionalParams,\n AccountUpdateParameters,\n AccountsUpdateOptionalParams,\n AccountsUpdateResponse,\n AccountsListByResourceGroupNextResponse,\n AccountsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Accounts operations. */\nexport class AccountsImpl implements Accounts {\n private readonly client: MLTeamAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Accounts class.\n * @param client Reference to the service client\n */\n constructor(client: MLTeamAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all the available machine learning team accounts under the specified resource group.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Account> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Account[]> {\n let result: AccountsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Account> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the available machine learning team accounts under the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: AccountsListOptionalParams\n ): PagedAsyncIterableIterator<Account> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AccountsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Account[]> {\n let result: AccountsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AccountsListOptionalParams\n ): AsyncIterableIterator<Account> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the properties of the specified machine learning team account.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param accountName The name of the machine learning team account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsGetOptionalParams\n ): Promise<AccountsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a team account with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param accountName The name of the machine learning team account.\n * @param parameters The parameters for creating or updating a machine learning team account.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n parameters: Account,\n options?: AccountsCreateOrUpdateOptionalParams\n ): Promise<AccountsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Deletes a machine learning team account.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param accountName The name of the machine learning team account.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Updates a machine learning team account with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param accountName The name of the machine learning team account.\n * @param parameters The parameters for updating a machine learning team account.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n parameters: AccountUpdateParameters,\n options?: AccountsUpdateOptionalParams\n ): Promise<AccountsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Lists all the available machine learning team accounts under the specified resource group.\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): Promise<AccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all the available machine learning team accounts under the specified subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: AccountsListOptionalParams\n ): Promise<AccountsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group to which the machine learning team account\n * belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AccountsListByResourceGroupNextOptionalParams\n ): Promise<AccountsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AccountsListNextOptionalParams\n ): Promise<AccountsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n 201: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}