@azure/arm-commitmentplans 2.0.0-beta.2 → 2.0.0-beta.3

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 (355) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/LICENSE +4 -4
  3. package/README.md +30 -20
  4. package/{dist-esm/src → dist/browser}/azureMLCommitmentPlansManagementClient.d.ts +4 -2
  5. package/dist/browser/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  6. package/dist/browser/azureMLCommitmentPlansManagementClient.js +114 -0
  7. package/dist/browser/azureMLCommitmentPlansManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +29 -22
  13. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  14. package/{dist-esm/src → dist/browser}/models/index.js +7 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +16 -7
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.d.ts +3 -3
  21. package/dist/browser/operations/commitmentAssociations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.js +30 -33
  23. package/dist/browser/operations/commitmentAssociations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/commitmentPlans.d.ts +3 -3
  25. package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/commitmentPlans.js +56 -63
  27. package/dist/browser/operations/commitmentPlans.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +6 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operations.js +16 -27
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
  37. package/dist/browser/operations/skus.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/skus.js +16 -27
  39. package/dist/browser/operations/skus.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/usageHistory.d.ts +3 -3
  41. package/dist/browser/operations/usageHistory.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/usageHistory.js +30 -33
  43. package/dist/browser/operations/usageHistory.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/commitmentAssociations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  52. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  56. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
  59. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/usageHistory.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/usageHistory.js.map +1 -0
  63. package/dist/browser/package.json +3 -0
  64. package/dist/browser/pagingHelper.d.ts +13 -0
  65. package/dist/browser/pagingHelper.d.ts.map +1 -0
  66. package/dist/browser/pagingHelper.js +30 -0
  67. package/dist/browser/pagingHelper.js.map +1 -0
  68. package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  69. package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  70. package/dist/commonjs/azureMLCommitmentPlansManagementClient.js +119 -0
  71. package/dist/commonjs/azureMLCommitmentPlansManagementClient.js.map +1 -0
  72. package/dist/commonjs/index.d.ts +5 -0
  73. package/dist/commonjs/index.d.ts.map +1 -0
  74. package/dist/commonjs/index.js +19 -0
  75. package/dist/commonjs/index.js.map +1 -0
  76. package/{types/arm-commitmentplans.d.ts → dist/commonjs/models/index.d.ts} +529 -706
  77. package/dist/commonjs/models/index.d.ts.map +1 -0
  78. package/dist/commonjs/models/index.js +37 -0
  79. package/dist/commonjs/models/index.js.map +1 -0
  80. package/dist/commonjs/models/mappers.d.ts +24 -0
  81. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  82. package/dist/commonjs/models/mappers.js +753 -0
  83. package/dist/commonjs/models/mappers.js.map +1 -0
  84. package/dist/commonjs/models/parameters.d.ts +15 -0
  85. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/models/parameters.js +128 -0
  87. package/dist/commonjs/models/parameters.js.map +1 -0
  88. package/dist/commonjs/operations/commitmentAssociations.d.ts +55 -0
  89. package/dist/commonjs/operations/commitmentAssociations.d.ts.map +1 -0
  90. package/dist/commonjs/operations/commitmentAssociations.js +205 -0
  91. package/dist/commonjs/operations/commitmentAssociations.js.map +1 -0
  92. package/dist/commonjs/operations/commitmentPlans.d.ts +84 -0
  93. package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
  94. package/dist/commonjs/operations/commitmentPlans.js +330 -0
  95. package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +6 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +16 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/operations.d.ts +26 -0
  101. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  102. package/dist/commonjs/operations/operations.js +81 -0
  103. package/dist/commonjs/operations/operations.js.map +1 -0
  104. package/dist/commonjs/operations/skus.d.ts +26 -0
  105. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  106. package/dist/commonjs/operations/skus.js +81 -0
  107. package/dist/commonjs/operations/skus.js.map +1 -0
  108. package/dist/commonjs/operations/usageHistory.d.ts +38 -0
  109. package/dist/commonjs/operations/usageHistory.d.ts.map +1 -0
  110. package/dist/commonjs/operations/usageHistory.js +133 -0
  111. package/dist/commonjs/operations/usageHistory.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  113. package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/commitmentAssociations.js +10 -0
  115. package/dist/commonjs/operationsInterfaces/commitmentAssociations.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +48 -0
  117. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
  119. package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  121. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  123. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  125. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  127. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
  129. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  131. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/usageHistory.d.ts +13 -0
  133. package/dist/commonjs/operationsInterfaces/usageHistory.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/usageHistory.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/usageHistory.js.map +1 -0
  136. package/dist/commonjs/package.json +3 -0
  137. package/dist/commonjs/pagingHelper.d.ts +13 -0
  138. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  139. package/dist/commonjs/pagingHelper.js +34 -0
  140. package/dist/commonjs/pagingHelper.js.map +1 -0
  141. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  142. package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  143. package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  144. package/dist/esm/azureMLCommitmentPlansManagementClient.js +114 -0
  145. package/dist/esm/azureMLCommitmentPlansManagementClient.js.map +1 -0
  146. package/dist/esm/index.d.ts +5 -0
  147. package/dist/esm/index.d.ts.map +1 -0
  148. package/{src/index.ts → dist/esm/index.js} +5 -4
  149. package/dist/esm/index.js.map +1 -0
  150. package/dist/esm/models/index.d.ts +529 -0
  151. package/dist/esm/models/index.d.ts.map +1 -0
  152. package/dist/esm/models/index.js +34 -0
  153. package/dist/esm/models/index.js.map +1 -0
  154. package/dist/esm/models/mappers.d.ts +24 -0
  155. package/dist/esm/models/mappers.d.ts.map +1 -0
  156. package/dist/esm/models/mappers.js +750 -0
  157. package/dist/esm/models/mappers.js.map +1 -0
  158. package/dist/esm/models/parameters.d.ts +15 -0
  159. package/dist/esm/models/parameters.d.ts.map +1 -0
  160. package/dist/esm/models/parameters.js +125 -0
  161. package/dist/esm/models/parameters.js.map +1 -0
  162. package/dist/esm/operations/commitmentAssociations.d.ts +55 -0
  163. package/dist/esm/operations/commitmentAssociations.d.ts.map +1 -0
  164. package/dist/esm/operations/commitmentAssociations.js +200 -0
  165. package/dist/esm/operations/commitmentAssociations.js.map +1 -0
  166. package/dist/esm/operations/commitmentPlans.d.ts +84 -0
  167. package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
  168. package/dist/esm/operations/commitmentPlans.js +325 -0
  169. package/dist/esm/operations/commitmentPlans.js.map +1 -0
  170. package/dist/esm/operations/index.d.ts +6 -0
  171. package/dist/esm/operations/index.d.ts.map +1 -0
  172. package/dist/esm/operations/index.js +13 -0
  173. package/dist/esm/operations/index.js.map +1 -0
  174. package/dist/esm/operations/operations.d.ts +26 -0
  175. package/dist/esm/operations/operations.d.ts.map +1 -0
  176. package/dist/esm/operations/operations.js +76 -0
  177. package/dist/esm/operations/operations.js.map +1 -0
  178. package/dist/esm/operations/skus.d.ts +26 -0
  179. package/dist/esm/operations/skus.d.ts.map +1 -0
  180. package/dist/esm/operations/skus.js +76 -0
  181. package/dist/esm/operations/skus.js.map +1 -0
  182. package/dist/esm/operations/usageHistory.d.ts +38 -0
  183. package/dist/esm/operations/usageHistory.d.ts.map +1 -0
  184. package/dist/esm/operations/usageHistory.js +128 -0
  185. package/dist/esm/operations/usageHistory.js.map +1 -0
  186. package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  187. package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  188. package/dist/esm/operationsInterfaces/commitmentAssociations.js +9 -0
  189. package/dist/esm/operationsInterfaces/commitmentAssociations.js.map +1 -0
  190. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +48 -0
  191. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  192. package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
  193. package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
  194. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  195. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  196. package/dist/esm/operationsInterfaces/index.js +13 -0
  197. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  198. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  199. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  200. package/dist/esm/operationsInterfaces/operations.js +9 -0
  201. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
  203. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/skus.js +9 -0
  205. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/usageHistory.d.ts +13 -0
  207. package/dist/esm/operationsInterfaces/usageHistory.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/usageHistory.js +9 -0
  209. package/dist/esm/operationsInterfaces/usageHistory.js.map +1 -0
  210. package/dist/esm/package.json +3 -0
  211. package/dist/esm/pagingHelper.d.ts +13 -0
  212. package/dist/esm/pagingHelper.d.ts.map +1 -0
  213. package/dist/esm/pagingHelper.js +30 -0
  214. package/dist/esm/pagingHelper.js.map +1 -0
  215. package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  216. package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  217. package/dist/react-native/azureMLCommitmentPlansManagementClient.js +114 -0
  218. package/dist/react-native/azureMLCommitmentPlansManagementClient.js.map +1 -0
  219. package/dist/react-native/index.d.ts +5 -0
  220. package/dist/react-native/index.d.ts.map +1 -0
  221. package/dist/react-native/index.js +13 -0
  222. package/dist/react-native/index.js.map +1 -0
  223. package/dist/react-native/models/index.d.ts +529 -0
  224. package/dist/react-native/models/index.d.ts.map +1 -0
  225. package/dist/react-native/models/index.js +34 -0
  226. package/dist/react-native/models/index.js.map +1 -0
  227. package/dist/react-native/models/mappers.d.ts +24 -0
  228. package/dist/react-native/models/mappers.d.ts.map +1 -0
  229. package/dist/react-native/models/mappers.js +750 -0
  230. package/dist/react-native/models/mappers.js.map +1 -0
  231. package/dist/react-native/models/parameters.d.ts +15 -0
  232. package/dist/react-native/models/parameters.d.ts.map +1 -0
  233. package/dist/react-native/models/parameters.js +125 -0
  234. package/dist/react-native/models/parameters.js.map +1 -0
  235. package/dist/react-native/operations/commitmentAssociations.d.ts +55 -0
  236. package/dist/react-native/operations/commitmentAssociations.d.ts.map +1 -0
  237. package/dist/react-native/operations/commitmentAssociations.js +200 -0
  238. package/dist/react-native/operations/commitmentAssociations.js.map +1 -0
  239. package/dist/react-native/operations/commitmentPlans.d.ts +84 -0
  240. package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
  241. package/dist/react-native/operations/commitmentPlans.js +325 -0
  242. package/dist/react-native/operations/commitmentPlans.js.map +1 -0
  243. package/dist/react-native/operations/index.d.ts +6 -0
  244. package/dist/react-native/operations/index.d.ts.map +1 -0
  245. package/dist/react-native/operations/index.js +13 -0
  246. package/dist/react-native/operations/index.js.map +1 -0
  247. package/dist/react-native/operations/operations.d.ts +26 -0
  248. package/dist/react-native/operations/operations.d.ts.map +1 -0
  249. package/dist/react-native/operations/operations.js +76 -0
  250. package/dist/react-native/operations/operations.js.map +1 -0
  251. package/dist/react-native/operations/skus.d.ts +26 -0
  252. package/dist/react-native/operations/skus.d.ts.map +1 -0
  253. package/dist/react-native/operations/skus.js +76 -0
  254. package/dist/react-native/operations/skus.js.map +1 -0
  255. package/dist/react-native/operations/usageHistory.d.ts +38 -0
  256. package/dist/react-native/operations/usageHistory.d.ts.map +1 -0
  257. package/dist/react-native/operations/usageHistory.js +128 -0
  258. package/dist/react-native/operations/usageHistory.js.map +1 -0
  259. package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  260. package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  261. package/dist/react-native/operationsInterfaces/commitmentAssociations.js +9 -0
  262. package/dist/react-native/operationsInterfaces/commitmentAssociations.js.map +1 -0
  263. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +48 -0
  264. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  265. package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
  266. package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
  267. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  268. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  269. package/dist/react-native/operationsInterfaces/index.js +13 -0
  270. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  271. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  272. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  273. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  274. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  275. package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
  276. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  277. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  278. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  279. package/dist/react-native/operationsInterfaces/usageHistory.d.ts +13 -0
  280. package/dist/react-native/operationsInterfaces/usageHistory.d.ts.map +1 -0
  281. package/dist/react-native/operationsInterfaces/usageHistory.js +9 -0
  282. package/dist/react-native/operationsInterfaces/usageHistory.js.map +1 -0
  283. package/dist/react-native/package.json +3 -0
  284. package/dist/react-native/pagingHelper.d.ts +13 -0
  285. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  286. package/dist/react-native/pagingHelper.js +30 -0
  287. package/dist/react-native/pagingHelper.js.map +1 -0
  288. package/package.json +86 -73
  289. package/review/{arm-commitmentplans.api.md → arm-commitmentplans-node.api.md} +7 -11
  290. package/dist/index.js +0 -1839
  291. package/dist/index.js.map +0 -1
  292. package/dist/index.min.js +0 -1
  293. package/dist/index.min.js.map +0 -1
  294. package/dist-esm/src/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
  295. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js +0 -73
  296. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js.map +0 -1
  297. package/dist-esm/src/index.d.ts +0 -5
  298. package/dist-esm/src/index.d.ts.map +0 -1
  299. package/dist-esm/src/index.js.map +0 -1
  300. package/dist-esm/src/models/index.js.map +0 -1
  301. package/dist-esm/src/models/mappers.js.map +0 -1
  302. package/dist-esm/src/models/parameters.js.map +0 -1
  303. package/dist-esm/src/operations/commitmentAssociations.d.ts.map +0 -1
  304. package/dist-esm/src/operations/commitmentAssociations.js.map +0 -1
  305. package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
  306. package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
  307. package/dist-esm/src/operations/index.d.ts +0 -6
  308. package/dist-esm/src/operations/index.js.map +0 -1
  309. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  310. package/dist-esm/src/operations/operations.js.map +0 -1
  311. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  312. package/dist-esm/src/operations/skus.js.map +0 -1
  313. package/dist-esm/src/operations/usageHistory.d.ts.map +0 -1
  314. package/dist-esm/src/operations/usageHistory.js.map +0 -1
  315. package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/commitmentAssociations.js.map +0 -1
  317. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  320. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/usageHistory.d.ts.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/usageHistory.js.map +0 -1
  325. package/dist-esm/test/sampleTest.d.ts +0 -2
  326. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  327. package/dist-esm/test/sampleTest.js +0 -40
  328. package/dist-esm/test/sampleTest.js.map +0 -1
  329. package/rollup.config.js +0 -122
  330. package/src/azureMLCommitmentPlansManagementClient.ts +0 -120
  331. package/src/models/index.ts +0 -579
  332. package/src/models/mappers.ts +0 -773
  333. package/src/models/parameters.ts +0 -147
  334. package/src/operations/commitmentAssociations.ts +0 -281
  335. package/src/operations/commitmentPlans.ts +0 -420
  336. package/src/operations/index.ts +0 -13
  337. package/src/operations/operations.ts +0 -95
  338. package/src/operations/skus.ts +0 -94
  339. package/src/operations/usageHistory.ts +0 -183
  340. package/src/operationsInterfaces/commitmentAssociations.ts +0 -62
  341. package/src/operationsInterfaces/commitmentPlans.ts +0 -92
  342. package/src/operationsInterfaces/index.ts +0 -13
  343. package/src/operationsInterfaces/operations.ts +0 -22
  344. package/src/operationsInterfaces/skus.ts +0 -22
  345. package/src/operationsInterfaces/usageHistory.ts +0 -26
  346. package/tsconfig.json +0 -33
  347. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  348. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  351. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.js +0 -0
  352. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  354. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.js +0 -0
