@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
@@ -1,420 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { CommitmentPlans } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient";
15
- import {
16
- CommitmentPlan,
17
- CommitmentPlansListNextOptionalParams,
18
- CommitmentPlansListOptionalParams,
19
- CommitmentPlansListInResourceGroupNextOptionalParams,
20
- CommitmentPlansListInResourceGroupOptionalParams,
21
- CommitmentPlansGetOptionalParams,
22
- CommitmentPlansGetResponse,
23
- CommitmentPlansCreateOrUpdateOptionalParams,
24
- CommitmentPlansCreateOrUpdateResponse,
25
- CommitmentPlansRemoveOptionalParams,
26
- CommitmentPlanPatchPayload,
27
- CommitmentPlansPatchOptionalParams,
28
- CommitmentPlansPatchResponse,
29
- CommitmentPlansListResponse,
30
- CommitmentPlansListInResourceGroupResponse,
31
- CommitmentPlansListNextResponse,
32
- CommitmentPlansListInResourceGroupNextResponse
33
- } from "../models";
34
-
35
- /// <reference lib="esnext.asynciterable" />
36
- /** Class containing CommitmentPlans operations. */
37
- export class CommitmentPlansImpl implements CommitmentPlans {
38
- private readonly client: AzureMLCommitmentPlansManagementClient;
39
-
40
- /**
41
- * Initialize a new instance of the class CommitmentPlans class.
42
- * @param client Reference to the service client
43
- */
44
- constructor(client: AzureMLCommitmentPlansManagementClient) {
45
- this.client = client;
46
- }
47
-
48
- /**
49
- * Retrieve all Azure ML commitment plans in a subscription.
50
- * @param options The options parameters.
51
- */
52
- public list(
53
- options?: CommitmentPlansListOptionalParams
54
- ): PagedAsyncIterableIterator<CommitmentPlan> {
55
- const iter = this.listPagingAll(options);
56
- return {
57
- next() {
58
- return iter.next();
59
- },
60
- [Symbol.asyncIterator]() {
61
- return this;
62
- },
63
- byPage: () => {
64
- return this.listPagingPage(options);
65
- }
66
- };
67
- }
68
-
69
- private async *listPagingPage(
70
- options?: CommitmentPlansListOptionalParams
71
- ): AsyncIterableIterator<CommitmentPlan[]> {
72
- let result = await this._list(options);
73
- yield result.value || [];
74
- let continuationToken = result.nextLink;
75
- while (continuationToken) {
76
- result = await this._listNext(continuationToken, options);
77
- continuationToken = result.nextLink;
78
- yield result.value || [];
79
- }
80
- }
81
-
82
- private async *listPagingAll(
83
- options?: CommitmentPlansListOptionalParams
84
- ): AsyncIterableIterator<CommitmentPlan> {
85
- for await (const page of this.listPagingPage(options)) {
86
- yield* page;
87
- }
88
- }
89
-
90
- /**
91
- * Retrieve all Azure ML commitment plans in a resource group.
92
- * @param resourceGroupName The resource group name.
93
- * @param options The options parameters.
94
- */
95
- public listInResourceGroup(
96
- resourceGroupName: string,
97
- options?: CommitmentPlansListInResourceGroupOptionalParams
98
- ): PagedAsyncIterableIterator<CommitmentPlan> {
99
- const iter = this.listInResourceGroupPagingAll(resourceGroupName, options);
100
- return {
101
- next() {
102
- return iter.next();
103
- },
104
- [Symbol.asyncIterator]() {
105
- return this;
106
- },
107
- byPage: () => {
108
- return this.listInResourceGroupPagingPage(resourceGroupName, options);
109
- }
110
- };
111
- }
112
-
113
- private async *listInResourceGroupPagingPage(
114
- resourceGroupName: string,
115
- options?: CommitmentPlansListInResourceGroupOptionalParams
116
- ): AsyncIterableIterator<CommitmentPlan[]> {
117
- let result = await this._listInResourceGroup(resourceGroupName, options);
118
- yield result.value || [];
119
- let continuationToken = result.nextLink;
120
- while (continuationToken) {
121
- result = await this._listInResourceGroupNext(
122
- resourceGroupName,
123
- continuationToken,
124
- options
125
- );
126
- continuationToken = result.nextLink;
127
- yield result.value || [];
128
- }
129
- }
130
-
131
- private async *listInResourceGroupPagingAll(
132
- resourceGroupName: string,
133
- options?: CommitmentPlansListInResourceGroupOptionalParams
134
- ): AsyncIterableIterator<CommitmentPlan> {
135
- for await (const page of this.listInResourceGroupPagingPage(
136
- resourceGroupName,
137
- options
138
- )) {
139
- yield* page;
140
- }
141
- }
142
-
143
- /**
144
- * Retrieve an Azure ML commitment plan by its subscription, resource group and name.
145
- * @param resourceGroupName The resource group name.
146
- * @param commitmentPlanName The Azure ML commitment plan name.
147
- * @param options The options parameters.
148
- */
149
- get(
150
- resourceGroupName: string,
151
- commitmentPlanName: string,
152
- options?: CommitmentPlansGetOptionalParams
153
- ): Promise<CommitmentPlansGetResponse> {
154
- return this.client.sendOperationRequest(
155
- { resourceGroupName, commitmentPlanName, options },
156
- getOperationSpec
157
- );
158
- }
159
-
160
- /**
161
- * Create a new Azure ML commitment plan resource or updates an existing one.
162
- * @param resourceGroupName The resource group name.
163
- * @param commitmentPlanName The Azure ML commitment plan name.
164
- * @param createOrUpdatePayload The payload to create or update the Azure ML commitment plan.
165
- * @param options The options parameters.
166
- */
167
- createOrUpdate(
168
- resourceGroupName: string,
169
- commitmentPlanName: string,
170
- createOrUpdatePayload: CommitmentPlan,
171
- options?: CommitmentPlansCreateOrUpdateOptionalParams
172
- ): Promise<CommitmentPlansCreateOrUpdateResponse> {
173
- return this.client.sendOperationRequest(
174
- { resourceGroupName, commitmentPlanName, createOrUpdatePayload, options },
175
- createOrUpdateOperationSpec
176
- );
177
- }
178
-
179
- /**
180
- * Remove an existing Azure ML commitment plan.
181
- * @param resourceGroupName The resource group name.
182
- * @param commitmentPlanName The Azure ML commitment plan name.
183
- * @param options The options parameters.
184
- */
185
- remove(
186
- resourceGroupName: string,
187
- commitmentPlanName: string,
188
- options?: CommitmentPlansRemoveOptionalParams
189
- ): Promise<void> {
190
- return this.client.sendOperationRequest(
191
- { resourceGroupName, commitmentPlanName, options },
192
- removeOperationSpec
193
- );
194
- }
195
-
196
- /**
197
- * Patch an existing Azure ML commitment plan resource.
198
- * @param resourceGroupName The resource group name.
199
- * @param commitmentPlanName The Azure ML commitment plan name.
200
- * @param patchPayload The payload to use to patch the Azure ML commitment plan. Only tags and SKU may
201
- * be modified on an existing commitment plan.
202
- * @param options The options parameters.
203
- */
204
- patch(
205
- resourceGroupName: string,
206
- commitmentPlanName: string,
207
- patchPayload: CommitmentPlanPatchPayload,
208
- options?: CommitmentPlansPatchOptionalParams
209
- ): Promise<CommitmentPlansPatchResponse> {
210
- return this.client.sendOperationRequest(
211
- { resourceGroupName, commitmentPlanName, patchPayload, options },
212
- patchOperationSpec
213
- );
214
- }
215
-
216
- /**
217
- * Retrieve all Azure ML commitment plans in a subscription.
218
- * @param options The options parameters.
219
- */
220
- private _list(
221
- options?: CommitmentPlansListOptionalParams
222
- ): Promise<CommitmentPlansListResponse> {
223
- return this.client.sendOperationRequest({ options }, listOperationSpec);
224
- }
225
-
226
- /**
227
- * Retrieve all Azure ML commitment plans in a resource group.
228
- * @param resourceGroupName The resource group name.
229
- * @param options The options parameters.
230
- */
231
- private _listInResourceGroup(
232
- resourceGroupName: string,
233
- options?: CommitmentPlansListInResourceGroupOptionalParams
234
- ): Promise<CommitmentPlansListInResourceGroupResponse> {
235
- return this.client.sendOperationRequest(
236
- { resourceGroupName, options },
237
- listInResourceGroupOperationSpec
238
- );
239
- }
240
-
241
- /**
242
- * ListNext
243
- * @param nextLink The nextLink from the previous successful call to the List method.
244
- * @param options The options parameters.
245
- */
246
- private _listNext(
247
- nextLink: string,
248
- options?: CommitmentPlansListNextOptionalParams
249
- ): Promise<CommitmentPlansListNextResponse> {
250
- return this.client.sendOperationRequest(
251
- { nextLink, options },
252
- listNextOperationSpec
253
- );
254
- }
255
-
256
- /**
257
- * ListInResourceGroupNext
258
- * @param resourceGroupName The resource group name.
259
- * @param nextLink The nextLink from the previous successful call to the ListInResourceGroup method.
260
- * @param options The options parameters.
261
- */
262
- private _listInResourceGroupNext(
263
- resourceGroupName: string,
264
- nextLink: string,
265
- options?: CommitmentPlansListInResourceGroupNextOptionalParams
266
- ): Promise<CommitmentPlansListInResourceGroupNextResponse> {
267
- return this.client.sendOperationRequest(
268
- { resourceGroupName, nextLink, options },
269
- listInResourceGroupNextOperationSpec
270
- );
271
- }
272
- }
273
- // Operation Specifications
274
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
275
-
276
- const getOperationSpec: coreClient.OperationSpec = {
277
- path:
278
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",
279
- httpMethod: "GET",
280
- responses: {
281
- 200: {
282
- bodyMapper: Mappers.CommitmentPlan
283
- }
284
- },
285
- queryParameters: [Parameters.apiVersion],
286
- urlParameters: [
287
- Parameters.$host,
288
- Parameters.subscriptionId,
289
- Parameters.resourceGroupName,
290
- Parameters.commitmentPlanName
291
- ],
292
- headerParameters: [Parameters.accept],
293
- serializer
294
- };
295
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
296
- path:
297
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",
298
- httpMethod: "PUT",
299
- responses: {
300
- 200: {
301
- bodyMapper: Mappers.CommitmentPlan
302
- },
303
- 201: {
304
- bodyMapper: Mappers.CommitmentPlan
305
- }
306
- },
307
- requestBody: Parameters.createOrUpdatePayload,
308
- queryParameters: [Parameters.apiVersion],
309
- urlParameters: [
310
- Parameters.$host,
311
- Parameters.subscriptionId,
312
- Parameters.resourceGroupName,
313
- Parameters.commitmentPlanName
314
- ],
315
- headerParameters: [Parameters.accept, Parameters.contentType],
316
- mediaType: "json",
317
- serializer
318
- };
319
- const removeOperationSpec: coreClient.OperationSpec = {
320
- path:
321
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",
322
- httpMethod: "DELETE",
323
- responses: { 200: {} },
324
- queryParameters: [Parameters.apiVersion],
325
- urlParameters: [
326
- Parameters.$host,
327
- Parameters.subscriptionId,
328
- Parameters.resourceGroupName,
329
- Parameters.commitmentPlanName
330
- ],
331
- serializer
332
- };
333
- const patchOperationSpec: coreClient.OperationSpec = {
334
- path:
335
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}",
336
- httpMethod: "PATCH",
337
- responses: {
338
- 200: {
339
- bodyMapper: Mappers.CommitmentPlan
340
- }
341
- },
342
- requestBody: Parameters.patchPayload,
343
- queryParameters: [Parameters.apiVersion],
344
- urlParameters: [
345
- Parameters.$host,
346
- Parameters.subscriptionId,
347
- Parameters.resourceGroupName,
348
- Parameters.commitmentPlanName
349
- ],
350
- headerParameters: [Parameters.accept, Parameters.contentType],
351
- mediaType: "json",
352
- serializer
353
- };
354
- const listOperationSpec: coreClient.OperationSpec = {
355
- path:
356
- "/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/commitmentPlans",
357
- httpMethod: "GET",
358
- responses: {
359
- 200: {
360
- bodyMapper: Mappers.CommitmentPlanListResult
361
- }
362
- },
363
- queryParameters: [Parameters.apiVersion, Parameters.skipToken],
364
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
365
- headerParameters: [Parameters.accept],
366
- serializer
367
- };
368
- const listInResourceGroupOperationSpec: coreClient.OperationSpec = {
369
- path:
370
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans",
371
- httpMethod: "GET",
372
- responses: {
373
- 200: {
374
- bodyMapper: Mappers.CommitmentPlanListResult
375
- }
376
- },
377
- queryParameters: [Parameters.apiVersion, Parameters.skipToken],
378
- urlParameters: [
379
- Parameters.$host,
380
- Parameters.subscriptionId,
381
- Parameters.resourceGroupName
382
- ],
383
- headerParameters: [Parameters.accept],
384
- serializer
385
- };
386
- const listNextOperationSpec: coreClient.OperationSpec = {
387
- path: "{nextLink}",
388
- httpMethod: "GET",
389
- responses: {
390
- 200: {
391
- bodyMapper: Mappers.CommitmentPlanListResult
392
- }
393
- },
394
- queryParameters: [Parameters.apiVersion, Parameters.skipToken],
395
- urlParameters: [
396
- Parameters.$host,
397
- Parameters.subscriptionId,
398
- Parameters.nextLink
399
- ],
400
- headerParameters: [Parameters.accept],
401
- serializer
402
- };
403
- const listInResourceGroupNextOperationSpec: coreClient.OperationSpec = {
404
- path: "{nextLink}",
405
- httpMethod: "GET",
406
- responses: {
407
- 200: {
408
- bodyMapper: Mappers.CommitmentPlanListResult
409
- }
410
- },
411
- queryParameters: [Parameters.apiVersion, Parameters.skipToken],
412
- urlParameters: [
413
- Parameters.$host,
414
- Parameters.subscriptionId,
415
- Parameters.resourceGroupName,
416
- Parameters.nextLink
417
- ],
418
- headerParameters: [Parameters.accept],
419
- serializer
420
- };
@@ -1,13 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export * from "./operations";
10
- export * from "./skus";
11
- export * from "./commitmentAssociations";
12
- export * from "./commitmentPlans";
13
- export * from "./usageHistory";
@@ -1,95 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Operations } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient";
15
- import {
16
- OperationEntity,
17
- OperationsListOptionalParams,
18
- OperationsListResponse
19
- } from "../models";
20
-
21
- /// <reference lib="esnext.asynciterable" />
22
- /** Class containing Operations operations. */
23
- export class OperationsImpl implements Operations {
24
- private readonly client: AzureMLCommitmentPlansManagementClient;
25
-
26
- /**
27
- * Initialize a new instance of the class Operations class.
28
- * @param client Reference to the service client
29
- */
30
- constructor(client: AzureMLCommitmentPlansManagementClient) {
31
- this.client = client;
32
- }
33
-
34
- /**
35
- * Lists all of the available Azure Machine Learning Studio Commitment Plan RP REST API operations.
36
- * @param options The options parameters.
37
- */
38
- public list(
39
- options?: OperationsListOptionalParams
40
- ): PagedAsyncIterableIterator<OperationEntity> {
41
- const iter = this.listPagingAll(options);
42
- return {
43
- next() {
44
- return iter.next();
45
- },
46
- [Symbol.asyncIterator]() {
47
- return this;
48
- },
49
- byPage: () => {
50
- return this.listPagingPage(options);
51
- }
52
- };
53
- }
54
-
55
- private async *listPagingPage(
56
- options?: OperationsListOptionalParams
57
- ): AsyncIterableIterator<OperationEntity[]> {
58
- let result = await this._list(options);
59
- yield result.value || [];
60
- }
61
-
62
- private async *listPagingAll(
63
- options?: OperationsListOptionalParams
64
- ): AsyncIterableIterator<OperationEntity> {
65
- for await (const page of this.listPagingPage(options)) {
66
- yield* page;
67
- }
68
- }
69
-
70
- /**
71
- * Lists all of the available Azure Machine Learning Studio Commitment Plan RP REST API operations.
72
- * @param options The options parameters.
73
- */
74
- private _list(
75
- options?: OperationsListOptionalParams
76
- ): Promise<OperationsListResponse> {
77
- return this.client.sendOperationRequest({ options }, listOperationSpec);
78
- }
79
- }
80
- // Operation Specifications
81
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
82
-
83
- const listOperationSpec: coreClient.OperationSpec = {
84
- path: "/providers/Microsoft.MachineLearning/operations",
85
- httpMethod: "GET",
86
- responses: {
87
- 200: {
88
- bodyMapper: Mappers.OperationEntityListResult
89
- }
90
- },
91
- queryParameters: [Parameters.apiVersion],
92
- urlParameters: [Parameters.$host],
93
- headerParameters: [Parameters.accept],
94
- serializer
95
- };
@@ -1,94 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Skus } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { AzureMLCommitmentPlansManagementClient } from "../azureMLCommitmentPlansManagementClient";
15
- import {
16
- CatalogSku,
17
- SkusListOptionalParams,
18
- SkusListResponse
19
- } from "../models";
20
-
21
- /// <reference lib="esnext.asynciterable" />
22
- /** Class containing Skus operations. */
23
- export class SkusImpl implements Skus {
24
- private readonly client: AzureMLCommitmentPlansManagementClient;
25
-
26
- /**
27
- * Initialize a new instance of the class Skus class.
28
- * @param client Reference to the service client
29
- */
30
- constructor(client: AzureMLCommitmentPlansManagementClient) {
31
- this.client = client;
32
- }
33
-
34
- /**
35
- * Lists the available commitment plan SKUs.
36
- * @param options The options parameters.
37
- */
38
- public list(
39
- options?: SkusListOptionalParams
40
- ): PagedAsyncIterableIterator<CatalogSku> {
41
- const iter = this.listPagingAll(options);
42
- return {
43
- next() {
44
- return iter.next();
45
- },
46
- [Symbol.asyncIterator]() {
47
- return this;
48
- },
49
- byPage: () => {
50
- return this.listPagingPage(options);
51
- }
52
- };
53
- }
54
-
55
- private async *listPagingPage(
56
- options?: SkusListOptionalParams
57
- ): AsyncIterableIterator<CatalogSku[]> {
58
- let result = await this._list(options);
59
- yield result.value || [];
60
- }
61
-
62
- private async *listPagingAll(
63
- options?: SkusListOptionalParams
64
- ): AsyncIterableIterator<CatalogSku> {
65
- for await (const page of this.listPagingPage(options)) {
66
- yield* page;
67
- }
68
- }
69
-
70
- /**
71
- * Lists the available commitment plan SKUs.
72
- * @param options The options parameters.
73
- */
74
- private _list(options?: SkusListOptionalParams): Promise<SkusListResponse> {
75
- return this.client.sendOperationRequest({ options }, listOperationSpec);
76
- }
77
- }
78
- // Operation Specifications
79
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
80
-
81
- const listOperationSpec: coreClient.OperationSpec = {
82
- path:
83
- "/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus",
84
- httpMethod: "GET",
85
- responses: {
86
- 200: {
87
- bodyMapper: Mappers.SkuListResult
88
- }
89
- },
90
- queryParameters: [Parameters.apiVersion],
91
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
92
- headerParameters: [Parameters.accept],
93
- serializer
94
- };