@azure/arm-labservices 3.0.0-beta.1 → 3.0.0

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 (368) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +12 -1
  3. package/dist/index.js +1097 -904
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/{putImage.js → imagesCreateOrUpdateSample.js} +4 -4
  10. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/imagesGetSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/imagesGetSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/{getImage.js → imagesGetSample.js} +4 -4
  14. package/dist-esm/samples-dev/imagesGetSample.js.map +1 -0
  15. package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/{listImages.js → imagesListByLabPlanSample.js} +4 -4
  18. package/dist-esm/samples-dev/imagesListByLabPlanSample.js.map +1 -0
  19. package/dist-esm/samples-dev/imagesUpdateSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/imagesUpdateSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/{patchImage.js → imagesUpdateSample.js} +4 -4
  22. package/dist-esm/samples-dev/imagesUpdateSample.js.map +1 -0
  23. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/{putLabPlan.js → labPlansCreateOrUpdateSample.js} +7 -7
  26. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -0
  27. package/dist-esm/samples-dev/labPlansDeleteSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/labPlansDeleteSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/{deleteLabPlan.js → labPlansDeleteSample.js} +4 -4
  30. package/dist-esm/samples-dev/labPlansDeleteSample.js.map +1 -0
  31. package/dist-esm/samples-dev/labPlansGetSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/labPlansGetSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/{getLabPlan.js → labPlansGetSample.js} +4 -4
  34. package/dist-esm/samples-dev/labPlansGetSample.js.map +1 -0
  35. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/{listResourceGroupLabPlans.js → labPlansListByResourceGroupSample.js} +4 -4
  38. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js.map +1 -0
  39. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/{listLabPlans.js → labPlansListBySubscriptionSample.js} +4 -4
  42. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js.map +1 -0
  43. package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/{saveImageVirtualMachine.js → labPlansSaveImageSample.js} +4 -4
  46. package/dist-esm/samples-dev/{saveImageVirtualMachine.js.map → labPlansSaveImageSample.js.map} +1 -1
  47. package/dist-esm/samples-dev/labPlansUpdateSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/labPlansUpdateSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/{patchLabPlan.js → labPlansUpdateSample.js} +4 -4
  50. package/dist-esm/samples-dev/labPlansUpdateSample.js.map +1 -0
  51. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/{putLab.js → labsCreateOrUpdateSample.js} +8 -8
  54. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -0
  55. package/dist-esm/samples-dev/labsDeleteSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/{deleteLab.js → labsDeleteSample.js} +4 -4
  58. package/dist-esm/samples-dev/labsDeleteSample.js.map +1 -0
  59. package/dist-esm/samples-dev/labsGetSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/labsGetSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/{getLab.js → labsGetSample.js} +4 -4
  62. package/dist-esm/samples-dev/labsGetSample.js.map +1 -0
  63. package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/{listResourceGroupLabs.js → labsListByResourceGroupSample.js} +4 -4
  66. package/dist-esm/samples-dev/labsListByResourceGroupSample.js.map +1 -0
  67. package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/{listLabs.js → labsListBySubscriptionSample.js} +4 -4
  70. package/dist-esm/samples-dev/labsListBySubscriptionSample.js.map +1 -0
  71. package/dist-esm/samples-dev/labsPublishSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/labsPublishSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/{publishLab.js → labsPublishSample.js} +4 -4
  74. package/dist-esm/samples-dev/labsPublishSample.js.map +1 -0
  75. package/dist-esm/samples-dev/labsSyncGroupSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/labsSyncGroupSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/{syncLab.js → labsSyncGroupSample.js} +4 -4
  78. package/dist-esm/samples-dev/labsSyncGroupSample.js.map +1 -0
  79. package/dist-esm/samples-dev/labsUpdateSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/labsUpdateSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/{patchLab.js → labsUpdateSample.js} +4 -4
  82. package/dist-esm/samples-dev/labsUpdateSample.js.map +1 -0
  83. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/{getOperationResult.js → operationResultsGetSample.js} +4 -4
  86. package/dist-esm/samples-dev/operationResultsGetSample.js.map +1 -0
  87. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/{listOperations.js → operationsListSample.js} +4 -4
  90. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  91. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/{putSchedule.js → schedulesCreateOrUpdateSample.js} +5 -5
  94. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -0
  95. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/{deleteSchedule.js → schedulesDeleteSample.js} +4 -4
  98. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -0
  99. package/dist-esm/samples-dev/schedulesGetSample.d.ts +2 -0
  100. package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/{getSchedule.js → schedulesGetSample.js} +4 -4
  102. package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -0
  103. package/dist-esm/samples-dev/schedulesListByLabSample.d.ts +2 -0
  104. package/dist-esm/samples-dev/schedulesListByLabSample.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/{getListSchedule.js → schedulesListByLabSample.js} +4 -4
  106. package/dist-esm/samples-dev/schedulesListByLabSample.js.map +1 -0
  107. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts +2 -0
  108. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/{patchSchedule.js → schedulesUpdateSample.js} +5 -5
  110. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -0
  111. package/dist-esm/samples-dev/skusListSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/skusListSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/{listSkus.js → skusListSample.js} +6 -6
  114. package/dist-esm/samples-dev/skusListSample.js.map +1 -0
  115. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/{listUsages.js → usagesListByLocationSample.js} +5 -5
  118. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -0
  119. package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/{putUser.js → usersCreateOrUpdateSample.js} +5 -5
  122. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js.map +1 -0
  123. package/dist-esm/samples-dev/usersDeleteSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/usersDeleteSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/{deleteUser.js → usersDeleteSample.js} +4 -4
  126. package/dist-esm/samples-dev/usersDeleteSample.js.map +1 -0
  127. package/dist-esm/samples-dev/usersGetSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/usersGetSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/{getUser.js → usersGetSample.js} +4 -4
  130. package/dist-esm/samples-dev/usersGetSample.js.map +1 -0
  131. package/dist-esm/samples-dev/usersInviteSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/usersInviteSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/{inviteUser.js → usersInviteSample.js} +4 -4
  134. package/dist-esm/samples-dev/usersInviteSample.js.map +1 -0
  135. package/dist-esm/samples-dev/usersListByLabSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/usersListByLabSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/{listUser.js → usersListByLabSample.js} +4 -4
  138. package/dist-esm/samples-dev/usersListByLabSample.js.map +1 -0
  139. package/dist-esm/samples-dev/usersUpdateSample.d.ts +2 -0
  140. package/dist-esm/samples-dev/usersUpdateSample.d.ts.map +1 -0
  141. package/dist-esm/samples-dev/{patchUser.js → usersUpdateSample.js} +5 -5
  142. package/dist-esm/samples-dev/usersUpdateSample.js.map +1 -0
  143. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +2 -0
  144. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +1 -0
  145. package/dist-esm/samples-dev/{getVirtualMachine.js → virtualMachinesGetSample.js} +4 -4
  146. package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +1 -0
  147. package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts +2 -0
  148. package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts.map +1 -0
  149. package/dist-esm/samples-dev/{listVirtualMachine.js → virtualMachinesListByLabSample.js} +4 -4
  150. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js.map +1 -0
  151. package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts +2 -0
  152. package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts.map +1 -0
  153. package/dist-esm/samples-dev/{redeployVirtualMachine.js → virtualMachinesRedeploySample.js} +4 -4
  154. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js.map +1 -0
  155. package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts +2 -0
  156. package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts.map +1 -0
  157. package/dist-esm/samples-dev/{reimageVirtualMachine.js → virtualMachinesReimageSample.js} +4 -4
  158. package/dist-esm/samples-dev/virtualMachinesReimageSample.js.map +1 -0
  159. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts +2 -0
  160. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts.map +1 -0
  161. package/dist-esm/samples-dev/{resetPasswordVirtualMachine.js → virtualMachinesResetPasswordSample.js} +4 -4
  162. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js.map +1 -0
  163. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +2 -0
  164. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +1 -0
  165. package/dist-esm/samples-dev/{startVirtualMachine.js → virtualMachinesStartSample.js} +4 -4
  166. package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +1 -0
  167. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +2 -0
  168. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +1 -0
  169. package/dist-esm/samples-dev/{stopVirtualMachine.js → virtualMachinesStopSample.js} +4 -4
  170. package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +1 -0
  171. package/dist-esm/src/labServicesClient.d.ts +5 -3
  172. package/dist-esm/src/labServicesClient.d.ts.map +1 -1
  173. package/dist-esm/src/labServicesClient.js +58 -6
  174. package/dist-esm/src/labServicesClient.js.map +1 -1
  175. package/dist-esm/src/models/index.d.ts +221 -188
  176. package/dist-esm/src/models/index.d.ts.map +1 -1
  177. package/dist-esm/src/models/index.js +19 -5
  178. package/dist-esm/src/models/index.js.map +1 -1
  179. package/dist-esm/src/models/mappers.d.ts +10 -9
  180. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  181. package/dist-esm/src/models/mappers.js +284 -232
  182. package/dist-esm/src/models/mappers.js.map +1 -1
  183. package/dist-esm/src/models/parameters.d.ts +1 -1
  184. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  185. package/dist-esm/src/models/parameters.js +16 -16
  186. package/dist-esm/src/models/parameters.js.map +1 -1
  187. package/dist-esm/src/operations/index.d.ts +2 -2
  188. package/dist-esm/src/operations/index.d.ts.map +1 -1
  189. package/dist-esm/src/operations/index.js +2 -2
  190. package/dist-esm/src/operations/index.js.map +1 -1
  191. package/dist-esm/src/operations/labPlans.d.ts.map +1 -1
  192. package/dist-esm/src/operations/labPlans.js +12 -4
  193. package/dist-esm/src/operations/labPlans.js.map +1 -1
  194. package/dist-esm/src/operations/labs.d.ts +22 -22
  195. package/dist-esm/src/operations/labs.d.ts.map +1 -1
  196. package/dist-esm/src/operations/labs.js +37 -27
  197. package/dist-esm/src/operations/labs.js.map +1 -1
  198. package/dist-esm/src/operations/schedules.d.ts +16 -16
  199. package/dist-esm/src/operations/schedules.d.ts.map +1 -1
  200. package/dist-esm/src/operations/schedules.js +19 -17
  201. package/dist-esm/src/operations/schedules.js.map +1 -1
  202. package/dist-esm/src/operations/skus.d.ts +2 -2
  203. package/dist-esm/src/operations/skus.js +2 -2
  204. package/dist-esm/src/operations/users.d.ts +24 -24
  205. package/dist-esm/src/operations/users.d.ts.map +1 -1
  206. package/dist-esm/src/operations/users.js +36 -28
  207. package/dist-esm/src/operations/users.js.map +1 -1
  208. package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
  209. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -1
  210. package/dist-esm/src/operations/virtualMachines.js +43 -33
  211. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  212. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  213. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  214. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  215. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  216. package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
  217. package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
  218. package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
  219. package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
  220. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
  221. package/dist-esm/test/sampleTest.js +11 -13
  222. package/dist-esm/test/sampleTest.js.map +1 -1
  223. package/package.json +40 -22
  224. package/review/arm-labservices.api.md +94 -97
  225. package/rollup.config.js +6 -72
  226. package/src/labServicesClient.ts +79 -13
  227. package/src/models/index.ts +244 -211
  228. package/src/models/mappers.ts +291 -236
  229. package/src/models/parameters.ts +17 -17
  230. package/src/operations/index.ts +2 -2
  231. package/src/operations/labPlans.ts +12 -4
  232. package/src/operations/labs.ts +37 -27
  233. package/src/operations/schedules.ts +19 -17
  234. package/src/operations/skus.ts +2 -2
  235. package/src/operations/users.ts +36 -28
  236. package/src/operations/virtualMachines.ts +43 -33
  237. package/src/operationsInterfaces/index.ts +2 -2
  238. package/src/operationsInterfaces/labs.ts +22 -22
  239. package/src/operationsInterfaces/schedules.ts +12 -12
  240. package/src/operationsInterfaces/skus.ts +1 -1
  241. package/src/operationsInterfaces/users.ts +20 -20
  242. package/src/operationsInterfaces/virtualMachines.ts +24 -24
  243. package/tsconfig.json +18 -5
  244. package/types/arm-labservices.d.ts +151 -115
  245. package/types/tsdoc-metadata.json +1 -1
  246. package/LICENSE.txt +0 -21
  247. package/dist-esm/samples-dev/deleteLab.d.ts +0 -2
  248. package/dist-esm/samples-dev/deleteLab.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/deleteLab.js.map +0 -1
  250. package/dist-esm/samples-dev/deleteLabPlan.d.ts +0 -2
  251. package/dist-esm/samples-dev/deleteLabPlan.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/deleteLabPlan.js.map +0 -1
  253. package/dist-esm/samples-dev/deleteSchedule.d.ts +0 -2
  254. package/dist-esm/samples-dev/deleteSchedule.d.ts.map +0 -1
  255. package/dist-esm/samples-dev/deleteSchedule.js.map +0 -1
  256. package/dist-esm/samples-dev/deleteUser.d.ts +0 -2
  257. package/dist-esm/samples-dev/deleteUser.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/deleteUser.js.map +0 -1
  259. package/dist-esm/samples-dev/getImage.d.ts +0 -2
  260. package/dist-esm/samples-dev/getImage.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/getImage.js.map +0 -1
  262. package/dist-esm/samples-dev/getLab.d.ts +0 -2
  263. package/dist-esm/samples-dev/getLab.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/getLab.js.map +0 -1
  265. package/dist-esm/samples-dev/getLabPlan.d.ts +0 -2
  266. package/dist-esm/samples-dev/getLabPlan.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/getLabPlan.js.map +0 -1
  268. package/dist-esm/samples-dev/getListSchedule.d.ts +0 -2
  269. package/dist-esm/samples-dev/getListSchedule.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/getListSchedule.js.map +0 -1
  271. package/dist-esm/samples-dev/getOperationResult.d.ts +0 -2
  272. package/dist-esm/samples-dev/getOperationResult.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/getOperationResult.js.map +0 -1
  274. package/dist-esm/samples-dev/getSchedule.d.ts +0 -2
  275. package/dist-esm/samples-dev/getSchedule.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/getSchedule.js.map +0 -1
  277. package/dist-esm/samples-dev/getUser.d.ts +0 -2
  278. package/dist-esm/samples-dev/getUser.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/getUser.js.map +0 -1
  280. package/dist-esm/samples-dev/getVirtualMachine.d.ts +0 -2
  281. package/dist-esm/samples-dev/getVirtualMachine.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/getVirtualMachine.js.map +0 -1
  283. package/dist-esm/samples-dev/inviteUser.d.ts +0 -2
  284. package/dist-esm/samples-dev/inviteUser.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/inviteUser.js.map +0 -1
  286. package/dist-esm/samples-dev/listImages.d.ts +0 -2
  287. package/dist-esm/samples-dev/listImages.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/listImages.js.map +0 -1
  289. package/dist-esm/samples-dev/listLabPlans.d.ts +0 -2
  290. package/dist-esm/samples-dev/listLabPlans.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/listLabPlans.js.map +0 -1
  292. package/dist-esm/samples-dev/listLabs.d.ts +0 -2
  293. package/dist-esm/samples-dev/listLabs.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/listLabs.js.map +0 -1
  295. package/dist-esm/samples-dev/listOperations.d.ts +0 -2
  296. package/dist-esm/samples-dev/listOperations.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/listOperations.js.map +0 -1
  298. package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts +0 -2
  299. package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/listResourceGroupLabPlans.js.map +0 -1
  301. package/dist-esm/samples-dev/listResourceGroupLabs.d.ts +0 -2
  302. package/dist-esm/samples-dev/listResourceGroupLabs.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/listResourceGroupLabs.js.map +0 -1
  304. package/dist-esm/samples-dev/listSkus.d.ts +0 -2
  305. package/dist-esm/samples-dev/listSkus.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/listSkus.js.map +0 -1
  307. package/dist-esm/samples-dev/listUsages.d.ts +0 -2
  308. package/dist-esm/samples-dev/listUsages.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/listUsages.js.map +0 -1
  310. package/dist-esm/samples-dev/listUser.d.ts +0 -2
  311. package/dist-esm/samples-dev/listUser.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/listUser.js.map +0 -1
  313. package/dist-esm/samples-dev/listVirtualMachine.d.ts +0 -2
  314. package/dist-esm/samples-dev/listVirtualMachine.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/listVirtualMachine.js.map +0 -1
  316. package/dist-esm/samples-dev/patchImage.d.ts +0 -2
  317. package/dist-esm/samples-dev/patchImage.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/patchImage.js.map +0 -1
  319. package/dist-esm/samples-dev/patchLab.d.ts +0 -2
  320. package/dist-esm/samples-dev/patchLab.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/patchLab.js.map +0 -1
  322. package/dist-esm/samples-dev/patchLabPlan.d.ts +0 -2
  323. package/dist-esm/samples-dev/patchLabPlan.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/patchLabPlan.js.map +0 -1
  325. package/dist-esm/samples-dev/patchSchedule.d.ts +0 -2
  326. package/dist-esm/samples-dev/patchSchedule.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/patchSchedule.js.map +0 -1
  328. package/dist-esm/samples-dev/patchUser.d.ts +0 -2
  329. package/dist-esm/samples-dev/patchUser.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/patchUser.js.map +0 -1
  331. package/dist-esm/samples-dev/publishLab.d.ts +0 -2
  332. package/dist-esm/samples-dev/publishLab.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/publishLab.js.map +0 -1
  334. package/dist-esm/samples-dev/putImage.d.ts +0 -2
  335. package/dist-esm/samples-dev/putImage.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/putImage.js.map +0 -1
  337. package/dist-esm/samples-dev/putLab.d.ts +0 -2
  338. package/dist-esm/samples-dev/putLab.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/putLab.js.map +0 -1
  340. package/dist-esm/samples-dev/putLabPlan.d.ts +0 -2
  341. package/dist-esm/samples-dev/putLabPlan.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/putLabPlan.js.map +0 -1
  343. package/dist-esm/samples-dev/putSchedule.d.ts +0 -2
  344. package/dist-esm/samples-dev/putSchedule.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/putSchedule.js.map +0 -1
  346. package/dist-esm/samples-dev/putUser.d.ts +0 -2
  347. package/dist-esm/samples-dev/putUser.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/putUser.js.map +0 -1
  349. package/dist-esm/samples-dev/redeployVirtualMachine.d.ts +0 -2
  350. package/dist-esm/samples-dev/redeployVirtualMachine.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/redeployVirtualMachine.js.map +0 -1
  352. package/dist-esm/samples-dev/reimageVirtualMachine.d.ts +0 -2
  353. package/dist-esm/samples-dev/reimageVirtualMachine.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/reimageVirtualMachine.js.map +0 -1
  355. package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts +0 -2
  356. package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/resetPasswordVirtualMachine.js.map +0 -1
  358. package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts +0 -2
  359. package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts.map +0 -1
  360. package/dist-esm/samples-dev/startVirtualMachine.d.ts +0 -2
  361. package/dist-esm/samples-dev/startVirtualMachine.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/startVirtualMachine.js.map +0 -1
  363. package/dist-esm/samples-dev/stopVirtualMachine.d.ts +0 -2
  364. package/dist-esm/samples-dev/stopVirtualMachine.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/stopVirtualMachine.js.map +0 -1
  366. package/dist-esm/samples-dev/syncLab.d.ts +0 -2
  367. package/dist-esm/samples-dev/syncLab.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/syncLab.js.map +0 -1