@@ -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 OperationEntityListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationEntityListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationEntity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplayInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CatalogSku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CatalogSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CatalogSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\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 tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\"\n }\n },\n capabilities: {\n serializedName: \"capabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\"\n }\n }\n }\n },\n costs: {\n serializedName: \"costs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCost\"\n }\n }\n }\n },\n restrictions: {\n serializedName: \"restrictions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuRestrictions\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuCost: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuCost\",\n modelProperties: {\n meterID: {\n serializedName: \"meterID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n quantity: {\n serializedName: \"quantity\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n extendedUnit: {\n serializedName: \"extendedUnit\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuRestrictions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuRestrictions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitmentAssociationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationProperties\",\n modelProperties: {\n associatedResourceId: {\n serializedName: \"associatedResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n commitmentPlanId: {\n serializedName: \"commitmentPlanId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n serializedName: \"creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\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 CommitmentAssociationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveCommitmentAssociationRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MoveCommitmentAssociationRequest\",\n modelProperties: {\n destinationPlanId: {\n serializedName: \"destinationPlanId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitmentPlanProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanProperties\",\n modelProperties: {\n chargeForOverage: {\n serializedName: \"chargeForOverage\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n chargeForPlan: {\n serializedName: \"chargeForPlan\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n creationDate: {\n serializedName: \"creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n includedQuantities: {\n serializedName: \"includedQuantities\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"PlanQuantity\" } }\n }\n },\n maxAssociationLimit: {\n serializedName: \"maxAssociationLimit\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxCapacityLimit: {\n serializedName: \"maxCapacityLimit\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n minCapacityLimit: {\n serializedName: \"minCapacityLimit\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n planMeter: {\n serializedName: \"planMeter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n refillFrequencyInDays: {\n serializedName: \"refillFrequencyInDays\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n suspendPlanOnOverage: {\n serializedName: \"suspendPlanOnOverage\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PlanQuantity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanQuantity\",\n modelProperties: {\n allowance: {\n serializedName: \"allowance\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n amount: {\n serializedName: \"amount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n includedQuantityMeter: {\n serializedName: \"includedQuantityMeter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n overageMeter: {\n serializedName: \"overageMeter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitmentPlanPatchPayload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanPatchPayload\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n }\n};\n\nexport const CommitmentPlanListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PlanUsageHistoryListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistoryListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistory\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PlanUsageHistory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanUsageHistory\",\n modelProperties: {\n planDeletionOverage: {\n serializedName: \"planDeletionOverage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n planMigrationOverage: {\n serializedName: \"planMigrationOverage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n planQuantitiesAfterUsage: {\n serializedName: \"planQuantitiesAfterUsage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n planQuantitiesBeforeUsage: {\n serializedName: \"planQuantitiesBeforeUsage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n planUsageOverage: {\n serializedName: \"planUsageOverage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n usage: {\n serializedName: \"usage\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } }\n }\n },\n usageDate: {\n serializedName: \"usageDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CommitmentAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociation\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentAssociationProperties\"\n }\n }\n }\n }\n};\n\nexport const CommitmentPlan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommitmentPlan\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CommitmentPlanProperties\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,15 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const subscriptionId: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const commitmentPlanName: OperationURLParameter;
8
+ export declare const commitmentAssociationName: OperationURLParameter;
9
+ export declare const skipToken: OperationQueryParameter;
10
+ export declare const contentType: OperationParameter;
11
+ export declare const movePayload: OperationParameter;
12
+ export declare const nextLink: OperationURLParameter;
13
+ export declare const createOrUpdatePayload: OperationParameter;
14
+ export declare const patchPayload: OperationParameter;
15
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,qBASvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAGnC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC"}
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.patchPayload = exports.createOrUpdatePayload = exports.nextLink = exports.movePayload = exports.contentType = exports.skipToken = exports.commitmentAssociationName = exports.commitmentPlanName = exports.resourceGroupName = exports.subscriptionId = exports.apiVersion = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.apiVersion = {
35
+ parameterPath: "apiVersion",
36
+ mapper: {
37
+ defaultValue: "2016-05-01-preview",
38
+ isConstant: true,
39
+ serializedName: "api-version",
40
+ type: {
41
+ name: "String"
42
+ }
43
+ }
44
+ };
45
+ exports.subscriptionId = {
46
+ parameterPath: "subscriptionId",
47
+ mapper: {
48
+ serializedName: "subscriptionId",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ }
54
+ };
55
+ exports.resourceGroupName = {
56
+ parameterPath: "resourceGroupName",
57
+ mapper: {
58
+ serializedName: "resourceGroupName",
59
+ required: true,
60
+ type: {
61
+ name: "String"
62
+ }
63
+ }
64
+ };
65
+ exports.commitmentPlanName = {
66
+ parameterPath: "commitmentPlanName",
67
+ mapper: {
68
+ serializedName: "commitmentPlanName",
69
+ required: true,
70
+ type: {
71
+ name: "String"
72
+ }
73
+ }
74
+ };
75
+ exports.commitmentAssociationName = {
76
+ parameterPath: "commitmentAssociationName",
77
+ mapper: {
78
+ serializedName: "commitmentAssociationName",
79
+ required: true,
80
+ type: {
81
+ name: "String"
82
+ }
83
+ }
84
+ };
85
+ exports.skipToken = {
86
+ parameterPath: ["options", "skipToken"],
87
+ mapper: {
88
+ serializedName: "$skipToken",
89
+ type: {
90
+ name: "String"
91
+ }
92
+ }
93
+ };
94
+ exports.contentType = {
95
+ parameterPath: ["options", "contentType"],
96
+ mapper: {
97
+ defaultValue: "application/json",
98
+ isConstant: true,
99
+ serializedName: "Content-Type",
100
+ type: {
101
+ name: "String"
102
+ }
103
+ }
104
+ };
105
+ exports.movePayload = {
106
+ parameterPath: "movePayload",
107
+ mapper: mappers_js_1.MoveCommitmentAssociationRequest
108
+ };
109
+ exports.nextLink = {
110
+ parameterPath: "nextLink",
111
+ mapper: {
112
+ serializedName: "nextLink",
113
+ required: true,
114
+ type: {
115
+ name: "String"
116
+ }
117
+ },
118
+ skipEncoding: true
119
+ };
120
+ exports.createOrUpdatePayload = {
121
+ parameterPath: "createOrUpdatePayload",
122
+ mapper: mappers_js_1.CommitmentPlan
123
+ };
124
+ exports.patchPayload = {
125
+ parameterPath: "patchPayload",
126
+ mapper: mappers_js_1.CommitmentPlanPatchPayload
127
+ };
128
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAOH,qDAI8B;AAEjB,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA0B;IACvD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE;QACN,cAAc,EAAE,oBAAoB;QACpC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA0B;IAC9D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE;QACN,cAAc,EAAE,2BAA2B;QAC3C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,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;AAEW,QAAA,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;AAEW,QAAA,WAAW,GAAuB;IAC7C,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE,6CAAsC;CAC/C,CAAC;AAEW,QAAA,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;AAEW,QAAA,qBAAqB,GAAuB;IACvD,aAAa,EAAE,uBAAuB;IACtC,MAAM,EAAE,2BAAoB;CAC7B,CAAC;AAEW,QAAA,YAAY,GAAuB;IAC9C,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE,uCAAgC;CACzC,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 MoveCommitmentAssociationRequest as MoveCommitmentAssociationRequestMapper,\n CommitmentPlan as CommitmentPlanMapper,\n CommitmentPlanPatchPayload as CommitmentPlanPatchPayloadMapper\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: \"2016-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 commitmentPlanName: OperationURLParameter = {\n parameterPath: \"commitmentPlanName\",\n mapper: {\n serializedName: \"commitmentPlanName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const commitmentAssociationName: OperationURLParameter = {\n parameterPath: \"commitmentAssociationName\",\n mapper: {\n serializedName: \"commitmentAssociationName\",\n required: true,\n type: {\n name: \"String\"\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 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 movePayload: OperationParameter = {\n parameterPath: \"movePayload\",\n mapper: MoveCommitmentAssociationRequestMapper\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 createOrUpdatePayload: OperationParameter = {\n parameterPath: \"createOrUpdatePayload\",\n mapper: CommitmentPlanMapper\n};\n\nexport const patchPayload: OperationParameter = {\n parameterPath: \"patchPayload\",\n mapper: CommitmentPlanPatchPayloadMapper\n};\n"]}
@@ -0,0 +1,55 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { CommitmentAssociations } from "../operationsInterfaces/index.js";
3
+ import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient.js";
4
+ import { CommitmentAssociation, CommitmentAssociationsListOptionalParams, CommitmentAssociationsGetOptionalParams, CommitmentAssociationsGetResponse, MoveCommitmentAssociationRequest, CommitmentAssociationsMoveOptionalParams, CommitmentAssociationsMoveResponse } from "../models/index.js";
5
+ /** Class containing CommitmentAssociations operations. */
6
+ export declare class CommitmentAssociationsImpl implements CommitmentAssociations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class CommitmentAssociations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: AzureMLCommitmentPlansManagementClient);
13
+ /**
14
+ * Get all commitment associations for a parent commitment plan.
15
+ * @param resourceGroupName The resource group name.
16
+ * @param commitmentPlanName The Azure ML commitment plan name.
17
+ * @param options The options parameters.
18
+ */
19
+ list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): PagedAsyncIterableIterator<CommitmentAssociation>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * Get a commitment association.
24
+ * @param resourceGroupName The resource group name.
25
+ * @param commitmentPlanName The Azure ML commitment plan name.
26
+ * @param commitmentAssociationName The commitment association name.
27
+ * @param options The options parameters.
28
+ */
29
+ get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: CommitmentAssociationsGetOptionalParams): Promise<CommitmentAssociationsGetResponse>;
30
+ /**
31
+ * Get all commitment associations for a parent commitment plan.
32
+ * @param resourceGroupName The resource group name.
33
+ * @param commitmentPlanName The Azure ML commitment plan name.
34
+ * @param options The options parameters.
35
+ */
36
+ private _list;
37
+ /**
38
+ * Re-parent a commitment association from one commitment plan to another.
39
+ * @param resourceGroupName The resource group name.
40
+ * @param commitmentPlanName The Azure ML commitment plan name.
41
+ * @param commitmentAssociationName The commitment association name.
42
+ * @param movePayload The move request payload.
43
+ * @param options The options parameters.
44
+ */
45
+ move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: CommitmentAssociationsMoveOptionalParams): Promise<CommitmentAssociationsMoveResponse>;
46
+ /**
47
+ * ListNext
48
+ * @param resourceGroupName The resource group name.
49
+ * @param commitmentPlanName The Azure ML commitment plan name.
50
+ * @param nextLink The nextLink from the previous successful call to the List method.
51
+ * @param options The options parameters.
52
+ */
53
+ private _listNext;
54
+ }
55
+ //# sourceMappingURL=commitmentAssociations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commitmentAssociations.d.ts","sourceRoot":"","sources":["../../../src/operations/commitmentAssociations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACtG,OAAO,EACL,qBAAqB,EAErB,wCAAwC,EAExC,uCAAuC,EACvC,iCAAiC,EACjC,gCAAgC,EAChC,wCAAwC,EACxC,kCAAkC,EAEnC,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,qBAAqB,CAAC;YA2BrC,cAAc;YA6Bd,aAAa;IAc5B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAY7C;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,WAAW,EAAE,gCAAgC,EAC7C,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAa9C;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
@@ -0,0 +1,205 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.CommitmentAssociationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing CommitmentAssociations operations. */
18
+ class CommitmentAssociationsImpl {
19
+ client;
20
+ /**
21
+ * Initialize a new instance of the class CommitmentAssociations class.
22
+ * @param client Reference to the service client
23
+ */
24
+ constructor(client) {
25
+ this.client = client;
26
+ }
27
+ /**
28
+ * Get all commitment associations for a parent commitment plan.
29
+ * @param resourceGroupName The resource group name.
30
+ * @param commitmentPlanName The Azure ML commitment plan name.
31
+ * @param options The options parameters.
32
+ */
33
+ list(resourceGroupName, commitmentPlanName, options) {
34
+ const iter = this.listPagingAll(resourceGroupName, commitmentPlanName, options);
35
+ return {
36
+ next() {
37
+ return iter.next();
38
+ },
39
+ [Symbol.asyncIterator]() {
40
+ return this;
41
+ },
42
+ byPage: (settings) => {
43
+ if (settings?.maxPageSize) {
44
+ throw new Error("maxPageSize is not supported by this operation.");
45
+ }
46
+ return this.listPagingPage(resourceGroupName, commitmentPlanName, options, settings);
47
+ }
48
+ };
49
+ }
50
+ async *listPagingPage(resourceGroupName, commitmentPlanName, options, settings) {
51
+ let result;
52
+ let continuationToken = settings?.continuationToken;
53
+ if (!continuationToken) {
54
+ result = await this._list(resourceGroupName, commitmentPlanName, options);
55
+ let page = result.value || [];
56
+ continuationToken = result.nextLink;
57
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
58
+ yield page;
59
+ }
60
+ while (continuationToken) {
61
+ result = await this._listNext(resourceGroupName, commitmentPlanName, continuationToken, options);
62
+ continuationToken = result.nextLink;
63
+ let page = result.value || [];
64
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
65
+ yield page;
66
+ }
67
+ }
68
+ async *listPagingAll(resourceGroupName, commitmentPlanName, options) {
69
+ for await (const page of this.listPagingPage(resourceGroupName, commitmentPlanName, options)) {
70
+ yield* page;
71
+ }
72
+ }
73
+ /**
74
+ * Get a commitment association.
75
+ * @param resourceGroupName The resource group name.
76
+ * @param commitmentPlanName The Azure ML commitment plan name.
77
+ * @param commitmentAssociationName The commitment association name.
78
+ * @param options The options parameters.
79
+ */
80
+ get(resourceGroupName, commitmentPlanName, commitmentAssociationName, options) {
81
+ return this.client.sendOperationRequest({
82
+ resourceGroupName,
83
+ commitmentPlanName,
84
+ commitmentAssociationName,
85
+ options
86
+ }, getOperationSpec);
87
+ }
88
+ /**
89
+ * Get all commitment associations for a parent commitment plan.
90
+ * @param resourceGroupName The resource group name.
91
+ * @param commitmentPlanName The Azure ML commitment plan name.
92
+ * @param options The options parameters.
93
+ */
94
+ _list(resourceGroupName, commitmentPlanName, options) {
95
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listOperationSpec);
96
+ }
97
+ /**
98
+ * Re-parent a commitment association from one commitment plan to another.
99
+ * @param resourceGroupName The resource group name.
100
+ * @param commitmentPlanName The Azure ML commitment plan name.
101
+ * @param commitmentAssociationName The commitment association name.
102
+ * @param movePayload The move request payload.
103
+ * @param options The options parameters.
104
+ */
105
+ move(resourceGroupName, commitmentPlanName, commitmentAssociationName, movePayload, options) {
106
+ return this.client.sendOperationRequest({
107
+ resourceGroupName,
108
+ commitmentPlanName,
109
+ commitmentAssociationName,
110
+ movePayload,
111
+ options
112
+ }, moveOperationSpec);
113
+ }
114
+ /**
115
+ * ListNext
116
+ * @param resourceGroupName The resource group name.
117
+ * @param commitmentPlanName The Azure ML commitment plan name.
118
+ * @param nextLink The nextLink from the previous successful call to the List method.
119
+ * @param options The options parameters.
120
+ */
121
+ _listNext(resourceGroupName, commitmentPlanName, nextLink, options) {
122
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listNextOperationSpec);
123
+ }
124
+ }
125
+ exports.CommitmentAssociationsImpl = CommitmentAssociationsImpl;
126
+ // Operation Specifications
127
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
128
+ const getOperationSpec = {
129
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}",
130
+ httpMethod: "GET",
131
+ responses: {
132
+ 200: {
133
+ bodyMapper: Mappers.CommitmentAssociation
134
+ }
135
+ },
136
+ queryParameters: [Parameters.apiVersion],
137
+ urlParameters: [
138
+ Parameters.$host,
139
+ Parameters.subscriptionId,
140
+ Parameters.resourceGroupName,
141
+ Parameters.commitmentPlanName,
142
+ Parameters.commitmentAssociationName
143
+ ],
144
+ headerParameters: [Parameters.accept],
145
+ serializer
146
+ };
147
+ const listOperationSpec = {
148
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations",
149
+ httpMethod: "GET",
150
+ responses: {
151
+ 200: {
152
+ bodyMapper: Mappers.CommitmentAssociationListResult
153
+ }
154
+ },
155
+ queryParameters: [Parameters.apiVersion, Parameters.skipToken],
156
+ urlParameters: [
157
+ Parameters.$host,
158
+ Parameters.subscriptionId,
159
+ Parameters.resourceGroupName,
160
+ Parameters.commitmentPlanName
161
+ ],
162
+ headerParameters: [Parameters.accept],
163
+ serializer
164
+ };
165
+ const moveOperationSpec = {
166
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move",
167
+ httpMethod: "POST",
168
+ responses: {
169
+ 200: {
170
+ bodyMapper: Mappers.CommitmentAssociation
171
+ }
172
+ },
173
+ requestBody: Parameters.movePayload,
174
+ queryParameters: [Parameters.apiVersion],
175
+ urlParameters: [
176
+ Parameters.$host,
177
+ Parameters.subscriptionId,
178
+ Parameters.resourceGroupName,
179
+ Parameters.commitmentPlanName,
180
+ Parameters.commitmentAssociationName
181
+ ],
182
+ headerParameters: [Parameters.accept, Parameters.contentType],
183
+ mediaType: "json",
184
+ serializer
185
+ };
186
+ const listNextOperationSpec = {
187
+ path: "{nextLink}",
188
+ httpMethod: "GET",
189
+ responses: {
190
+ 200: {
191
+ bodyMapper: Mappers.CommitmentAssociationListResult
192
+ }
193
+ },
194
+ queryParameters: [Parameters.apiVersion, Parameters.skipToken],
195
+ urlParameters: [
196
+ Parameters.$host,
197
+ Parameters.subscriptionId,
198
+ Parameters.resourceGroupName,
199
+ Parameters.commitmentPlanName,
200
+ Parameters.nextLink
201
+ ],
202
+ headerParameters: [Parameters.accept],
203
+ serializer
204
+ };
205
+ //# sourceMappingURL=commitmentAssociations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commitmentAssociations.js","sourceRoot":"","sources":["../../../src/operations/commitmentAssociations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { CommitmentAssociations } 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 { AzureMLCommitmentPlansManagementClient } from \"../azureMLCommitmentPlansManagementClient.js\";\nimport {\n CommitmentAssociation,\n CommitmentAssociationsListNextOptionalParams,\n CommitmentAssociationsListOptionalParams,\n CommitmentAssociationsListResponse,\n CommitmentAssociationsGetOptionalParams,\n CommitmentAssociationsGetResponse,\n MoveCommitmentAssociationRequest,\n CommitmentAssociationsMoveOptionalParams,\n CommitmentAssociationsMoveResponse,\n CommitmentAssociationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CommitmentAssociations operations. */\nexport class CommitmentAssociationsImpl implements CommitmentAssociations {\n private readonly client: AzureMLCommitmentPlansManagementClient;\n\n /**\n * Initialize a new instance of the class CommitmentAssociations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMLCommitmentPlansManagementClient) {\n this.client = client;\n }\n\n /**\n * Get all commitment associations for a parent commitment plan.\n * @param resourceGroupName The resource group name.\n * @param commitmentPlanName The Azure ML commitment plan name.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n commitmentPlanName: string,\n options?: CommitmentAssociationsListOptionalParams\n ): PagedAsyncIterableIterator<CommitmentAssociation> {\n const iter = this.listPagingAll(\n resourceGroupName,\n commitmentPlanName,\n options\n );\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(\n resourceGroupName,\n commitmentPlanName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n commitmentPlanName: string,\n options?: CommitmentAssociationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CommitmentAssociation[]> {\n let result: CommitmentAssociationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, commitmentPlanName, 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(\n resourceGroupName,\n commitmentPlanName,\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 *listPagingAll(\n resourceGroupName: string,\n commitmentPlanName: string,\n options?: CommitmentAssociationsListOptionalParams\n ): AsyncIterableIterator<CommitmentAssociation> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n commitmentPlanName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a commitment association.\n * @param resourceGroupName The resource group name.\n * @param commitmentPlanName The Azure ML commitment plan name.\n * @param commitmentAssociationName The commitment association name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n commitmentPlanName: string,\n commitmentAssociationName: string,\n options?: CommitmentAssociationsGetOptionalParams\n ): Promise<CommitmentAssociationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n commitmentPlanName,\n commitmentAssociationName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Get all commitment associations for a parent commitment plan.\n * @param resourceGroupName The resource group name.\n * @param commitmentPlanName The Azure ML commitment plan name.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n commitmentPlanName: string,\n options?: CommitmentAssociationsListOptionalParams\n ): Promise<CommitmentAssociationsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, commitmentPlanName, options },\n listOperationSpec\n );\n }\n\n /**\n * Re-parent a commitment association from one commitment plan to another.\n * @param resourceGroupName The resource group name.\n * @param commitmentPlanName The Azure ML commitment plan name.\n * @param commitmentAssociationName The commitment association name.\n * @param movePayload The move request payload.\n * @param options The options parameters.\n */\n move(\n resourceGroupName: string,\n commitmentPlanName: string,\n commitmentAssociationName: string,\n movePayload: MoveCommitmentAssociationRequest,\n options?: CommitmentAssociationsMoveOptionalParams\n ): Promise<CommitmentAssociationsMoveResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n commitmentPlanName,\n commitmentAssociationName,\n movePayload,\n options\n },\n moveOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The resource group name.\n * @param commitmentPlanName The Azure ML commitment plan name.\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 resourceGroupName: string,\n commitmentPlanName: string,\n nextLink: string,\n options?: CommitmentAssociationsListNextOptionalParams\n ): Promise<CommitmentAssociationsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, commitmentPlanName, 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.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociation\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName,\n Parameters.commitmentAssociationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociationListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skipToken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst moveOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociation\n }\n },\n requestBody: Parameters.movePayload,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName,\n Parameters.commitmentAssociationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CommitmentAssociationListResult\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skipToken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.commitmentPlanName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,84 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { CommitmentPlans } from "../operationsInterfaces/index.js";
3
+ import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient.js";
4
+ import { CommitmentPlan, CommitmentPlansListOptionalParams, CommitmentPlansListInResourceGroupOptionalParams, CommitmentPlansGetOptionalParams, CommitmentPlansGetResponse, CommitmentPlansCreateOrUpdateOptionalParams, CommitmentPlansCreateOrUpdateResponse, CommitmentPlansRemoveOptionalParams, CommitmentPlanPatchPayload, CommitmentPlansPatchOptionalParams, CommitmentPlansPatchResponse } from "../models/index.js";
5
+ /** Class containing CommitmentPlans operations. */
6
+ export declare class CommitmentPlansImpl implements CommitmentPlans {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class CommitmentPlans class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: AzureMLCommitmentPlansManagementClient);
13
+ /**
14
+ * Retrieve all Azure ML commitment plans in a subscription.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: CommitmentPlansListOptionalParams): PagedAsyncIterableIterator<CommitmentPlan>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Retrieve all Azure ML commitment plans in a resource group.
22
+ * @param resourceGroupName The resource group name.
23
+ * @param options The options parameters.
24
+ */
25
+ listInResourceGroup(resourceGroupName: string, options?: CommitmentPlansListInResourceGroupOptionalParams): PagedAsyncIterableIterator<CommitmentPlan>;
26
+ private listInResourceGroupPagingPage;
27
+ private listInResourceGroupPagingAll;
28
+ /**
29
+ * Retrieve an Azure ML commitment plan by its subscription, resource group and name.
30
+ * @param resourceGroupName The resource group name.
31
+ * @param commitmentPlanName The Azure ML commitment plan name.
32
+ * @param options The options parameters.
33
+ */
34
+ get(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansGetOptionalParams): Promise<CommitmentPlansGetResponse>;
35
+ /**
36
+ * Create a new Azure ML commitment plan resource or updates an existing one.
37
+ * @param resourceGroupName The resource group name.
38
+ * @param commitmentPlanName The Azure ML commitment plan name.
39
+ * @param createOrUpdatePayload The payload to create or update the Azure ML commitment plan.
40
+ * @param options The options parameters.
41
+ */
42
+ createOrUpdate(resourceGroupName: string, commitmentPlanName: string, createOrUpdatePayload: CommitmentPlan, options?: CommitmentPlansCreateOrUpdateOptionalParams): Promise<CommitmentPlansCreateOrUpdateResponse>;
43
+ /**
44
+ * Remove an existing Azure ML commitment plan.
45
+ * @param resourceGroupName The resource group name.
46
+ * @param commitmentPlanName The Azure ML commitment plan name.
47
+ * @param options The options parameters.
48
+ */
49
+ remove(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansRemoveOptionalParams): Promise<void>;
50
+ /**
51
+ * Patch an existing Azure ML commitment plan resource.
52
+ * @param resourceGroupName The resource group name.
53
+ * @param commitmentPlanName The Azure ML commitment plan name.
54
+ * @param patchPayload The payload to use to patch the Azure ML commitment plan. Only tags and SKU may
55
+ * be modified on an existing commitment plan.
56
+ * @param options The options parameters.
57
+ */
58
+ patch(resourceGroupName: string, commitmentPlanName: string, patchPayload: CommitmentPlanPatchPayload, options?: CommitmentPlansPatchOptionalParams): Promise<CommitmentPlansPatchResponse>;
59
+ /**
60
+ * Retrieve all Azure ML commitment plans in a subscription.
61
+ * @param options The options parameters.
62
+ */
63
+ private _list;
64
+ /**
65
+ * Retrieve all Azure ML commitment plans in a resource group.
66
+ * @param resourceGroupName The resource group name.
67
+ * @param options The options parameters.
68
+ */
69
+ private _listInResourceGroup;
70
+ /**
71
+ * ListNext
72
+ * @param nextLink The nextLink from the previous successful call to the List method.
73
+ * @param options The options parameters.
74
+ */
75
+ private _listNext;
76
+ /**
77
+ * ListInResourceGroupNext
78
+ * @param resourceGroupName The resource group name.
79
+ * @param nextLink The nextLink from the previous successful call to the ListInResourceGroup method.
80
+ * @param options The options parameters.
81
+ */
82
+ private _listInResourceGroupNext;
83
+ }
84
+ //# sourceMappingURL=commitmentPlans.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commitmentPlans.d.ts","sourceRoot":"","sources":["../../../src/operations/commitmentPlans.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACtG,OAAO,EACL,cAAc,EAEd,iCAAiC,EAGjC,gDAAgD,EAEhD,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,mCAAmC,EACnC,0BAA0B,EAC1B,kCAAkC,EAClC,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC;YAkB9B,cAAc;YAsBd,aAAa;IAQ5B;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,cAAc,CAAC;YAsB9B,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,qBAAqB,EAAE,cAAc,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,0BAA0B,EACxC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}