@azure/arm-education 1.0.0-beta.3 → 1.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/{dist-esm/src → dist/browser}/educationManagementClient.d.ts +2 -2
  5. package/dist/browser/educationManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/educationManagementClient.js +36 -26
  7. package/dist/browser/educationManagementClient.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 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +32 -32
  13. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +99 -47
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/grants.d.ts +3 -3
  20. package/dist/browser/operations/grants.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/grants.js +48 -78
  22. package/dist/browser/operations/grants.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +7 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +6 -6
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/joinRequests.d.ts +3 -3
  28. package/dist/browser/operations/joinRequests.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/joinRequests.js +26 -41
  30. package/dist/browser/operations/joinRequests.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/labs.d.ts +3 -3
  32. package/dist/browser/operations/labs.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/labs.js +48 -78
  34. package/dist/browser/operations/labs.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/studentLabs.d.ts +3 -3
  40. package/dist/browser/operations/studentLabs.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/studentLabs.js +26 -41
  42. package/dist/browser/operations/studentLabs.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/students.d.ts +3 -3
  44. package/dist/browser/operations/students.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/students.js +26 -41
  46. package/dist/browser/operations/students.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/grants.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/grants.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/grants.js.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  52. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +6 -6
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/joinRequests.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/joinRequests.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/joinRequests.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/labs.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/labs.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.d.ts +1 -1
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.d.ts.map +1 -1
  65. package/dist/browser/operationsInterfaces/studentLabs.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/students.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/students.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/students.js.map +1 -0
  69. package/dist/browser/package.json +3 -0
  70. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  71. package/dist/browser/pagingHelper.js.map +1 -0
  72. package/dist/commonjs/educationManagementClient.d.ts +29 -0
  73. package/dist/commonjs/educationManagementClient.d.ts.map +1 -0
  74. package/dist/commonjs/educationManagementClient.js +142 -0
  75. package/dist/commonjs/educationManagementClient.js.map +1 -0
  76. package/dist/commonjs/index.d.ts +5 -0
  77. package/dist/commonjs/index.d.ts.map +1 -0
  78. package/dist/commonjs/index.js +19 -0
  79. package/dist/commonjs/index.js.map +1 -0
  80. package/{types/arm-education.d.ts → dist/commonjs/models/index.d.ts} +685 -995
  81. package/dist/commonjs/models/index.d.ts.map +1 -0
  82. package/dist/commonjs/models/index.js +95 -0
  83. package/dist/commonjs/models/index.js.map +1 -0
  84. package/dist/commonjs/models/mappers.d.ts +22 -0
  85. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  86. package/dist/commonjs/models/mappers.js +757 -0
  87. package/dist/commonjs/models/mappers.js.map +1 -0
  88. package/dist/commonjs/models/parameters.d.ts +22 -0
  89. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  90. package/dist/commonjs/models/parameters.js +188 -0
  91. package/dist/commonjs/models/parameters.js.map +1 -0
  92. package/dist/commonjs/operations/grants.d.ts +63 -0
  93. package/dist/commonjs/operations/grants.d.ts.map +1 -0
  94. package/dist/commonjs/operations/grants.js +255 -0
  95. package/dist/commonjs/operations/grants.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +7 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +17 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/joinRequests.d.ts +68 -0
  101. package/dist/commonjs/operations/joinRequests.d.ts.map +1 -0
  102. package/dist/commonjs/operations/joinRequests.js +260 -0
  103. package/dist/commonjs/operations/joinRequests.js.map +1 -0
  104. package/dist/commonjs/operations/labs.d.ts +103 -0
  105. package/dist/commonjs/operations/labs.d.ts.map +1 -0
  106. package/dist/commonjs/operations/labs.js +407 -0
  107. package/dist/commonjs/operations/labs.js.map +1 -0
  108. package/dist/commonjs/operations/operations.d.ts +18 -0
  109. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  110. package/dist/commonjs/operations/operations.js +52 -0
  111. package/dist/commonjs/operations/operations.js.map +1 -0
  112. package/dist/commonjs/operations/studentLabs.d.ts +38 -0
  113. package/dist/commonjs/operations/studentLabs.d.ts.map +1 -0
  114. package/dist/commonjs/operations/studentLabs.js +145 -0
  115. package/dist/commonjs/operations/studentLabs.js.map +1 -0
  116. package/dist/commonjs/operations/students.d.ts +70 -0
  117. package/dist/commonjs/operations/students.d.ts.map +1 -0
  118. package/dist/commonjs/operations/students.js +271 -0
  119. package/dist/commonjs/operations/students.js.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/grants.d.ts +25 -0
  121. package/dist/commonjs/operationsInterfaces/grants.d.ts.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/grants.js +10 -0
  123. package/dist/commonjs/operationsInterfaces/grants.js.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  125. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  127. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts +41 -0
  129. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/joinRequests.js +10 -0
  131. package/dist/commonjs/operationsInterfaces/joinRequests.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/labs.d.ts +58 -0
  133. package/dist/commonjs/operationsInterfaces/labs.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/labs.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/labs.js.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  137. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  139. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts +17 -0
  141. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/studentLabs.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/studentLabs.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/students.d.ts +43 -0
  145. package/dist/commonjs/operationsInterfaces/students.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/students.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/students.js.map +1 -0
  148. package/dist/commonjs/package.json +3 -0
  149. package/dist/commonjs/pagingHelper.d.ts +13 -0
  150. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  151. package/dist/commonjs/pagingHelper.js +34 -0
  152. package/dist/commonjs/pagingHelper.js.map +1 -0
  153. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  154. package/dist/esm/educationManagementClient.d.ts +29 -0
  155. package/dist/esm/educationManagementClient.d.ts.map +1 -0
  156. package/dist/esm/educationManagementClient.js +137 -0
  157. package/dist/esm/educationManagementClient.js.map +1 -0
  158. package/dist/esm/index.d.ts +5 -0
  159. package/dist/esm/index.d.ts.map +1 -0
  160. package/{src/index.ts → dist/esm/index.js} +5 -5
  161. package/dist/esm/index.js.map +1 -0
  162. package/dist/esm/models/index.d.ts +685 -0
  163. package/dist/esm/models/index.d.ts.map +1 -0
  164. package/dist/esm/models/index.js +92 -0
  165. package/dist/esm/models/index.js.map +1 -0
  166. package/dist/esm/models/mappers.d.ts +22 -0
  167. package/dist/esm/models/mappers.d.ts.map +1 -0
  168. package/dist/esm/models/mappers.js +754 -0
  169. package/dist/esm/models/mappers.js.map +1 -0
  170. package/dist/esm/models/parameters.d.ts +22 -0
  171. package/dist/esm/models/parameters.d.ts.map +1 -0
  172. package/dist/esm/models/parameters.js +185 -0
  173. package/dist/esm/models/parameters.js.map +1 -0
  174. package/dist/esm/operations/grants.d.ts +63 -0
  175. package/dist/esm/operations/grants.d.ts.map +1 -0
  176. package/dist/esm/operations/grants.js +250 -0
  177. package/dist/esm/operations/grants.js.map +1 -0
  178. package/dist/esm/operations/index.d.ts +7 -0
  179. package/dist/esm/operations/index.d.ts.map +1 -0
  180. package/dist/esm/operations/index.js +14 -0
  181. package/dist/esm/operations/index.js.map +1 -0
  182. package/dist/esm/operations/joinRequests.d.ts +68 -0
  183. package/dist/esm/operations/joinRequests.d.ts.map +1 -0
  184. package/dist/esm/operations/joinRequests.js +255 -0
  185. package/dist/esm/operations/joinRequests.js.map +1 -0
  186. package/dist/esm/operations/labs.d.ts +103 -0
  187. package/dist/esm/operations/labs.d.ts.map +1 -0
  188. package/dist/esm/operations/labs.js +402 -0
  189. package/dist/esm/operations/labs.js.map +1 -0
  190. package/dist/esm/operations/operations.d.ts +18 -0
  191. package/dist/esm/operations/operations.d.ts.map +1 -0
  192. package/dist/esm/operations/operations.js +47 -0
  193. package/dist/esm/operations/operations.js.map +1 -0
  194. package/dist/esm/operations/studentLabs.d.ts +38 -0
  195. package/dist/esm/operations/studentLabs.d.ts.map +1 -0
  196. package/dist/esm/operations/studentLabs.js +140 -0
  197. package/dist/esm/operations/studentLabs.js.map +1 -0
  198. package/dist/esm/operations/students.d.ts +70 -0
  199. package/dist/esm/operations/students.d.ts.map +1 -0
  200. package/dist/esm/operations/students.js +266 -0
  201. package/dist/esm/operations/students.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/grants.d.ts +25 -0
  203. package/dist/esm/operationsInterfaces/grants.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/grants.js +9 -0
  205. package/dist/esm/operationsInterfaces/grants.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  207. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/index.js +14 -0
  209. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  210. package/dist/esm/operationsInterfaces/joinRequests.d.ts +41 -0
  211. package/dist/esm/operationsInterfaces/joinRequests.d.ts.map +1 -0
  212. package/dist/esm/operationsInterfaces/joinRequests.js +9 -0
  213. package/dist/esm/operationsInterfaces/joinRequests.js.map +1 -0
  214. package/dist/esm/operationsInterfaces/labs.d.ts +58 -0
  215. package/dist/esm/operationsInterfaces/labs.d.ts.map +1 -0
  216. package/dist/esm/operationsInterfaces/labs.js +9 -0
  217. package/dist/esm/operationsInterfaces/labs.js.map +1 -0
  218. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  219. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  220. package/dist/esm/operationsInterfaces/operations.js +9 -0
  221. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  222. package/dist/esm/operationsInterfaces/studentLabs.d.ts +17 -0
  223. package/dist/esm/operationsInterfaces/studentLabs.d.ts.map +1 -0
  224. package/dist/esm/operationsInterfaces/studentLabs.js +9 -0
  225. package/dist/esm/operationsInterfaces/studentLabs.js.map +1 -0
  226. package/dist/esm/operationsInterfaces/students.d.ts +43 -0
  227. package/dist/esm/operationsInterfaces/students.d.ts.map +1 -0
  228. package/dist/esm/operationsInterfaces/students.js +9 -0
  229. package/dist/esm/operationsInterfaces/students.js.map +1 -0
  230. package/dist/esm/package.json +3 -0
  231. package/dist/esm/pagingHelper.d.ts +13 -0
  232. package/dist/esm/pagingHelper.d.ts.map +1 -0
  233. package/dist/esm/pagingHelper.js +30 -0
  234. package/dist/esm/pagingHelper.js.map +1 -0
  235. package/dist/react-native/educationManagementClient.d.ts +29 -0
  236. package/dist/react-native/educationManagementClient.d.ts.map +1 -0
  237. package/dist/react-native/educationManagementClient.js +137 -0
  238. package/dist/react-native/educationManagementClient.js.map +1 -0
  239. package/dist/react-native/index.d.ts +5 -0
  240. package/dist/react-native/index.d.ts.map +1 -0
  241. package/dist/react-native/index.js +13 -0
  242. package/dist/react-native/index.js.map +1 -0
  243. package/dist/react-native/models/index.d.ts +685 -0
  244. package/dist/react-native/models/index.d.ts.map +1 -0
  245. package/dist/react-native/models/index.js +92 -0
  246. package/dist/react-native/models/index.js.map +1 -0
  247. package/dist/react-native/models/mappers.d.ts +22 -0
  248. package/dist/react-native/models/mappers.d.ts.map +1 -0
  249. package/dist/react-native/models/mappers.js +754 -0
  250. package/dist/react-native/models/mappers.js.map +1 -0
  251. package/dist/react-native/models/parameters.d.ts +22 -0
  252. package/dist/react-native/models/parameters.d.ts.map +1 -0
  253. package/dist/react-native/models/parameters.js +185 -0
  254. package/dist/react-native/models/parameters.js.map +1 -0
  255. package/dist/react-native/operations/grants.d.ts +63 -0
  256. package/dist/react-native/operations/grants.d.ts.map +1 -0
  257. package/dist/react-native/operations/grants.js +250 -0
  258. package/dist/react-native/operations/grants.js.map +1 -0
  259. package/dist/react-native/operations/index.d.ts +7 -0
  260. package/dist/react-native/operations/index.d.ts.map +1 -0
  261. package/dist/react-native/operations/index.js +14 -0
  262. package/dist/react-native/operations/index.js.map +1 -0
  263. package/dist/react-native/operations/joinRequests.d.ts +68 -0
  264. package/dist/react-native/operations/joinRequests.d.ts.map +1 -0
  265. package/dist/react-native/operations/joinRequests.js +255 -0
  266. package/dist/react-native/operations/joinRequests.js.map +1 -0
  267. package/dist/react-native/operations/labs.d.ts +103 -0
  268. package/dist/react-native/operations/labs.d.ts.map +1 -0
  269. package/dist/react-native/operations/labs.js +402 -0
  270. package/dist/react-native/operations/labs.js.map +1 -0
  271. package/dist/react-native/operations/operations.d.ts +18 -0
  272. package/dist/react-native/operations/operations.d.ts.map +1 -0
  273. package/dist/react-native/operations/operations.js +47 -0
  274. package/dist/react-native/operations/operations.js.map +1 -0
  275. package/dist/react-native/operations/studentLabs.d.ts +38 -0
  276. package/dist/react-native/operations/studentLabs.d.ts.map +1 -0
  277. package/dist/react-native/operations/studentLabs.js +140 -0
  278. package/dist/react-native/operations/studentLabs.js.map +1 -0
  279. package/dist/react-native/operations/students.d.ts +70 -0
  280. package/dist/react-native/operations/students.d.ts.map +1 -0
  281. package/dist/react-native/operations/students.js +266 -0
  282. package/dist/react-native/operations/students.js.map +1 -0
  283. package/dist/react-native/operationsInterfaces/grants.d.ts +25 -0
  284. package/dist/react-native/operationsInterfaces/grants.d.ts.map +1 -0
  285. package/dist/react-native/operationsInterfaces/grants.js +9 -0
  286. package/dist/react-native/operationsInterfaces/grants.js.map +1 -0
  287. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  288. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  289. package/dist/react-native/operationsInterfaces/index.js +14 -0
  290. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  291. package/dist/react-native/operationsInterfaces/joinRequests.d.ts +41 -0
  292. package/dist/react-native/operationsInterfaces/joinRequests.d.ts.map +1 -0
  293. package/dist/react-native/operationsInterfaces/joinRequests.js +9 -0
  294. package/dist/react-native/operationsInterfaces/joinRequests.js.map +1 -0
  295. package/dist/react-native/operationsInterfaces/labs.d.ts +58 -0
  296. package/dist/react-native/operationsInterfaces/labs.d.ts.map +1 -0
  297. package/dist/react-native/operationsInterfaces/labs.js +9 -0
  298. package/dist/react-native/operationsInterfaces/labs.js.map +1 -0
  299. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  300. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  302. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/react-native/operationsInterfaces/studentLabs.d.ts +17 -0
  304. package/dist/react-native/operationsInterfaces/studentLabs.d.ts.map +1 -0
  305. package/dist/react-native/operationsInterfaces/studentLabs.js +9 -0
  306. package/dist/react-native/operationsInterfaces/studentLabs.js.map +1 -0
  307. package/dist/react-native/operationsInterfaces/students.d.ts +43 -0
  308. package/dist/react-native/operationsInterfaces/students.d.ts.map +1 -0
  309. package/dist/react-native/operationsInterfaces/students.js +9 -0
  310. package/dist/react-native/operationsInterfaces/students.js.map +1 -0
  311. package/dist/react-native/package.json +3 -0
  312. package/dist/react-native/pagingHelper.d.ts +13 -0
  313. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  314. package/dist/react-native/pagingHelper.js +30 -0
  315. package/dist/react-native/pagingHelper.js.map +1 -0
  316. package/package.json +85 -76
  317. package/dist/index.js +0 -2623
  318. package/dist/index.js.map +0 -1
  319. package/dist/index.min.js +0 -1
  320. package/dist/index.min.js.map +0 -1
  321. package/dist-esm/samples-dev/grantsGetSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/grantsGetSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/grantsGetSample.js +0 -58
  324. package/dist-esm/samples-dev/grantsGetSample.js.map +0 -1
  325. package/dist-esm/samples-dev/grantsListAllSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/grantsListAllSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/grantsListAllSample.js +0 -82
  328. package/dist-esm/samples-dev/grantsListAllSample.js.map +0 -1
  329. package/dist-esm/samples-dev/grantsListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/grantsListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/grantsListSample.js +0 -86
  332. package/dist-esm/samples-dev/grantsListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/joinRequestsApproveSample.js +0 -39
  336. package/dist-esm/samples-dev/joinRequestsApproveSample.js.map +0 -1
  337. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts +0 -2
  338. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/joinRequestsDenySample.js +0 -39
  340. package/dist-esm/samples-dev/joinRequestsDenySample.js.map +0 -1
  341. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/joinRequestsGetSample.js +0 -39
  344. package/dist-esm/samples-dev/joinRequestsGetSample.js.map +0 -1
  345. package/dist-esm/samples-dev/joinRequestsListSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/joinRequestsListSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/joinRequestsListSample.js +0 -54
  348. package/dist-esm/samples-dev/joinRequestsListSample.js.map +0 -1
  349. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +0 -44
  352. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +0 -1
  353. package/dist-esm/samples-dev/labsDeleteSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/labsDeleteSample.js +0 -38
  356. package/dist-esm/samples-dev/labsDeleteSample.js.map +0 -1
  357. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js +0 -39
  360. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js.map +0 -1
  361. package/dist-esm/samples-dev/labsGetSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/labsGetSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/labsGetSample.js +0 -60
  364. package/dist-esm/samples-dev/labsGetSample.js.map +0 -1
  365. package/dist-esm/samples-dev/labsListAllSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/labsListAllSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/labsListAllSample.js +0 -86
  368. package/dist-esm/samples-dev/labsListAllSample.js.map +0 -1
  369. package/dist-esm/samples-dev/labsListSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/labsListSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/labsListSample.js +0 -88
  372. package/dist-esm/samples-dev/labsListSample.js.map +0 -1
  373. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/operationsListSample.js +0 -35
  376. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  377. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/redeemInvitationCodeSample.js +0 -40
  380. package/dist-esm/samples-dev/redeemInvitationCodeSample.js.map +0 -1
  381. package/dist-esm/samples-dev/studentLabsGetSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/studentLabsGetSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/studentLabsGetSample.js +0 -36
  384. package/dist-esm/samples-dev/studentLabsGetSample.js.map +0 -1
  385. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/studentLabsListAllSample.js +0 -49
  388. package/dist-esm/samples-dev/studentLabsListAllSample.js.map +0 -1
  389. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js +0 -47
  392. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js.map +0 -1
  393. package/dist-esm/samples-dev/studentsDeleteSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/studentsDeleteSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/studentsDeleteSample.js +0 -39
  396. package/dist-esm/samples-dev/studentsDeleteSample.js.map +0 -1
  397. package/dist-esm/samples-dev/studentsGetSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/studentsGetSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/studentsGetSample.js +0 -39
  400. package/dist-esm/samples-dev/studentsGetSample.js.map +0 -1
  401. package/dist-esm/samples-dev/studentsListSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/studentsListSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/studentsListSample.js +0 -52
  404. package/dist-esm/samples-dev/studentsListSample.js.map +0 -1
  405. package/dist-esm/src/educationManagementClient.d.ts.map +0 -1
  406. package/dist-esm/src/educationManagementClient.js.map +0 -1
  407. package/dist-esm/src/index.d.ts +0 -6
  408. package/dist-esm/src/index.d.ts.map +0 -1
  409. package/dist-esm/src/index.js.map +0 -1
  410. package/dist-esm/src/models/index.js.map +0 -1
  411. package/dist-esm/src/models/mappers.js.map +0 -1
  412. package/dist-esm/src/models/parameters.js.map +0 -1
  413. package/dist-esm/src/operations/grants.d.ts.map +0 -1
  414. package/dist-esm/src/operations/grants.js.map +0 -1
  415. package/dist-esm/src/operations/index.d.ts +0 -7
  416. package/dist-esm/src/operations/index.js.map +0 -1
  417. package/dist-esm/src/operations/joinRequests.d.ts.map +0 -1
  418. package/dist-esm/src/operations/joinRequests.js.map +0 -1
  419. package/dist-esm/src/operations/labs.d.ts.map +0 -1
  420. package/dist-esm/src/operations/labs.js.map +0 -1
  421. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  422. package/dist-esm/src/operations/operations.js.map +0 -1
  423. package/dist-esm/src/operations/studentLabs.d.ts.map +0 -1
  424. package/dist-esm/src/operations/studentLabs.js.map +0 -1
  425. package/dist-esm/src/operations/students.d.ts.map +0 -1
  426. package/dist-esm/src/operations/students.js.map +0 -1
  427. package/dist-esm/src/operationsInterfaces/grants.d.ts.map +0 -1
  428. package/dist-esm/src/operationsInterfaces/grants.js.map +0 -1
  429. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  430. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  431. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  432. package/dist-esm/src/operationsInterfaces/joinRequests.d.ts.map +0 -1
  433. package/dist-esm/src/operationsInterfaces/joinRequests.js.map +0 -1
  434. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +0 -1
  435. package/dist-esm/src/operationsInterfaces/labs.js.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  437. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/studentLabs.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/students.d.ts.map +0 -1
  440. package/dist-esm/src/operationsInterfaces/students.js.map +0 -1
  441. package/dist-esm/src/pagingHelper.js.map +0 -1
  442. package/dist-esm/test/sampleTest.d.ts +0 -2
  443. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  444. package/dist-esm/test/sampleTest.js +0 -38
  445. package/dist-esm/test/sampleTest.js.map +0 -1
  446. package/rollup.config.js +0 -122
  447. package/src/educationManagementClient.ts +0 -196
  448. package/src/models/index.ts +0 -786
  449. package/src/models/mappers.ts +0 -775
  450. package/src/models/parameters.ts +0 -215
  451. package/src/operations/grants.ts +0 -354
  452. package/src/operations/index.ts +0 -14
  453. package/src/operations/joinRequests.ts +0 -371
  454. package/src/operations/labs.ts +0 -591
  455. package/src/operations/operations.ts +0 -59
  456. package/src/operations/studentLabs.ts +0 -182
  457. package/src/operations/students.ts +0 -384
  458. package/src/operationsInterfaces/grants.ts +0 -50
  459. package/src/operationsInterfaces/index.ts +0 -14
  460. package/src/operationsInterfaces/joinRequests.ts +0 -80
  461. package/src/operationsInterfaces/labs.ts +0 -110
  462. package/src/operationsInterfaces/operations.ts +0 -21
  463. package/src/operationsInterfaces/studentLabs.ts +0 -36
  464. package/src/operationsInterfaces/students.ts +0 -84
  465. package/src/pagingHelper.ts +0 -39
  466. package/tsconfig.json +0 -33
  467. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  468. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  469. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  470. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  471. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  472. /package/{dist-esm/src → dist/browser}/operationsInterfaces/grants.js +0 -0
  473. /package/{dist-esm/src → dist/browser}/operationsInterfaces/joinRequests.js +0 -0
  474. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.js +0 -0
  475. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  476. /package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.js +0 -0
  477. /package/{dist-esm/src → dist/browser}/operationsInterfaces/students.js +0 -0
  478. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  479. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  480. /package/review/{arm-education.api.md → arm-education-node.api.md} +0 -0