@@ -8,14 +8,14 @@
8
8
  import { __asyncValues, __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns a list of all operations.
13
15
  *
14
16
  * @summary Returns a list of all operations.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/LabServices/listOperations.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/LabServices/listOperations.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function listOperations() {
20
20
  var e_1, _a;
21
21
  return __awaiter(this, void 0, void 0, function* () {
@@ -40,4 +40,4 @@ function listOperations() {
40
40
  });
41
41
  }
42
42
  listOperations().catch(console.error);
43
- //# sourceMappingURL=listOperations.js.map
43
+ //# sourceMappingURL=operationsListSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationsListSample.js","sourceRoot":"","sources":["../../samples-dev/operationsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,cAAc;;;QAC3B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA,IAAA;gBAApC,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,cAAc,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=schedulesCreateOrUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/schedulesCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to create or update a lab schedule.
13
15
  *
14
16
  * @summary Operation to create or update a lab schedule.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Schedules/putSchedule.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Schedules/putSchedule.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function putSchedule() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -25,7 +25,7 @@ function putSchedule() {
25
25
  const body = {
26
26
  notes: "Schedule 1 for students",
27
27
  recurrencePattern: {
28
- expirationDate: new Date("2020-08-14"),
28
+ expirationDate: new Date("2020-08-14T23:59:59Z"),
29
29
  frequency: "Daily",
30
30
  interval: 2
31
31
  },
@@ -40,4 +40,4 @@ function putSchedule() {
40
40
  });
41
41
  }
42
42
  putSchedule().catch(console.error);
43
- //# sourceMappingURL=putSchedule.js.map
43
+ //# sourceMappingURL=schedulesCreateOrUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/schedulesCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAY,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,WAAW;;QACxB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,YAAY,GAAG,WAAW,CAAC;QACjC,MAAM,IAAI,GAAa;YACrB,KAAK,EAAE,yBAAyB;YAChC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,IAAI,IAAI,CAAC,sBAAsB,CAAC;gBAChD,SAAS,EAAE,OAAO;gBAClB,QAAQ,EAAE,CAAC;aACZ;YACD,OAAO,EAAE,IAAI,IAAI,CAAC,sBAAsB,CAAC;YACzC,MAAM,EAAE,IAAI,IAAI,CAAC,sBAAsB,CAAC;YACxC,UAAU,EAAE,qBAAqB;SAClC,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,cAAc,CAClD,iBAAiB,EACjB,OAAO,EACP,YAAY,EACZ,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,WAAW,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=schedulesDeleteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/schedulesDeleteSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to delete a schedule resource.
13
15
  *
14
16
  * @summary Operation to delete a schedule resource.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Schedules/deleteSchedule.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Schedules/deleteSchedule.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function deleteSchedule() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -29,4 +29,4 @@ function deleteSchedule() {
29
29
  });
30
30
  }
