@azure/arm-labservices 3.0.0-beta.3 → 3.0.1-alpha.20220922.2

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 (109) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/README.md +2 -2
  3. package/dist/index.js +787 -715
  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.js +1 -1
  8. package/dist-esm/samples-dev/imagesGetSample.js +1 -1
  9. package/dist-esm/samples-dev/imagesListByLabPlanSample.js +1 -1
  10. package/dist-esm/samples-dev/imagesUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +4 -4
  12. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -1
  13. package/dist-esm/samples-dev/labPlansDeleteSample.js +1 -1
  14. package/dist-esm/samples-dev/labPlansGetSample.js +1 -1
  15. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +1 -1
  16. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +1 -1
  17. package/dist-esm/samples-dev/labPlansSaveImageSample.js +1 -1
  18. package/dist-esm/samples-dev/labPlansUpdateSample.js +1 -1
  19. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +5 -5
  20. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -1
  21. package/dist-esm/samples-dev/labsDeleteSample.js +1 -1
  22. package/dist-esm/samples-dev/labsGetSample.js +1 -1
  23. package/dist-esm/samples-dev/labsListByResourceGroupSample.js +1 -1
  24. package/dist-esm/samples-dev/labsListBySubscriptionSample.js +1 -1
  25. package/dist-esm/samples-dev/labsPublishSample.js +1 -1
  26. package/dist-esm/samples-dev/labsSyncGroupSample.js +1 -1
  27. package/dist-esm/samples-dev/labsUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/operationResultsGetSample.js +1 -1
  29. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  30. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
  31. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/schedulesDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/schedulesGetSample.js +1 -1
  34. package/dist-esm/samples-dev/schedulesListByLabSample.js +1 -1
  35. package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
  36. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/skusListSample.js +3 -3
  38. package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
  39. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +2 -2
  40. package/dist-esm/samples-dev/usersDeleteSample.js +1 -1
  41. package/dist-esm/samples-dev/usersGetSample.js +1 -1
  42. package/dist-esm/samples-dev/usersInviteSample.js +1 -1
  43. package/dist-esm/samples-dev/usersListByLabSample.js +1 -1
  44. package/dist-esm/samples-dev/usersUpdateSample.js +2 -2
  45. package/dist-esm/samples-dev/virtualMachinesGetSample.js +1 -1
  46. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +1 -1
  47. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +1 -1
  48. package/dist-esm/samples-dev/virtualMachinesReimageSample.js +1 -1
  49. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +1 -1
  50. package/dist-esm/samples-dev/virtualMachinesStartSample.js +1 -1
  51. package/dist-esm/samples-dev/virtualMachinesStopSample.js +1 -1
  52. package/dist-esm/src/labServicesClient.d.ts +3 -3
  53. package/dist-esm/src/labServicesClient.d.ts.map +1 -1
  54. package/dist-esm/src/labServicesClient.js +23 -18
  55. package/dist-esm/src/labServicesClient.js.map +1 -1
  56. package/dist-esm/src/models/index.d.ts +221 -188
  57. package/dist-esm/src/models/index.d.ts.map +1 -1
  58. package/dist-esm/src/models/index.js +19 -5
  59. package/dist-esm/src/models/index.js.map +1 -1
  60. package/dist-esm/src/models/mappers.d.ts +10 -9
  61. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  62. package/dist-esm/src/models/mappers.js +284 -232
  63. package/dist-esm/src/models/mappers.js.map +1 -1
  64. package/dist-esm/src/models/parameters.d.ts +1 -1
  65. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  66. package/dist-esm/src/models/parameters.js +16 -16
  67. package/dist-esm/src/models/parameters.js.map +1 -1
  68. package/dist-esm/src/operations/index.d.ts +2 -2
  69. package/dist-esm/src/operations/index.d.ts.map +1 -1
  70. package/dist-esm/src/operations/index.js +2 -2
  71. package/dist-esm/src/operations/index.js.map +1 -1
  72. package/dist-esm/src/operations/labs.d.ts +22 -22
  73. package/dist-esm/src/operations/labs.js +22 -22
  74. package/dist-esm/src/operations/schedules.d.ts +16 -16
  75. package/dist-esm/src/operations/schedules.js +16 -16
  76. package/dist-esm/src/operations/skus.d.ts +2 -2
  77. package/dist-esm/src/operations/skus.js +2 -2
  78. package/dist-esm/src/operations/users.d.ts +24 -24
  79. package/dist-esm/src/operations/users.js +24 -24
  80. package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
  81. package/dist-esm/src/operations/virtualMachines.js +28 -28
  82. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  83. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  84. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  85. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  86. package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
  87. package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
  88. package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
  89. package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
  90. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
  91. package/package.json +6 -7
  92. package/review/arm-labservices.api.md +94 -97
  93. package/src/labServicesClient.ts +35 -28
  94. package/src/models/index.ts +244 -211
  95. package/src/models/mappers.ts +291 -236
  96. package/src/models/parameters.ts +17 -17
  97. package/src/operations/index.ts +2 -2
  98. package/src/operations/labs.ts +22 -22
  99. package/src/operations/schedules.ts +16 -16
  100. package/src/operations/skus.ts +2 -2
  101. package/src/operations/users.ts +24 -24
  102. package/src/operations/virtualMachines.ts +28 -28
  103. package/src/operationsInterfaces/index.ts +2 -2
  104. package/src/operationsInterfaces/labs.ts +22 -22
  105. package/src/operationsInterfaces/schedules.ts +12 -12
  106. package/src/operationsInterfaces/skus.ts +1 -1
  107. package/src/operationsInterfaces/users.ts +20 -20
  108. package/src/operationsInterfaces/virtualMachines.ts +24 -24
  109. package/types/arm-labservices.d.ts +149 -115