@@ -1,591 +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, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { Labs } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { EducationManagementClient } from "../educationManagementClient";
16
- import {
17
- LabDetails,
18
- LabsListAllNextOptionalParams,
19
- LabsListAllOptionalParams,
20
- LabsListAllResponse,
21
- LabsListNextOptionalParams,
22
- LabsListOptionalParams,
23
- LabsListResponse,
24
- LabsGetOptionalParams,
25
- LabsGetResponse,
26
- LabsDeleteOptionalParams,
27
- LabsCreateOrUpdateOptionalParams,
28
- LabsCreateOrUpdateResponse,
29
- InviteCodeGenerateRequest,
30
- LabsGenerateInviteCodeOptionalParams,
31
- LabsGenerateInviteCodeResponse,
32
- LabsListAllNextResponse,
33
- LabsListNextResponse
34
- } from "../models";
35
-
36
- /// <reference lib="esnext.asynciterable" />
37
- /** Class containing Labs operations. */
38
- export class LabsImpl implements Labs {
39
- private readonly client: EducationManagementClient;
40
-
41
- /**
42
- * Initialize a new instance of the class Labs class.
43
- * @param client Reference to the service client
44
- */
45
- constructor(client: EducationManagementClient) {
46
- this.client = client;
47
- }
48
-
49
- /**
50
- * Get a list of labs associated with the provided billing account name and billing profile name.
51
- * @param billingAccountName Billing account name.
52
- * @param billingProfileName Billing profile name.
53
- * @param options The options parameters.
54
- */
55
- public listAll(
56
- billingAccountName: string,
57
- billingProfileName: string,
58
- options?: LabsListAllOptionalParams
59
- ): PagedAsyncIterableIterator<LabDetails> {
60
- const iter = this.listAllPagingAll(
61
- billingAccountName,
62
- billingProfileName,
63
- options
64
- );
65
- return {
66
- next() {
67
- return iter.next();
68
- },
69
- [Symbol.asyncIterator]() {
70
- return this;
71
- },
72
- byPage: (settings?: PageSettings) => {
73
- if (settings?.maxPageSize) {
74
- throw new Error("maxPageSize is not supported by this operation.");
75
- }
76
- return this.listAllPagingPage(
77
- billingAccountName,
78
- billingProfileName,
79
- options,
80
- settings
81
- );
82
- }
83
- };
84
- }
85
-
86
- private async *listAllPagingPage(
87
- billingAccountName: string,
88
- billingProfileName: string,
89
- options?: LabsListAllOptionalParams,
90
- settings?: PageSettings
91
- ): AsyncIterableIterator<LabDetails[]> {
92
- let result: LabsListAllResponse;
93
- let continuationToken = settings?.continuationToken;
94
- if (!continuationToken) {
95
- result = await this._listAll(
96
- billingAccountName,
97
- billingProfileName,
98
- options
99
- );
100
- let page = result.value || [];
101
- continuationToken = result.nextLink;
102
- setContinuationToken(page, continuationToken);
103
- yield page;
104
- }
105
- while (continuationToken) {
106
- result = await this._listAllNext(
107
- billingAccountName,
108
- billingProfileName,
109
- continuationToken,
110
- options
111
- );
112
- continuationToken = result.nextLink;
113
- let page = result.value || [];
114
- setContinuationToken(page, continuationToken);
115
- yield page;
116
- }
117
- }
118
-
119
- private async *listAllPagingAll(
120
- billingAccountName: string,
121
- billingProfileName: string,
122
- options?: LabsListAllOptionalParams
123
- ): AsyncIterableIterator<LabDetails> {
124
- for await (const page of this.listAllPagingPage(
125
- billingAccountName,
126
- billingProfileName,
127
- options
128
- )) {
129
- yield* page;
130
- }
131
- }
132
-
133
- /**
134
- * Get the details for a specific lab associated with the provided billing account name, billing
135
- * profile name, and invoice section name.
136
- * @param billingAccountName Billing account name.
137
- * @param billingProfileName Billing profile name.
138
- * @param invoiceSectionName Invoice section name.
139
- * @param options The options parameters.
140
- */
141
- public list(
142
- billingAccountName: string,
143
- billingProfileName: string,
144
- invoiceSectionName: string,
145
- options?: LabsListOptionalParams
146
- ): PagedAsyncIterableIterator<LabDetails> {
147
- const iter = this.listPagingAll(
148
- billingAccountName,
149
- billingProfileName,
150
- invoiceSectionName,
151
- options
152
- );
153
- return {
154
- next() {
155
- return iter.next();
156
- },
157
- [Symbol.asyncIterator]() {
158
- return this;
159
- },
160
- byPage: (settings?: PageSettings) => {
161
- if (settings?.maxPageSize) {
162
- throw new Error("maxPageSize is not supported by this operation.");
163
- }
164
- return this.listPagingPage(
165
- billingAccountName,
166
- billingProfileName,
167
- invoiceSectionName,
168
- options,
169
- settings
170
- );
171
- }
172
- };
173
- }
174
-
175
- private async *listPagingPage(
176
- billingAccountName: string,
177
- billingProfileName: string,
178
- invoiceSectionName: string,
179
- options?: LabsListOptionalParams,
180
- settings?: PageSettings
181
- ): AsyncIterableIterator<LabDetails[]> {
182
- let result: LabsListResponse;
183
- let continuationToken = settings?.continuationToken;
184
- if (!continuationToken) {
185
- result = await this._list(
186
- billingAccountName,
187
- billingProfileName,
188
- invoiceSectionName,
189
- options
190
- );
191
- let page = result.value || [];
192
- continuationToken = result.nextLink;
193
- setContinuationToken(page, continuationToken);
194
- yield page;
195
- }
196
- while (continuationToken) {
197
- result = await this._listNext(
198
- billingAccountName,
199
- billingProfileName,
200
- invoiceSectionName,
201
- continuationToken,
202
- options
203
- );
204
- continuationToken = result.nextLink;
205
- let page = result.value || [];
206
- setContinuationToken(page, continuationToken);
207
- yield page;
208
- }
209
- }
210
-
211
- private async *listPagingAll(
212
- billingAccountName: string,
213
- billingProfileName: string,
214
- invoiceSectionName: string,
215
- options?: LabsListOptionalParams
216
- ): AsyncIterableIterator<LabDetails> {
217
- for await (const page of this.listPagingPage(
218
- billingAccountName,
219
- billingProfileName,
220
- invoiceSectionName,
221
- options
222
- )) {
223
- yield* page;
224
- }
225
- }
226
-
227
- /**
228
- * Get a list of labs associated with the provided billing account name and billing profile name.
229
- * @param billingAccountName Billing account name.
230
- * @param billingProfileName Billing profile name.
231
- * @param options The options parameters.
232
- */
233
- private _listAll(
234
- billingAccountName: string,
235
- billingProfileName: string,
236
- options?: LabsListAllOptionalParams
237
- ): Promise<LabsListAllResponse> {
238
- return this.client.sendOperationRequest(
239
- { billingAccountName, billingProfileName, options },
240
- listAllOperationSpec
241
- );
242
- }
243
-
244
- /**
245
- * Get the details for a specific lab associated with the provided billing account name, billing
246
- * profile name, and invoice section name.
247
- * @param billingAccountName Billing account name.
248
- * @param billingProfileName Billing profile name.
249
- * @param invoiceSectionName Invoice section name.
250
- * @param options The options parameters.
251
- */
252
- private _list(
253
- billingAccountName: string,
254
- billingProfileName: string,
255
- invoiceSectionName: string,
256
- options?: LabsListOptionalParams
257
- ): Promise<LabsListResponse> {
258
- return this.client.sendOperationRequest(
259
- { billingAccountName, billingProfileName, invoiceSectionName, options },
260
- listOperationSpec
261
- );
262
- }
263
-
264
- /**
265
- * Get the details for a specific lab associated with the provided billing account name, billing
266
- * profile name, and invoice section name.
267
- * @param billingAccountName Billing account name.
268
- * @param billingProfileName Billing profile name.
269
- * @param invoiceSectionName Invoice section name.
270
- * @param options The options parameters.
271
- */
272
- get(
273
- billingAccountName: string,
274
- billingProfileName: string,
275
- invoiceSectionName: string,
276
- options?: LabsGetOptionalParams
277
- ): Promise<LabsGetResponse> {
278
- return this.client.sendOperationRequest(
279
- { billingAccountName, billingProfileName, invoiceSectionName, options },
280
- getOperationSpec
281
- );
282
- }
283
-
284
- /**
285
- * Delete a specific lab associated with the provided billing account name, billing profile name, and
286
- * invoice section name. Note all students must be removed from the lab in order to delete the lab.
287
- * @param billingAccountName Billing account name.
288
- * @param billingProfileName Billing profile name.
289
- * @param invoiceSectionName Invoice section name.
290
- * @param options The options parameters.
291
- */
292
- delete(
293
- billingAccountName: string,
294
- billingProfileName: string,
295
- invoiceSectionName: string,
296
- options?: LabsDeleteOptionalParams
297
- ): Promise<void> {
298
- return this.client.sendOperationRequest(
299
- { billingAccountName, billingProfileName, invoiceSectionName, options },
300
- deleteOperationSpec
301
- );
302
- }
303
-
304
- /**
305
- * Create a new lab or update a previously created lab.
306
- * @param billingAccountName Billing account name.
307
- * @param billingProfileName Billing profile name.
308
- * @param invoiceSectionName Invoice section name.
309
- * @param parameters Request parameters that are provided to create lab resource.
310
- * @param options The options parameters.
311
- */
312
- createOrUpdate(
313
- billingAccountName: string,
314
- billingProfileName: string,
315
- invoiceSectionName: string,
316
- parameters: LabDetails,
317
- options?: LabsCreateOrUpdateOptionalParams
318
- ): Promise<LabsCreateOrUpdateResponse> {
319
- return this.client.sendOperationRequest(
320
- {
321
- billingAccountName,
322
- billingProfileName,
323
- invoiceSectionName,
324
- parameters,
325
- options
326
- },
327
- createOrUpdateOperationSpec
328
- );
329
- }
330
-
331
- /**
332
- * Generate invite code for a lab
333
- * @param billingAccountName Billing account name.
334
- * @param billingProfileName Billing profile name.
335
- * @param invoiceSectionName Invoice section name.
336
- * @param parameters Request parameters that are provided to generate invite code.
337
- * @param options The options parameters.
338
- */
339
- generateInviteCode(
340
- billingAccountName: string,
341
- billingProfileName: string,
342
- invoiceSectionName: string,
343
- parameters: InviteCodeGenerateRequest,
344
- options?: LabsGenerateInviteCodeOptionalParams
345
- ): Promise<LabsGenerateInviteCodeResponse> {
346
- return this.client.sendOperationRequest(
347
- {
348
- billingAccountName,
349
- billingProfileName,
350
- invoiceSectionName,
351
- parameters,
352
- options
353
- },
354
- generateInviteCodeOperationSpec
355
- );
356
- }
357
-
358
- /**
359
- * ListAllNext
360
- * @param billingAccountName Billing account name.
361
- * @param billingProfileName Billing profile name.
362
- * @param nextLink The nextLink from the previous successful call to the ListAll method.
363
- * @param options The options parameters.
364
- */
365
- private _listAllNext(
366
- billingAccountName: string,
367
- billingProfileName: string,
368
- nextLink: string,
369
- options?: LabsListAllNextOptionalParams
370
- ): Promise<LabsListAllNextResponse> {
371
- return this.client.sendOperationRequest(
372
- { billingAccountName, billingProfileName, nextLink, options },
373
- listAllNextOperationSpec
374
- );
375
- }
376
-
377
- /**
378
- * ListNext
379
- * @param billingAccountName Billing account name.
380
- * @param billingProfileName Billing profile name.
381
- * @param invoiceSectionName Invoice section name.
382
- * @param nextLink The nextLink from the previous successful call to the List method.
383
- * @param options The options parameters.
384
- */
385
- private _listNext(
386
- billingAccountName: string,
387
- billingProfileName: string,
388
- invoiceSectionName: string,
389
- nextLink: string,
390
- options?: LabsListNextOptionalParams
391
- ): Promise<LabsListNextResponse> {
392
- return this.client.sendOperationRequest(
393
- {
394
- billingAccountName,
395
- billingProfileName,
396
- invoiceSectionName,
397
- nextLink,
398
- options
399
- },
400
- listNextOperationSpec
401
- );
402
- }
403
- }
404
- // Operation Specifications
405
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
406
-
407
- const listAllOperationSpec: coreClient.OperationSpec = {
408
- path:
409
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/labs",
410
- httpMethod: "GET",
411
- responses: {
412
- 200: {
413
- bodyMapper: Mappers.LabListResult
414
- },
415
- default: {
416
- bodyMapper: Mappers.ErrorResponseBody
417
- }
418
- },
419
- queryParameters: [
420
- Parameters.apiVersion,
421
- Parameters.includeBudget,
422
- Parameters.includeDeleted
423
- ],
424
- urlParameters: [
425
- Parameters.$host,
426
- Parameters.billingAccountName,
427
- Parameters.billingProfileName
428
- ],
429
- headerParameters: [Parameters.accept],
430
- serializer
431
- };
432
- const listOperationSpec: coreClient.OperationSpec = {
433
- path:
434
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs",
435
- httpMethod: "GET",
436
- responses: {
437
- 200: {
438
- bodyMapper: Mappers.LabListResult
439
- },
440
- default: {
441
- bodyMapper: Mappers.ErrorResponseBody
442
- }
443
- },
444
- queryParameters: [Parameters.apiVersion, Parameters.includeBudget],
445
- urlParameters: [
446
- Parameters.$host,
447
- Parameters.billingAccountName,
448
- Parameters.billingProfileName,
449
- Parameters.invoiceSectionName
450
- ],
451
- headerParameters: [Parameters.accept],
452
- serializer
453
- };
454
- const getOperationSpec: coreClient.OperationSpec = {
455
- path:
456
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default",
457
- httpMethod: "GET",
458
- responses: {
459
- 200: {
460
- bodyMapper: Mappers.LabDetails
461
- },
462
- default: {
463
- bodyMapper: Mappers.ErrorResponseBody
464
- }
465
- },
466
- queryParameters: [Parameters.apiVersion, Parameters.includeBudget],
467
- urlParameters: [
468
- Parameters.$host,
469
- Parameters.billingAccountName,
470
- Parameters.billingProfileName,
471
- Parameters.invoiceSectionName
472
- ],
473
- headerParameters: [Parameters.accept],
474
- serializer
475
- };
476
- const deleteOperationSpec: coreClient.OperationSpec = {
477
- path:
478
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default",
479
- httpMethod: "DELETE",
480
- responses: {
481
- 200: {},
482
- 204: {},
483
- default: {
484
- bodyMapper: Mappers.ErrorResponseBody
485
- }
486
- },
487
- queryParameters: [Parameters.apiVersion],
488
- urlParameters: [
489
- Parameters.$host,
490
- Parameters.billingAccountName,
491
- Parameters.billingProfileName,
492
- Parameters.invoiceSectionName
493
- ],
494
- headerParameters: [Parameters.accept],
495
- serializer
496
- };
497
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
498
- path:
499
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default",
500
- httpMethod: "PUT",
501
- responses: {
502
- 200: {
503
- bodyMapper: Mappers.LabDetails
504
- },
505
- 201: {
506
- bodyMapper: Mappers.LabDetails
507
- },
508
- default: {
509
- bodyMapper: Mappers.ErrorResponseBody
510
- }
511
- },
512
- requestBody: Parameters.parameters,
513
- queryParameters: [Parameters.apiVersion],
514
- urlParameters: [
515
- Parameters.$host,
516
- Parameters.billingAccountName,
517
- Parameters.billingProfileName,
518
- Parameters.invoiceSectionName
519
- ],
520
- headerParameters: [Parameters.accept, Parameters.contentType],
521
- mediaType: "json",
522
- serializer
523
- };
524
- const generateInviteCodeOperationSpec: coreClient.OperationSpec = {
525
- path:
526
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default/generateInviteCode",
527
- httpMethod: "POST",
528
- responses: {
529
- 200: {
530
- bodyMapper: Mappers.LabDetails
531
- },
532
- default: {
533
- bodyMapper: Mappers.ErrorResponseBody
534
- }
535
- },
536
- requestBody: Parameters.parameters1,
537
- queryParameters: [
538
- Parameters.apiVersion,
539
- Parameters.onlyUpdateStudentCountParameter
540
- ],
541
- urlParameters: [
542
- Parameters.$host,
543
- Parameters.billingAccountName,
544
- Parameters.billingProfileName,
545
- Parameters.invoiceSectionName
546
- ],
547
- headerParameters: [Parameters.accept, Parameters.contentType],
548
- mediaType: "json",
549
- serializer
550
- };
551
- const listAllNextOperationSpec: coreClient.OperationSpec = {
552
- path: "{nextLink}",
553
- httpMethod: "GET",
554
- responses: {
555
- 200: {
556
- bodyMapper: Mappers.LabListResult
557
- },
558
- default: {
559
- bodyMapper: Mappers.ErrorResponseBody
560
- }
561
- },
562
- urlParameters: [
563
- Parameters.$host,
564
- Parameters.billingAccountName,
565
- Parameters.billingProfileName,
566
- Parameters.nextLink
567
- ],
568
- headerParameters: [Parameters.accept],
569
- serializer
570
- };
571
- const listNextOperationSpec: coreClient.OperationSpec = {
572
- path: "{nextLink}",
573
- httpMethod: "GET",
574
- responses: {
575
- 200: {
576
- bodyMapper: Mappers.LabListResult
577
- },
578
- default: {
579
- bodyMapper: Mappers.ErrorResponseBody
580
- }
581
- },
582
- urlParameters: [
583
- Parameters.$host,
584
- Parameters.billingAccountName,
585
- Parameters.billingProfileName,
586
- Parameters.nextLink,
587
- Parameters.invoiceSectionName
588
- ],
589
- headerParameters: [Parameters.accept],
590
- serializer
591
- };
@@ -1,59 +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 { Operations } from "../operationsInterfaces";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { EducationManagementClient } from "../educationManagementClient";
14
- import {
15
- OperationsListOptionalParams,
16
- OperationsListResponse
17
- } from "../models";
18
-
19
- /** Class containing Operations operations. */
20
- export class OperationsImpl implements Operations {
21
- private readonly client: EducationManagementClient;
22
-
23
- /**
24
- * Initialize a new instance of the class Operations class.
25
- * @param client Reference to the service client
26
- */
27
- constructor(client: EducationManagementClient) {
28
- this.client = client;
29
- }
30
-
31
- /**
32
- * Lists all of the available Microsoft.Education API operations.
33
- * @param options The options parameters.
34
- */
35
- list(
36
- options?: OperationsListOptionalParams
37
- ): Promise<OperationsListResponse> {
38
- return this.client.sendOperationRequest({ options }, listOperationSpec);
39
- }
40
- }
41
- // Operation Specifications
42
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
43
-
44
- const listOperationSpec: coreClient.OperationSpec = {
45
- path: "/providers/Microsoft.Education/operations",
46
- httpMethod: "GET",
47
- responses: {
48
- 200: {
49
- bodyMapper: Mappers.OperationListResult
50
- },
51
- default: {
52
- bodyMapper: Mappers.ErrorResponseBody
53
- }
54
- },
55
- queryParameters: [Parameters.apiVersion],
56
- urlParameters: [Parameters.$host],
57
- headerParameters: [Parameters.accept],
58
- serializer
59
- };