31
31
  deleteSchedule().catch(console.error);
32
- //# sourceMappingURL=deleteSchedule.js.map
32
+ //# sourceMappingURL=schedulesDeleteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/schedulesDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,cAAc;;QAC3B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,YAAY,GAAG,WAAW,CAAC;QACjC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,kBAAkB,CACtD,iBAAiB,EACjB,OAAO,EACP,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,cAAc,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=schedulesGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/schedulesGetSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns the properties of a lab Schedule.
13
15
  *
14
16
  * @summary Returns the properties of a lab Schedule.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Schedules/getSchedule.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Schedules/getSchedule.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function getSchedule() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -29,4 +29,4 @@ function getSchedule() {
29
29
  });
30
30
  }
31
31
  getSchedule().catch(console.error);
32
- //# sourceMappingURL=getSchedule.js.map
32
+ //# sourceMappingURL=schedulesGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesGetSample.js","sourceRoot":"","sources":["../../samples-dev/schedulesGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,WAAW;;QACxB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,YAAY,GAAG,WAAW,CAAC;QACjC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,GAAG,CACvC,iBAAiB,EACjB,OAAO,EACP,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,WAAW,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=schedulesListByLabSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesListByLabSample.d.ts","sourceRoot":"","sources":["../../samples-dev/schedulesListByLabSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __asyncValues, __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns a list of all schedules for a lab.
13
15
  *