@@ -54,7 +54,7 @@ export const $host: OperationURLParameter = {
54
54
  export const apiVersion: OperationQueryParameter = {
55
55
  parameterPath: "apiVersion",
56
56
  mapper: {
57
- defaultValue: "2021-11-15-preview",
57
+ defaultValue: "2022-08-01",
58
58
  isConstant: true,
59
59
  serializedName: "api-version",
60
60
  type: {
@@ -249,6 +249,22 @@ export const body8: OperationParameter = {
249
249
  mapper: ScheduleUpdateMapper
250
250
  };
251
251
 
252
+ export const location: OperationURLParameter = {
253
+ parameterPath: "location",
254
+ mapper: {
255
+ constraints: {
256
+ Pattern: new RegExp("^[-\\w\\._]+$"),
257
+ MaxLength: 100,
258
+ MinLength: 1
259
+ },
260
+ serializedName: "location",
261
+ required: true,
262
+ type: {
263
+ name: "String"
264
+ }
265
+ }
266
+ };
267
+
252
268
  export const userName: OperationURLParameter = {
253
269
  parameterPath: "userName",
254
270
  mapper: {
@@ -300,19 +316,3 @@ export const body12: OperationParameter = {
300
316
  parameterPath: "body",
301
317
  mapper: ResetPasswordBodyMapper
302
318
  };
303
-
304
- export const location: OperationURLParameter = {
305
- parameterPath: "location",
306
- mapper: {
307
- constraints: {
308
- Pattern: new RegExp("^[-\\w\\._]+$"),
309
- MaxLength: 100,
310
- MinLength: 1
311
- },
312
- serializedName: "location",
313
- required: true,
314
- type: {
315
- name: "String"
316
- }
317
- }
318
- };
@@ -12,7 +12,7 @@ export * from "./operations";
12
12
  export * from "./labs";
13
13
  export * from "./operationResults";
14
14
  export * from "./schedules";
15
+ export * from "./skus";
16
+ export * from "./usages";
15
17
  export * from "./users";
16
18
  export * from "./virtualMachines";
17
- export * from "./usages";
18
- export * from "./skus";
@@ -175,8 +175,8 @@ export class LabsImpl implements Labs {
175
175
  /**
176
176
  * Returns the properties of a lab resource.
177
177
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
178
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
179
- * in resource URIs.
178
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
179
+ * resource URIs.
180
180
  * @param options The options parameters.
181
181
  */
182
182
  get(
@@ -193,8 +193,8 @@ export class LabsImpl implements Labs {
193
193
  /**
194
194
  * Operation to create or update a lab resource.
195
195
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
196
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
197
- * in resource URIs.
196
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
197
+ * resource URIs.
198
198
  * @param body The request body.
199
199
  * @param options The options parameters.
200
200
  */
@@ -265,8 +265,8 @@ export class LabsImpl implements Labs {
265
265
  /**
266
266
  * Operation to create or update a lab resource.
267
267
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
268
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
269
- * in resource URIs.
268
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
269
+ * resource URIs.
270
270
  * @param body The request body.
271
271
  * @param options The options parameters.
272
272
  */
@@ -288,8 +288,8 @@ export class LabsImpl implements Labs {
288
288
  /**
289
289
  * Operation to update a lab resource.
290
290
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
291
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
292
- * in resource URIs.
291
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
292
+ * resource URIs.
293
293
  * @param body The request body.
294
294
  * @param options The options parameters.
295
295
  */
@@ -357,8 +357,8 @@ export class LabsImpl implements Labs {
357
357
  /**
358
358
  * Operation to update a lab resource.
359
359
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
360
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
361
- * in resource URIs.
360
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
361
+ * resource URIs.
362
362
  * @param body The request body.
363
363
  * @param options The options parameters.
364
364
  */
@@ -380,8 +380,8 @@ export class LabsImpl implements Labs {
380
380
  /**
381
381
  * Operation to delete a lab resource.
382
382
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
383
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
384
- * in resource URIs.
383
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
384
+ * resource URIs.
385
385
  * @param options The options parameters.
386
386
  */
387
387
  async beginDelete(
@@ -445,8 +445,8 @@ export class LabsImpl implements Labs {
445
445
  /**
446
446
  * Operation to delete a lab resource.
447
447
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
448
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
449
- * in resource URIs.
448
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
449
+ * resource URIs.
450
450
  * @param options The options parameters.
451
451
  */
452
452
  async beginDeleteAndWait(
@@ -461,8 +461,8 @@ export class LabsImpl implements Labs {
461
461
  /**
462
462
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
463
463
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
464
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
465
- * in resource URIs.
464
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
465
+ * resource URIs.
466
466
  * @param options The options parameters.
467
467
  */
468
468
  async beginPublish(
@@ -526,8 +526,8 @@ export class LabsImpl implements Labs {
526
526
  /**
527
527
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
528
528
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
530
- * in resource URIs.
529
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
530
+ * resource URIs.
531
531
  * @param options The options parameters.
532
532
  */
533
533
  async beginPublishAndWait(
@@ -542,8 +542,8 @@ export class LabsImpl implements Labs {
542
542
  /**
543
543
  * Action used to manually kick off an AAD group sync job.
544
544
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
545
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
546
- * in resource URIs.
545
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
546
+ * resource URIs.
547
547
  * @param options The options parameters.
548
548
  */
549
549
  async beginSyncGroup(
@@ -607,8 +607,8 @@ export class LabsImpl implements Labs {
607
607
  /**
608
608
  * Action used to manually kick off an AAD group sync job.
609
609
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
610
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
611
- * in resource URIs.
610
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
611
+ * resource URIs.
612
612
  * @param options The options parameters.
613
613
  */
614
614
  async beginSyncGroupAndWait(
@@ -46,8 +46,8 @@ export class SchedulesImpl implements Schedules {
46
46
  /**
47
47
  * Returns a list of all schedules for a lab.
48
48
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
50
- * in resource URIs.
49
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
50
+ * resource URIs.
51
51
  * @param options The options parameters.
52
52
  */
53
53
  public listByLab(
@@ -106,8 +106,8 @@ export class SchedulesImpl implements Schedules {
106
106
  /**
107
107
  * Returns a list of all schedules for a lab.
108
108
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
110
- * in resource URIs.
109
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
110
+ * resource URIs.
111
111
  * @param options The options parameters.
112
112
  */
113
113
  private _listByLab(
@@ -124,8 +124,8 @@ export class SchedulesImpl implements Schedules {
124
124
  /**
125
125
  * Returns the properties of a lab Schedule.
126
126
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
127
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
128
- * in resource URIs.
127
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
128
+ * resource URIs.
129
129
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
130
130
  * in resource URIs.
131
131
  * @param options The options parameters.
@@ -145,8 +145,8 @@ export class SchedulesImpl implements Schedules {
145
145
  /**
146
146
  * Operation to create or update a lab schedule.
147
147
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
148
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
149
- * in resource URIs.
148
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
149
+ * resource URIs.
150
150
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
151
151
  * in resource URIs.
152
152
  * @param body The request body.
@@ -168,8 +168,8 @@ export class SchedulesImpl implements Schedules {
168
168
  /**
169
169
  * Operation to update a lab schedule.
170
170
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
171
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
172
- * in resource URIs.
171
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
172
+ * resource URIs.
173
173
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
174
174
  * in resource URIs.
175
175
  * @param body The request body.
@@ -191,8 +191,8 @@ export class SchedulesImpl implements Schedules {
191
191
  /**
192
192
  * Operation to delete a schedule resource.
193
193
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
194
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
195
- * in resource URIs.
194
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
195
+ * resource URIs.
196
196
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
197
197
  * in resource URIs.
198
198
  * @param options The options parameters.
@@ -259,8 +259,8 @@ export class SchedulesImpl implements Schedules {
259
259
  /**
260
260
  * Operation to delete a schedule resource.
261
261
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
262
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
263
- * in resource URIs.
262
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
263
+ * resource URIs.
264
264
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
265
265
  * in resource URIs.
266
266
  * @param options The options parameters.
@@ -283,8 +283,8 @@ export class SchedulesImpl implements Schedules {
283
283
  /**
284
284
  * ListByLabNext
285
285
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
286
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
287
- * in resource URIs.
286
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
287
+ * resource URIs.
288
288
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
289
289
  * @param options The options parameters.
290
290
  */
@@ -34,7 +34,7 @@ export class SkusImpl implements Skus {
34
34
  }
35
35
 
36
36
  /**
37
- * Returns a list of all the Azure Lab Services resource SKUs.
37
+ * Returns a list of Azure Lab Services resource SKUs.
38
38
  * @param options The options parameters.
39
39
  */
40
40
  public list(
@@ -76,7 +76,7 @@ export class SkusImpl implements Skus {
76
76
  }
77
77
 
78
78
  /**
79
- * Returns a list of all the Azure Lab Services resource SKUs.
79
+ * Returns a list of Azure Lab Services resource SKUs.
80
80
  * @param options The options parameters.
81
81
  */
82
82
  private _list(options?: SkusListOptionalParams): Promise<SkusListResponse> {
@@ -48,8 +48,8 @@ export class UsersImpl implements Users {
48
48
  /**
49
49
  * Returns a list of all users for a lab.
50
50
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
51
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
52
- * in resource URIs.
51
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
52
+ * resource URIs.
53
53
  * @param options The options parameters.
54
54
  */
55
55
  public listByLab(
@@ -108,8 +108,8 @@ export class UsersImpl implements Users {
108
108
  /**
109
109
  * Returns a list of all users for a lab.
110
110
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
111
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
112
- * in resource URIs.
111
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
112
+ * resource URIs.
113
113
  * @param options The options parameters.
114
114
  */
115
115
  private _listByLab(
@@ -126,8 +126,8 @@ export class UsersImpl implements Users {
126
126
  /**
127
127
  * Returns the properties of a lab user.
128
128
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
129
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
130
- * in resource URIs.
129
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
130
+ * resource URIs.
131
131
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
132
132
  * resource URIs.
133
133
  * @param options The options parameters.
@@ -147,8 +147,8 @@ export class UsersImpl implements Users {
147
147
  /**
148
148
  * Operation to create or update a lab user.
149
149
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
150
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
151
- * in resource URIs.
150
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
151
+ * resource URIs.
152
152
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
153
153
  * resource URIs.
154
154
  * @param body The request body.
@@ -222,8 +222,8 @@ export class UsersImpl implements Users {
222
222
  /**
223
223
  * Operation to create or update a lab user.
224
224
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
225
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
226
- * in resource URIs.
225
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
226
+ * resource URIs.
227
227
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
228
228
  * resource URIs.
229
229
  * @param body The request body.
@@ -249,8 +249,8 @@ export class UsersImpl implements Users {
249
249
  /**
250
250
  * Operation to update a lab user.
251
251
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
252
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
253
- * in resource URIs.
252
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
253
+ * resource URIs.
254
254
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
255
255
  * resource URIs.
256
256
  * @param body The request body.
@@ -321,8 +321,8 @@ export class UsersImpl implements Users {
321
321
  /**
322
322
  * Operation to update a lab user.
323
323
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
324
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
325
- * in resource URIs.
324
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
325
+ * resource URIs.
326
326
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
327
327
  * resource URIs.
328
328
  * @param body The request body.
@@ -348,8 +348,8 @@ export class UsersImpl implements Users {
348
348
  /**
349
349
  * Operation to delete a user resource.
350
350
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
351
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
352
- * in resource URIs.
351
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
352
+ * resource URIs.
353
353
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
354
354
  * resource URIs.
355
355
  * @param options The options parameters.
@@ -416,8 +416,8 @@ export class UsersImpl implements Users {
416
416
  /**
417
417
  * Operation to delete a user resource.
418
418
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
419
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
420
- * in resource URIs.
419
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
420
+ * resource URIs.
421
421
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
422
422
  * resource URIs.
423
423
  * @param options The options parameters.
@@ -440,8 +440,8 @@ export class UsersImpl implements Users {
440
440
  /**
441
441
  * Operation to invite a user to a lab.
442
442
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
443
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
444
- * in resource URIs.
443
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
444
+ * resource URIs.
445
445
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
446
446
  * resource URIs.
447
447
  * @param body The request body.
@@ -510,8 +510,8 @@ export class UsersImpl implements Users {
510
510
  /**
511
511
  * Operation to invite a user to a lab.
512
512
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
513
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
514
- * in resource URIs.
513
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
514
+ * resource URIs.
515
515
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
516
516
  * resource URIs.
517
517
  * @param body The request body.
@@ -537,8 +537,8 @@ export class UsersImpl implements Users {
537
537
  /**
538
538
  * ListByLabNext
539
539
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
540
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
541
- * in resource URIs.
540
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
541
+ * resource URIs.
542
542
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
543
543
  * @param options The options parameters.
544
544
  */
@@ -46,8 +46,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
46
46
  /**
47
47
  * Returns a list of all virtual machines for a lab.
48
48
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
50
- * in resource URIs.
49
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
50
+ * resource URIs.
51
51
  * @param options The options parameters.
52
52
  */
53
53
  public listByLab(
@@ -106,8 +106,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
106
106
  /**
107
107
  * Returns a list of all virtual machines for a lab.
108
108
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
110
- * in resource URIs.
109
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
110
+ * resource URIs.
111
111
  * @param options The options parameters.
112
112
  */
113
113
  private _listByLab(
@@ -124,8 +124,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
124
124
  /**
125
125
  * Returns the properties for a lab virtual machine.
126
126
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
127
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
128
- * in resource URIs.
127
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
128
+ * resource URIs.
129
129
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
130
130
  * containing lab. Used in resource URIs.
131
131
  * @param options The options parameters.
@@ -145,8 +145,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
145
145
  /**
146
146
  * Action to start a lab virtual machine.
147
147
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
148
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
149
- * in resource URIs.
148
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
149
+ * resource URIs.
150
150
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
151
151
  * containing lab. Used in resource URIs.
152
152
  * @param options The options parameters.
@@ -213,8 +213,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
213
213
  /**
214
214
  * Action to start a lab virtual machine.
215
215
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
216
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
217
- * in resource URIs.
216
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
217
+ * resource URIs.
218
218
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
219
219
  * containing lab. Used in resource URIs.
220
220
  * @param options The options parameters.
@@ -237,8 +237,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
237
237
  /**
238
238
  * Action to stop a lab virtual machine.
239
239
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
240
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
241
- * in resource URIs.
240
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
241
+ * resource URIs.
242
242
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
243
243
  * containing lab. Used in resource URIs.
244
244
  * @param options The options parameters.
@@ -305,8 +305,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
305
305
  /**
306
306
  * Action to stop a lab virtual machine.
307
307
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
308
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
309
- * in resource URIs.
308
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
309
+ * resource URIs.
310
310
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
311
311
  * containing lab. Used in resource URIs.
312
312
  * @param options The options parameters.
@@ -330,8 +330,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
330
330
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
331
331
  * published snapshot of the reference environment of the lab.
332
332
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
333
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
334
- * in resource URIs.
333
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
334
+ * resource URIs.
335
335
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
336
336
  * containing lab. Used in resource URIs.
337
337
  * @param options The options parameters.
@@ -399,8 +399,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
399
399
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
400
400
  * published snapshot of the reference environment of the lab.
401
401
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
402
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
403
- * in resource URIs.
402
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
403
+ * resource URIs.
404
404
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
405
405
  * containing lab. Used in resource URIs.
406
406
  * @param options The options parameters.
@@ -424,8 +424,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
424
424
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
425
425
  * connectivity.
426
426
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
427
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
428
- * in resource URIs.
427
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
428
+ * resource URIs.
429
429
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
430
430
  * containing lab. Used in resource URIs.
431
431
  * @param options The options parameters.
@@ -493,8 +493,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
493
493
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
494
494
  * connectivity.
495
495
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
496
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
497
- * in resource URIs.
496
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
497
+ * resource URIs.
498
498
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
499
499
  * containing lab. Used in resource URIs.
500
500
  * @param options The options parameters.
@@ -517,8 +517,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
517
517
  /**
518
518
  * Resets a lab virtual machine password.
519
519
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
520
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
521
- * in resource URIs.
520
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
521
+ * resource URIs.
522
522
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
523
523
  * containing lab. Used in resource URIs.
524
524
  * @param body The request body.
@@ -587,8 +587,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
587
587
  /**
588
588
  * Resets a lab virtual machine password.
589
589
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
590
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
591
- * in resource URIs.
590
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
591
+ * resource URIs.
592
592
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
593
593
  * containing lab. Used in resource URIs.
594
594
  * @param body The request body.
@@ -614,8 +614,8 @@ export class VirtualMachinesImpl implements VirtualMachines {
614
614
  /**
615
615
  * ListByLabNext
616
616
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
617
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
618
- * in resource URIs.
617
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
618
+ * resource URIs.
619
619
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
620
620
  * @param options The options parameters.
621
621
  */
@@ -12,7 +12,7 @@ export * from "./operations";
12
12
  export * from "./labs";
13
13
  export * from "./operationResults";
14
14
  export * from "./schedules";
15
+ export * from "./skus";
16
+ export * from "./usages";
15
17
  export * from "./users";
16
18
  export * from "./virtualMachines";
17
- export * from "./usages";
18
- export * from "./skus";