@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
@@ -24,8 +24,8 @@ export class VirtualMachinesImpl {
24
24
  /**
25
25
  * Returns a list of all virtual machines for a lab.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param options The options parameters.
30
30
  */
31
31
  listByLab(resourceGroupName, labName, options) {
@@ -75,8 +75,8 @@ export class VirtualMachinesImpl {
75
75
  /**
76
76
  * Returns a list of all virtual machines for a lab.
77
77
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
79
- * in resource URIs.
78
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
79
+ * resource URIs.
80
80
  * @param options The options parameters.
81
81
  */
82
82
  _listByLab(resourceGroupName, labName, options) {
@@ -85,8 +85,8 @@ export class VirtualMachinesImpl {
85
85
  /**
86
86
  * Returns the properties for a lab virtual machine.
87
87
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
89
- * in resource URIs.
88
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
89
+ * resource URIs.
90
90
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
91
91
  * containing lab. Used in resource URIs.
92
92
  * @param options The options parameters.
@@ -97,8 +97,8 @@ export class VirtualMachinesImpl {
97
97
  /**
98
98
  * Action to start a lab virtual machine.
99
99
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
101
- * in resource URIs.
100
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
101
+ * resource URIs.
102
102
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
103
103
  * containing lab. Used in resource URIs.
104
104
  * @param options The options parameters.
@@ -140,8 +140,8 @@ export class VirtualMachinesImpl {
140
140
  /**
141
141
  * Action to start a lab virtual machine.
142
142
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
143
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
144
- * in resource URIs.
143
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
144
+ * resource URIs.
145
145
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
146
146
  * containing lab. Used in resource URIs.
147
147
  * @param options The options parameters.
@@ -155,8 +155,8 @@ export class VirtualMachinesImpl {
155
155
  /**
156
156
  * Action to stop a lab virtual machine.
157
157
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
158
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
159
- * in resource URIs.
158
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
159
+ * resource URIs.
160
160
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
161
161
  * containing lab. Used in resource URIs.
162
162
  * @param options The options parameters.
@@ -198,8 +198,8 @@ export class VirtualMachinesImpl {
198
198
  /**
199
199
  * Action to stop a lab virtual machine.
200
200
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
201
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
202
- * in resource URIs.
201
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
202
+ * resource URIs.
203
203
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
204
204
  * containing lab. Used in resource URIs.
205
205
  * @param options The options parameters.
@@ -214,8 +214,8 @@ export class VirtualMachinesImpl {
214
214
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
215
215
  * published snapshot of the reference environment of the lab.
216
216
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
217
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
218
- * in resource URIs.
217
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
218
+ * resource URIs.
219
219
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
220
220
  * containing lab. Used in resource URIs.
221
221
  * @param options The options parameters.
@@ -258,8 +258,8 @@ export class VirtualMachinesImpl {
258
258
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
259
259
  * published snapshot of the reference environment of the lab.
260
260
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
261
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
262
- * in resource URIs.
261
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
262
+ * resource URIs.
263
263
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
264
264
  * containing lab. Used in resource URIs.
265
265
  * @param options The options parameters.
@@ -274,8 +274,8 @@ export class VirtualMachinesImpl {
274
274
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
275
275
  * connectivity.
276
276
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
277
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
278
- * in resource URIs.
277
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
278
+ * resource URIs.
279
279
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
280
280
  * containing lab. Used in resource URIs.
281
281
  * @param options The options parameters.
@@ -318,8 +318,8 @@ export class VirtualMachinesImpl {
318
318
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
319
319
  * connectivity.
320
320
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
321
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
322
- * in resource URIs.
321
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
322
+ * resource URIs.
323
323
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
324
324
  * containing lab. Used in resource URIs.
325
325
  * @param options The options parameters.
@@ -333,8 +333,8 @@ export class VirtualMachinesImpl {
333
333
  /**
334
334
  * Resets a lab virtual machine password.
335
335
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
336
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
337
- * in resource URIs.
336
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
337
+ * resource URIs.
338
338
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
339
339
  * containing lab. Used in resource URIs.
340
340
  * @param body The request body.
@@ -377,8 +377,8 @@ export class VirtualMachinesImpl {
377
377
  /**
378
378
  * Resets a lab virtual machine password.
379
379
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
380
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
381
- * in resource URIs.
380
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
381
+ * resource URIs.
382
382
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
383
383
  * containing lab. Used in resource URIs.
384
384
  * @param body The request body.
@@ -393,8 +393,8 @@ export class VirtualMachinesImpl {
393
393
  /**
394
394
  * ListByLabNext
395
395
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
396
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
397
- * in resource URIs.
396
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
397
+ * resource URIs.
398
398
  * @param nextLink The nextLink from the previous successful call to the ListByLab method.
399
399
  * @param options The options parameters.
400
400
  */
@@ -4,8 +4,8 @@ export * from "./operations";
4
4
  export * from "./labs";
5
5
  export * from "./operationResults";
6
6
  export * from "./schedules";
7
+ export * from "./skus";
8
+ export * from "./usages";
7
9
  export * from "./users";
8
10
  export * from "./virtualMachines";
9
- export * from "./usages";
10
- export * from "./skus";
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
@@ -11,8 +11,8 @@ export * from "./operations";
11
11
  export * from "./labs";
12
12
  export * from "./operationResults";
13
13
  export * from "./schedules";
14
+ export * from "./skus";
15
+ export * from "./usages";
14
16
  export * from "./users";
15
17
  export * from "./virtualMachines";
16
- export * from "./usages";
17
- export * from "./skus";
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
@@ -17,16 +17,16 @@ export interface Labs {
17
17
  /**
18
18
  * Returns the properties of a lab resource.
19
19
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
20
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
21
- * in resource URIs.
20
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
21
+ * resource URIs.
22
22
  * @param options The options parameters.
23
23
  */
24
24
  get(resourceGroupName: string, labName: string, options?: LabsGetOptionalParams): Promise<LabsGetResponse>;
25
25
  /**
26
26
  * Operation to create or update a lab resource.
27
27
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
29
- * in resource URIs.
28
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
29
+ * resource URIs.
30
30
  * @param body The request body.
31
31
  * @param options The options parameters.
32
32
  */
@@ -34,8 +34,8 @@ export interface Labs {
34
34
  /**
35
35
  * Operation to create or update a lab resource.
36
36
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
38
- * in resource URIs.
37
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
38
+ * resource URIs.
39
39
  * @param body The request body.
40
40
  * @param options The options parameters.
41
41
  */
@@ -43,8 +43,8 @@ export interface Labs {
43
43
  /**
44
44
  * Operation to update a lab resource.
45
45
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
47
- * in resource URIs.
46
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
47
+ * resource URIs.
48
48
  * @param body The request body.
49
49
  * @param options The options parameters.
50
50
  */
@@ -52,8 +52,8 @@ export interface Labs {
52
52
  /**
53
53
  * Operation to update a lab resource.
54
54
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
56
- * in resource URIs.
55
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
56
+ * resource URIs.
57
57
  * @param body The request body.
58
58
  * @param options The options parameters.
59
59
  */
@@ -61,48 +61,48 @@ export interface Labs {
61
61
  /**
62
62
  * Operation to delete a lab resource.
63
63
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
65
- * in resource URIs.
64
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
65
+ * resource URIs.
66
66
  * @param options The options parameters.
67
67
  */
68
68
  beginDelete(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
69
69
  /**
70
70
  * Operation to delete a lab resource.
71
71
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
73
- * in resource URIs.
72
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
73
+ * resource URIs.
74
74
  * @param options The options parameters.
75
75
  */
76
76
  beginDeleteAndWait(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<void>;
77
77
  /**
78
78
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
79
79
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
81
- * in resource URIs.
80
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
81
+ * resource URIs.
82
82
  * @param options The options parameters.
83
83
  */
84
84
  beginPublish(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
85
85
  /**
86
86
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
87
87
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
89
- * in resource URIs.
88
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
89
+ * resource URIs.
90
90
  * @param options The options parameters.
91
91
  */
92
92
  beginPublishAndWait(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<void>;
93
93
  /**
94
94
  * Action used to manually kick off an AAD group sync job.
95
95
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
96
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
97
- * in resource URIs.
96
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
97
+ * resource URIs.
98
98
  * @param options The options parameters.
99
99
  */
100
100
  beginSyncGroup(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
101
101
  /**
102
102
  * Action used to manually kick off an AAD group sync job.
103
103
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
104
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
105
- * in resource URIs.
104
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
105
+ * resource URIs.
106
106
  * @param options The options parameters.
107
107
  */
108
108
  beginSyncGroupAndWait(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<void>;
@@ -6,16 +6,16 @@ export interface Schedules {
6
6
  /**
7
7
  * Returns a list of all schedules for a lab.
8
8
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
10
- * in resource URIs.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
11
  * @param options The options parameters.
12
12
  */
13
13
  listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
14
14
  /**
15
15
  * Returns the properties of a lab Schedule.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
20
20
  * in resource URIs.
21
21
  * @param options The options parameters.
@@ -24,8 +24,8 @@ export interface Schedules {
24
24
  /**
25
25
  * Operation to create or update a lab schedule.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
30
30
  * in resource URIs.
31
31
  * @param body The request body.
@@ -35,8 +35,8 @@ export interface Schedules {
35
35
  /**
36
36
  * Operation to update a lab schedule.
37
37
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
39
- * in resource URIs.
38
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
39
+ * resource URIs.
40
40
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
41
41
  * in resource URIs.
42
42
  * @param body The request body.
@@ -46,8 +46,8 @@ export interface Schedules {
46
46
  /**
47
47
  * Operation to delete a schedule resource.
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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
52
52
  * in resource URIs.
53
53
  * @param options The options parameters.
@@ -56,8 +56,8 @@ export interface Schedules {
56
56
  /**
57
57
  * Operation to delete a schedule resource.
58
58
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
60
- * in resource URIs.
59
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
60
+ * resource URIs.
61
61
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
62
62
  * in resource URIs.
63
63
  * @param options The options parameters.
@@ -3,7 +3,7 @@ import { LabServicesSku, SkusListOptionalParams } from "../models";
3
3
  /** Interface representing a Skus. */
4
4
  export interface Skus {
5
5
  /**
6
- * Returns a list of all the Azure Lab Services resource SKUs.
6
+ * Returns a list of Azure Lab Services resource SKUs.
7
7
  * @param options The options parameters.
8
8
  */
9
9
  list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
@@ -6,16 +6,16 @@ export interface Users {
6
6
  /**
7
7
  * Returns a list of all users for a lab.
8
8
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
10
- * in resource URIs.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
11
  * @param options The options parameters.
12
12
  */
13
13
  listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
14
14
  /**
15
15
  * Returns the properties of a lab user.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
20
20
  * resource URIs.
21
21
  * @param options The options parameters.
@@ -24,8 +24,8 @@ export interface Users {
24
24
  /**
25
25
  * Operation to create or update a lab user.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
30
30
  * resource URIs.
31
31
  * @param body The request body.
@@ -35,8 +35,8 @@ export interface Users {
35
35
  /**
36
36
  * Operation to create or update a lab user.
37
37
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
39
- * in resource URIs.
38
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
39
+ * resource URIs.
40
40
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
41
41
  * resource URIs.
42
42
  * @param body The request body.
@@ -46,8 +46,8 @@ export interface Users {
46
46
  /**
47
47
  * Operation to update a lab user.
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 userName The name of the user that uniquely identifies it within containing lab. Used in
52
52
  * resource URIs.
53
53
  * @param body The request body.
@@ -57,8 +57,8 @@ export interface Users {
57
57
  /**
58
58
  * Operation to update a lab user.
59
59
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
61
- * in resource URIs.
60
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
61
+ * resource URIs.
62
62
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
63
63
  * resource URIs.
64
64
  * @param body The request body.
@@ -68,8 +68,8 @@ export interface Users {
68
68
  /**
69
69
  * Operation to delete a user resource.
70
70
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
72
- * in resource URIs.
71
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
72
+ * resource URIs.
73
73
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
74
74
  * resource URIs.
75
75
  * @param options The options parameters.
@@ -78,8 +78,8 @@ export interface Users {
78
78
  /**
79
79
  * Operation to delete a user resource.
80
80
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
82
- * in resource URIs.
81
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
82
+ * resource URIs.
83
83
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
84
84
  * resource URIs.
85
85
  * @param options The options parameters.
@@ -88,8 +88,8 @@ export interface Users {
88
88
  /**
89
89
  * Operation to invite a user to a lab.
90
90
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
92
- * in resource URIs.
91
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
92
+ * resource URIs.
93
93
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
94
94
  * resource URIs.
95
95
  * @param body The request body.
@@ -99,8 +99,8 @@ export interface Users {
99
99
  /**
100
100
  * Operation to invite a user to a lab.
101
101
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
103
- * in resource URIs.
102
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
103
+ * resource URIs.
104
104
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
105
105
  * resource URIs.
106
106
  * @param body The request body.
@@ -6,16 +6,16 @@ export interface VirtualMachines {
6
6
  /**
7
7
  * Returns a list of all virtual machines for a lab.
8
8
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
10
- * in resource URIs.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
11
  * @param options The options parameters.
12
12
  */
13
13
  listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
14
14
  /**
15
15
  * Returns the properties for a lab virtual machine.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
18
- * in resource URIs.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
19
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
20
20
  * containing lab. Used in resource URIs.
21
21
  * @param options The options parameters.
@@ -24,8 +24,8 @@ export interface VirtualMachines {
24
24
  /**
25
25
  * Action to start a lab virtual machine.
26
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
28
- * in resource URIs.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
29
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
30
30
  * containing lab. Used in resource URIs.
31
31
  * @param options The options parameters.
@@ -34,8 +34,8 @@ export interface VirtualMachines {
34
34
  /**
35
35
  * Action to start a lab virtual machine.
36
36
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
38
- * in resource URIs.
37
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
38
+ * resource URIs.
39
39
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
40
40
  * containing lab. Used in resource URIs.
41
41
  * @param options The options parameters.
@@ -44,8 +44,8 @@ export interface VirtualMachines {
44
44
  /**
45
45
  * Action to stop a lab virtual machine.
46
46
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
48
- * in resource URIs.
47
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
48
+ * resource URIs.
49
49
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
50
50
  * containing lab. Used in resource URIs.
51
51
  * @param options The options parameters.
@@ -54,8 +54,8 @@ export interface VirtualMachines {
54
54
  /**
55
55
  * Action to stop a lab virtual machine.
56
56
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
58
- * in resource URIs.
57
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
58
+ * resource URIs.
59
59
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
60
60
  * containing lab. Used in resource URIs.
61
61
  * @param options The options parameters.
@@ -65,8 +65,8 @@ export interface VirtualMachines {
65
65
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
66
66
  * published snapshot of the reference environment of the lab.
67
67
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
69
- * in resource URIs.
68
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
69
+ * resource URIs.
70
70
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
71
71
  * containing lab. Used in resource URIs.
72
72
  * @param options The options parameters.
@@ -76,8 +76,8 @@ export interface VirtualMachines {
76
76
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
77
77
  * published snapshot of the reference environment of the lab.
78
78
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
79
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
80
- * in resource URIs.
79
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
80
+ * resource URIs.
81
81
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
82
82
  * containing lab. Used in resource URIs.
83
83
  * @param options The options parameters.
@@ -87,8 +87,8 @@ export interface VirtualMachines {
87
87
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
88
88
  * connectivity.
89
89
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
90
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
91
- * in resource URIs.
90
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
91
+ * resource URIs.
92
92
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
93
93
  * containing lab. Used in resource URIs.
94
94
  * @param options The options parameters.
@@ -98,8 +98,8 @@ export interface VirtualMachines {
98
98
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
99
99
  * connectivity.
100
100
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
101
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
102
- * in resource URIs.
101
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
102
+ * resource URIs.
103
103
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
104
104
  * containing lab. Used in resource URIs.
105
105
  * @param options The options parameters.
@@ -108,8 +108,8 @@ export interface VirtualMachines {
108
108
  /**
109
109
  * Resets a lab virtual machine password.
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 virtualMachineName The ID of the virtual machine that uniquely identifies it within the
114
114
  * containing lab. Used in resource URIs.
115
115
  * @param body The request body.
@@ -119,8 +119,8 @@ export interface VirtualMachines {
119
119
  /**
120
120
  * Resets a lab virtual machine password.
121
121
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
122
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
123
- * in resource URIs.
122
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
123
+ * resource URIs.
124
124
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
125
125
  * containing lab. Used in resource URIs.
126
126
  * @param body The request body.