14
16
  * @summary Returns a list of all schedules for a lab.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Schedules/listSchedule.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Schedules/listSchedule.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function getListSchedule() {
20
20
  var e_1, _a;
21
21
  return __awaiter(this, void 0, void 0, function* () {
@@ -42,4 +42,4 @@ function getListSchedule() {
42
42
  });
43
43
  }
44
44
  getListSchedule().catch(console.error);
45
- //# sourceMappingURL=getListSchedule.js.map
45
+ //# sourceMappingURL=schedulesListByLabSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesListByLabSample.js","sourceRoot":"","sources":["../../samples-dev/schedulesListByLabSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,eAAe;;;QAC5B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,SAAS,CAAC,SAAS,CAC/C,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;gBAHU,IAAI,IAAI,WAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,eAAe,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=schedulesUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/schedulesUpdateSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to update a lab schedule.
13
15
  *
14
16
  * @summary Operation to update a lab schedule.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Schedules/patchSchedule.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Schedules/patchSchedule.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function patchSchedule() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -24,7 +24,7 @@ function patchSchedule() {
24
24
  const scheduleName = "schedule1";
25
25
  const body = {
26
26
  recurrencePattern: {
27
- expirationDate: new Date("2020-08-14"),
27
+ expirationDate: new Date("2020-08-14T23:59:59Z"),
28
28
  frequency: "Daily",
29
29
  interval: 2
30
30
  }
@@ -36,4 +36,4 @@ function patchSchedule() {
36
36
  });
37
37
  }
38
38
  patchSchedule().catch(console.error);
39
- //# sourceMappingURL=patchSchedule.js.map
39
+ //# sourceMappingURL=schedulesUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulesUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/schedulesUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAkB,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,YAAY,GAAG,WAAW,CAAC;QACjC,MAAM,IAAI,GAAmB;YAC3B,iBAAiB,EAAE;gBACjB,cAAc,EAAE,IAAI,IAAI,CAAC,sBAAsB,CAAC;gBAChD,SAAS,EAAE,OAAO;gBAClB,QAAQ,EAAE,CAAC;aACZ;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,SAAS,CAAC,MAAM,CAC1C,iBAAiB,EACjB,OAAO,EACP,YAAY,EACZ,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,aAAa,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=skusListSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skusListSample.d.ts","sourceRoot":"","sources":["../../samples-dev/skusListSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __asyncValues, __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
- * This sample demonstrates how to Returns a list of all the Azure Lab Services resource SKUs.
14
+ * This sample demonstrates how to Returns a list of Azure Lab Services resource SKUs.
13
15
  *
14
- * @summary Returns a list of all the Azure Lab Services resource SKUs.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Skus/listSkus.json
16
+ * @summary Returns a list of Azure Lab Services resource SKUs.
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Skus/listSkus.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function listSkus() {
20
20
  var e_1, _a;
21
21
  return __awaiter(this, void 0, void 0, function* () {
@@ -40,4 +40,4 @@ function listSkus() {
40
40
  });
41
41
  }
42
42
  listSkus().catch(console.error);
43
- //# sourceMappingURL=listSkus.js.map
43
+ //# sourceMappingURL=skusListSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skusListSample.js","sourceRoot":"","sources":["../../samples-dev/skusListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,QAAQ;;;QACrB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAA,IAAA;gBAA9B,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,QAAQ,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usagesListByLocationSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usagesListByLocationSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usagesListByLocationSample.ts"],"names":[],"mappings":""}
@@ -8,19 +8,19 @@
8
8
  import { __asyncValues, __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns list of usage per SKU family for the specified subscription in the specified region.
13
15
  *
14
16
  * @summary Returns list of usage per SKU family for the specified subscription in the specified region.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Usages/getUsages.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Usages/getUsages.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function listUsages() {
20
20
  var e_1, _a;
21
21
  return __awaiter(this, void 0, void 0, function* () {
22
22
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
23
- const location = "westus2";
23
+ const location = "eastus2";
24
24
  const credential = new DefaultAzureCredential();
25
25
  const client = new LabServicesClient(credential, subscriptionId);
26
26
  const resArray = new Array();
@@ -41,4 +41,4 @@ function listUsages() {
41
41
  });
42
42
  }
43
43
  listUsages().catch(console.error);
44
- //# sourceMappingURL=listUsages.js.map
44
+ //# sourceMappingURL=usagesListByLocationSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usagesListByLocationSample.js","sourceRoot":"","sources":["../../samples-dev/usagesListByLocationSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,UAAU;;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,QAAQ,GAAG,SAAS,CAAC;QAC3B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAA,IAAA;gBAAlD,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersCreateOrUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to create or update a lab user.
13
15
  *
14
16
  * @summary Operation to create or update a lab user.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/putUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/putUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function putUser() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -23,7 +23,7 @@ function putUser() {
23
23
  const labName = "testlab";
24
24
  const userName = "testuser";
25
25
  const body = {
26
- additionalUsageQuota: "20:00",
26
+ additionalUsageQuota: "PT10H",
27
27
  email: "testuser@contoso.com"
28
28
  };
29
29
  const credential = new DefaultAzureCredential();
@@ -33,4 +33,4 @@ function putUser() {
33
33
  });
34
34
  }
35
35
  putUser().catch(console.error);
36
- //# sourceMappingURL=putUser.js.map
36
+ //# sourceMappingURL=usersCreateOrUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/usersCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAQ,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,OAAO;;QACpB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,IAAI,GAAS;YACjB,oBAAoB,EAAE,OAAO;YAC7B,KAAK,EAAE,sBAAsB;SAC9B,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,0BAA0B,CAC1D,iBAAiB,EACjB,OAAO,EACP,QAAQ,EACR,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,OAAO,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersDeleteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersDeleteSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to delete a user resource.
13
15
  *
14
16
  * @summary Operation to delete a user resource.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/deleteUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/deleteUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function deleteUser() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -29,4 +29,4 @@ function deleteUser() {
29
29
  });
30
30
  }
31
31
  deleteUser().catch(console.error);
32
- //# sourceMappingURL=deleteUser.js.map
32
+ //# sourceMappingURL=usersDeleteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/usersDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAClD,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersGetSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns the properties of a lab user.
13
15
  *
14
16
  * @summary Returns the properties of a lab user.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/getUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/getUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function getUser() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -29,4 +29,4 @@ function getUser() {
29
29
  });
30
30
  }
31
31
  getUser().catch(console.error);
32
- //# sourceMappingURL=getUser.js.map
32
+ //# sourceMappingURL=usersGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersGetSample.js","sourceRoot":"","sources":["../../samples-dev/usersGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,OAAO;;QACpB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;QAC5E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,OAAO,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersInviteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersInviteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersInviteSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to invite a user to a lab.
13
15
  *
14
16
  * @summary Operation to invite a user to a lab.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/inviteUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/inviteUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function inviteUser() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -30,4 +30,4 @@ function inviteUser() {
30
30
  });
31
31
  }
32
32
  inviteUser().catch(console.error);
33
- //# sourceMappingURL=inviteUser.js.map
33
+ //# sourceMappingURL=usersInviteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersInviteSample.js","sourceRoot":"","sources":["../../samples-dev/usersInviteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAc,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,IAAI,GAAe,EAAE,IAAI,EAAE,2BAA2B,EAAE,CAAC;QAC/D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAClD,iBAAiB,EACjB,OAAO,EACP,QAAQ,EACR,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersListByLabSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersListByLabSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersListByLabSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __asyncValues, __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns a list of all users for a lab.
13
15
  *
14
16
  * @summary Returns a list of all users for a lab.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/listUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/listUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function listUser() {
20
20
  var e_1, _a;
21
21
  return __awaiter(this, void 0, void 0, function* () {
@@ -42,4 +42,4 @@ function listUser() {
42
42
  });
43
43
  }
44
44
  listUser().catch(console.error);
45
- //# sourceMappingURL=listUser.js.map
45
+ //# sourceMappingURL=usersListByLabSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersListByLabSample.js","sourceRoot":"","sources":["../../samples-dev/usersListByLabSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,QAAQ;;;QACrB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,IAAA;gBAA9D,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,QAAQ,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=usersUpdateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/usersUpdateSample.ts"],"names":[],"mappings":""}
@@ -8,21 +8,21 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Operation to update a lab user.
13
15
  *
14
16
  * @summary Operation to update a lab user.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/Users/patchUser.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/Users/patchUser.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function patchUser() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
22
22
  const resourceGroupName = "testrg123";
23
23
  const labName = "testlab";
24
24
  const userName = "testuser";
25
- const body = { additionalUsageQuota: "20:00" };
25
+ const body = { additionalUsageQuota: "PT10H" };
26
26
  const credential = new DefaultAzureCredential();
27
27
  const client = new LabServicesClient(credential, subscriptionId);
28
28
  const result = yield client.users.beginUpdateAndWait(resourceGroupName, labName, userName, body);
@@ -30,4 +30,4 @@ function patchUser() {
30
30
  });
31
31
  }
32
32
  patchUser().catch(console.error);
33
- //# sourceMappingURL=patchUser.js.map
33
+ //# sourceMappingURL=usersUpdateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usersUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/usersUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAc,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,SAAS;;QACtB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,IAAI,GAAe,EAAE,oBAAoB,EAAE,OAAO,EAAE,CAAC;QAC3D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAClD,iBAAiB,EACjB,OAAO,EACP,QAAQ,EACR,IAAI,CACL,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAS,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=virtualMachinesGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachinesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/virtualMachinesGetSample.ts"],"names":[],"mappings":""}
@@ -8,14 +8,14 @@
8
8
  import { __awaiter } from "tslib";
9
9
  // Copyright (c) Microsoft Corporation.
10
10
  // Licensed under the MIT License.
11
+ import { LabServicesClient } from "@azure/arm-labservices";
12
+ import { DefaultAzureCredential } from "@azure/identity";
11
13
  /**
12
14
  * This sample demonstrates how to Returns the properties for a lab virtual machine.
13
15
  *
14
16
  * @summary Returns the properties for a lab virtual machine.
15
- * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/preview/2021-11-15-preview/examples/VirtualMachines/getVirtualMachine.json
17
+ * x-ms-original-file: specification/labservices/resource-manager/Microsoft.LabServices/stable/2022-08-01/examples/VirtualMachines/getVirtualMachine.json
16
18
  */
17
- import { LabServicesClient } from "@azure/arm-labservices";
18
- import { DefaultAzureCredential } from "@azure/identity";
19
19
  function getVirtualMachine() {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const subscriptionId = "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345";
@@ -29,4 +29,4 @@ function getVirtualMachine() {
29
29
  });
30
30
  }
31
31
  getVirtualMachine().catch(console.error);
32
- //# sourceMappingURL=getVirtualMachine.js.map
32
+ //# sourceMappingURL=virtualMachinesGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachinesGetSample.js","sourceRoot":"","sources":["../../samples-dev/virtualMachinesGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,WAAW,CAAC;QACtC,MAAM,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,kBAAkB,GAAG,UAAU,CAAC;QACtC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iBAAiB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACjE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,GAAG,CAC7C,iBAAiB,EACjB,OAAO,EACP,kBAAkB,CACnB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=virtualMachinesListByLabSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachinesListByLabSample.d.ts","sourceRoot":"","sources":["../../samples-dev/virtualMachinesListByLabSample.ts"],"names":[],"mappings":""}