@azure/arm-labservices 1.1.1 → 2.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 (182) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +11 -14
  3. package/dist/arm-labservices.js +2913 -3372
  4. package/dist/arm-labservices.js.map +1 -1
  5. package/dist/arm-labservices.min.js +1 -1
  6. package/dist/arm-labservices.min.js.map +1 -1
  7. package/esm/{managedLabsClient.d.ts → labServicesClient.d.ts} +12 -13
  8. package/esm/labServicesClient.d.ts.map +1 -0
  9. package/esm/{managedLabsClient.js → labServicesClient.js} +17 -19
  10. package/esm/labServicesClient.js.map +1 -0
  11. package/esm/{managedLabsClientContext.d.ts → labServicesClientContext.d.ts} +6 -6
  12. package/esm/labServicesClientContext.d.ts.map +1 -0
  13. package/esm/{managedLabsClientContext.js → labServicesClientContext.js} +12 -13
  14. package/esm/labServicesClientContext.js.map +1 -0
  15. package/esm/models/imagesMappers.d.ts +2 -0
  16. package/esm/models/imagesMappers.d.ts.map +1 -0
  17. package/esm/models/imagesMappers.js +9 -0
  18. package/esm/models/imagesMappers.js.map +1 -0
  19. package/esm/models/index.d.ts +977 -1070
  20. package/esm/models/index.d.ts.map +1 -1
  21. package/esm/models/index.js +2 -2
  22. package/esm/models/labPlansMappers.d.ts +2 -0
  23. package/esm/models/labPlansMappers.d.ts.map +1 -0
  24. package/esm/models/labPlansMappers.js +9 -0
  25. package/esm/models/labPlansMappers.js.map +1 -0
  26. package/esm/models/labsMappers.d.ts +1 -1
  27. package/esm/models/labsMappers.d.ts.map +1 -1
  28. package/esm/models/labsMappers.js +3 -3
  29. package/esm/models/labsMappers.js.map +1 -1
  30. package/esm/models/mappers.d.ts +50 -65
  31. package/esm/models/mappers.d.ts.map +1 -1
  32. package/esm/models/mappers.js +1182 -1209
  33. package/esm/models/mappers.js.map +1 -1
  34. package/esm/models/operationResultsMappers.d.ts +2 -0
  35. package/esm/models/operationResultsMappers.d.ts.map +1 -0
  36. package/esm/models/operationResultsMappers.js +9 -0
  37. package/esm/models/operationResultsMappers.js.map +1 -0
  38. package/esm/models/operationsMappers.d.ts +1 -1
  39. package/esm/models/operationsMappers.d.ts.map +1 -1
  40. package/esm/models/operationsMappers.js +3 -3
  41. package/esm/models/operationsMappers.js.map +1 -1
  42. package/esm/models/parameters.d.ts +5 -9
  43. package/esm/models/parameters.d.ts.map +1 -1
  44. package/esm/models/parameters.js +69 -74
  45. package/esm/models/parameters.js.map +1 -1
  46. package/esm/models/schedulesMappers.d.ts +2 -0
  47. package/esm/models/schedulesMappers.d.ts.map +1 -0
  48. package/esm/models/schedulesMappers.js +9 -0
  49. package/esm/models/schedulesMappers.js.map +1 -0
  50. package/esm/models/usersMappers.d.ts +1 -1
  51. package/esm/models/usersMappers.d.ts.map +1 -1
  52. package/esm/models/usersMappers.js +3 -3
  53. package/esm/models/usersMappers.js.map +1 -1
  54. package/esm/models/virtualMachinesMappers.d.ts +2 -0
  55. package/esm/models/virtualMachinesMappers.d.ts.map +1 -0
  56. package/esm/models/virtualMachinesMappers.js +9 -0
  57. package/esm/models/virtualMachinesMappers.js.map +1 -0
  58. package/esm/operations/images.d.ts +147 -0
  59. package/esm/operations/images.d.ts.map +1 -0
  60. package/esm/operations/images.js +198 -0
  61. package/esm/operations/images.js.map +1 -0
  62. package/esm/operations/index.d.ts +5 -6
  63. package/esm/operations/index.d.ts.map +1 -1
  64. package/esm/operations/index.js +7 -9
  65. package/esm/operations/index.js.map +1 -1
  66. package/esm/operations/labPlans.d.ts +202 -0
  67. package/esm/operations/labPlans.d.ts.map +1 -0
  68. package/esm/operations/labPlans.js +419 -0
  69. package/esm/operations/labPlans.js.map +1 -0
  70. package/esm/operations/labs.d.ts +135 -117
  71. package/esm/operations/labs.d.ts.map +1 -1
  72. package/esm/operations/labs.js +233 -92
  73. package/esm/operations/labs.js.map +1 -1
  74. package/esm/operations/operationResults.d.ts +32 -0
  75. package/esm/operations/operationResults.d.ts.map +1 -0
  76. package/esm/operations/operationResults.js +56 -0
  77. package/esm/operations/operationResults.js.map +1 -0
  78. package/esm/operations/operations.d.ts +28 -14
  79. package/esm/operations/operations.d.ts.map +1 -1
  80. package/esm/operations/operations.js +36 -15
  81. package/esm/operations/operations.js.map +1 -1
  82. package/esm/operations/schedules.d.ts +181 -0
  83. package/esm/operations/schedules.d.ts.map +1 -0
  84. package/esm/operations/schedules.js +260 -0
  85. package/esm/operations/schedules.js.map +1 -0
  86. package/esm/operations/users.d.ts +123 -95
  87. package/esm/operations/users.d.ts.map +1 -1
  88. package/esm/operations/users.js +190 -69
  89. package/esm/operations/users.js.map +1 -1
  90. package/esm/operations/virtualMachines.d.ts +217 -0
  91. package/esm/operations/virtualMachines.d.ts.map +1 -0
  92. package/esm/operations/virtualMachines.js +425 -0
  93. package/esm/operations/virtualMachines.js.map +1 -0
  94. package/package.json +13 -13
  95. package/rollup.config.js +4 -4
  96. package/src/{managedLabsClient.ts → labServicesClient.ts} +21 -24
  97. package/src/{managedLabsClientContext.ts → labServicesClientContext.ts} +9 -10
  98. package/src/models/imagesMappers.ts +47 -0
  99. package/src/models/index.ts +992 -1091
  100. package/src/models/labPlansMappers.ts +50 -0
  101. package/src/models/labsMappers.ts +37 -28
  102. package/src/models/mappers.ts +1192 -1234
  103. package/src/models/operationResultsMappers.ts +14 -0
  104. package/src/models/operationsMappers.ts +8 -5
  105. package/src/models/parameters.ts +69 -74
  106. package/src/models/schedulesMappers.ts +47 -0
  107. package/src/models/usersMappers.ts +36 -27
  108. package/src/models/virtualMachinesMappers.ts +47 -0
  109. package/src/operations/images.ts +365 -0
  110. package/src/operations/index.ts +7 -9
  111. package/src/operations/labPlans.ts +578 -0
  112. package/src/operations/labs.ts +297 -215
  113. package/src/operations/operationResults.ts +83 -0
  114. package/src/operations/operations.ts +70 -30
  115. package/src/operations/schedules.ts +443 -0
  116. package/src/operations/users.ts +238 -160
  117. package/src/operations/virtualMachines.ts +551 -0
  118. package/tsconfig.json +1 -1
  119. package/esm/managedLabsClient.d.ts.map +0 -1
  120. package/esm/managedLabsClient.js.map +0 -1
  121. package/esm/managedLabsClientContext.d.ts.map +0 -1
  122. package/esm/managedLabsClientContext.js.map +0 -1
  123. package/esm/models/environmentSettingsMappers.d.ts +0 -2
  124. package/esm/models/environmentSettingsMappers.d.ts.map +0 -1
  125. package/esm/models/environmentSettingsMappers.js +0 -9
  126. package/esm/models/environmentSettingsMappers.js.map +0 -1
  127. package/esm/models/environmentsMappers.d.ts +0 -2
  128. package/esm/models/environmentsMappers.d.ts.map +0 -1
  129. package/esm/models/environmentsMappers.js +0 -9
  130. package/esm/models/environmentsMappers.js.map +0 -1
  131. package/esm/models/galleryImagesMappers.d.ts +0 -2
  132. package/esm/models/galleryImagesMappers.d.ts.map +0 -1
  133. package/esm/models/galleryImagesMappers.js +0 -9
  134. package/esm/models/galleryImagesMappers.js.map +0 -1
  135. package/esm/models/globalUsersMappers.d.ts +0 -2
  136. package/esm/models/globalUsersMappers.d.ts.map +0 -1
  137. package/esm/models/globalUsersMappers.js +0 -9
  138. package/esm/models/globalUsersMappers.js.map +0 -1
  139. package/esm/models/labAccountsMappers.d.ts +0 -2
  140. package/esm/models/labAccountsMappers.d.ts.map +0 -1
  141. package/esm/models/labAccountsMappers.js +0 -9
  142. package/esm/models/labAccountsMappers.js.map +0 -1
  143. package/esm/models/providerOperationsMappers.d.ts +0 -2
  144. package/esm/models/providerOperationsMappers.d.ts.map +0 -1
  145. package/esm/models/providerOperationsMappers.js +0 -9
  146. package/esm/models/providerOperationsMappers.js.map +0 -1
  147. package/esm/operations/environmentSettings.d.ts +0 -262
  148. package/esm/operations/environmentSettings.d.ts.map +0 -1
  149. package/esm/operations/environmentSettings.js +0 -479
  150. package/esm/operations/environmentSettings.js.map +0 -1
  151. package/esm/operations/environments.d.ts +0 -279
  152. package/esm/operations/environments.d.ts.map +0 -1
  153. package/esm/operations/environments.js +0 -504
  154. package/esm/operations/environments.js.map +0 -1
  155. package/esm/operations/galleryImages.d.ts +0 -154
  156. package/esm/operations/galleryImages.d.ts.map +0 -1
  157. package/esm/operations/galleryImages.js +0 -234
  158. package/esm/operations/galleryImages.js.map +0 -1
  159. package/esm/operations/globalUsers.d.ts +0 -220
  160. package/esm/operations/globalUsers.d.ts.map +0 -1
  161. package/esm/operations/globalUsers.js +0 -411
  162. package/esm/operations/globalUsers.js.map +0 -1
  163. package/esm/operations/labAccounts.d.ts +0 -216
  164. package/esm/operations/labAccounts.d.ts.map +0 -1
  165. package/esm/operations/labAccounts.js +0 -364
  166. package/esm/operations/labAccounts.js.map +0 -1
  167. package/esm/operations/providerOperations.d.ts +0 -46
  168. package/esm/operations/providerOperations.d.ts.map +0 -1
  169. package/esm/operations/providerOperations.js +0 -77
  170. package/esm/operations/providerOperations.js.map +0 -1
  171. package/src/models/environmentSettingsMappers.ts +0 -40
  172. package/src/models/environmentsMappers.ts +0 -40
  173. package/src/models/galleryImagesMappers.ts +0 -39
  174. package/src/models/globalUsersMappers.ts +0 -29
  175. package/src/models/labAccountsMappers.ts +0 -47
  176. package/src/models/providerOperationsMappers.ts +0 -14
  177. package/src/operations/environmentSettings.ts +0 -705
  178. package/src/operations/environments.ts +0 -741
  179. package/src/operations/galleryImages.ts +0 -413
  180. package/src/operations/globalUsers.ts +0 -644
  181. package/src/operations/labAccounts.ts +0 -613
  182. package/src/operations/providerOperations.ts +0 -123
@@ -0,0 +1,551 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is
7
+ * regenerated.
8
+ */
9
+
10
+ import * as msRest from "@azure/ms-rest-js";
11
+ import * as msRestAzure from "@azure/ms-rest-azure-js";
12
+ import * as Models from "../models";
13
+ import * as Mappers from "../models/virtualMachinesMappers";
14
+ import * as Parameters from "../models/parameters";
15
+ import { LabServicesClientContext } from "../labServicesClientContext";
16
+
17
+ /** Class representing a VirtualMachines. */
18
+ export class VirtualMachines {
19
+ private readonly client: LabServicesClientContext;
20
+
21
+ /**
22
+ * Create a VirtualMachines.
23
+ * @param {LabServicesClientContext} client Reference to the service client.
24
+ */
25
+ constructor(client: LabServicesClientContext) {
26
+ this.client = client;
27
+ }
28
+
29
+ /**
30
+ * Returns a list of all virtual machines for a lab.
31
+ * @summary Get all virtual machines for a lab.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
34
+ * Used in resource URIs.
35
+ * @param [options] The optional parameters
36
+ * @returns Promise<Models.VirtualMachinesListByLabResponse>
37
+ */
38
+ listByLab(resourceGroupName: string, labName: string, options?: Models.VirtualMachinesListByLabOptionalParams): Promise<Models.VirtualMachinesListByLabResponse>;
39
+ /**
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
42
+ * Used in resource URIs.
43
+ * @param callback The callback
44
+ */
45
+ listByLab(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.PagedVirtualMachines>): void;
46
+ /**
47
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
49
+ * Used in resource URIs.
50
+ * @param options The optional parameters
51
+ * @param callback The callback
52
+ */
53
+ listByLab(resourceGroupName: string, labName: string, options: Models.VirtualMachinesListByLabOptionalParams, callback: msRest.ServiceCallback<Models.PagedVirtualMachines>): void;
54
+ listByLab(resourceGroupName: string, labName: string, options?: Models.VirtualMachinesListByLabOptionalParams | msRest.ServiceCallback<Models.PagedVirtualMachines>, callback?: msRest.ServiceCallback<Models.PagedVirtualMachines>): Promise<Models.VirtualMachinesListByLabResponse> {
55
+ return this.client.sendOperationRequest(
56
+ {
57
+ resourceGroupName,
58
+ labName,
59
+ options
60
+ },
61
+ listByLabOperationSpec,
62
+ callback) as Promise<Models.VirtualMachinesListByLabResponse>;
63
+ }
64
+
65
+ /**
66
+ * Returns the properties for a lab virtual machine.
67
+ * @summary Get a lab virtual machine.
68
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
69
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
70
+ * Used in resource URIs.
71
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
72
+ * containing lab. Used in resource URIs.
73
+ * @param [options] The optional parameters
74
+ * @returns Promise<Models.VirtualMachinesGetResponse>
75
+ */
76
+ get(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesGetResponse>;
77
+ /**
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.
80
+ * Used in resource URIs.
81
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
82
+ * containing lab. Used in resource URIs.
83
+ * @param callback The callback
84
+ */
85
+ get(resourceGroupName: string, labName: string, virtualMachineName: string, callback: msRest.ServiceCallback<Models.VirtualMachine>): void;
86
+ /**
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.
89
+ * Used in resource URIs.
90
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
91
+ * containing lab. Used in resource URIs.
92
+ * @param options The optional parameters
93
+ * @param callback The callback
94
+ */
95
+ get(resourceGroupName: string, labName: string, virtualMachineName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualMachine>): void;
96
+ get(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualMachine>, callback?: msRest.ServiceCallback<Models.VirtualMachine>): Promise<Models.VirtualMachinesGetResponse> {
97
+ return this.client.sendOperationRequest(
98
+ {
99
+ resourceGroupName,
100
+ labName,
101
+ virtualMachineName,
102
+ options
103
+ },
104
+ getOperationSpec,
105
+ callback) as Promise<Models.VirtualMachinesGetResponse>;
106
+ }
107
+
108
+ /**
109
+ * Action to start a lab virtual machine.
110
+ * @summary Start a lab virtual machine.
111
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
112
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
113
+ * Used in resource URIs.
114
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
115
+ * containing lab. Used in resource URIs.
116
+ * @param [options] The optional parameters
117
+ * @returns Promise<msRest.RestResponse>
118
+ */
119
+ start(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
120
+ return this.beginStart(resourceGroupName,labName,virtualMachineName,options)
121
+ .then(lroPoller => lroPoller.pollUntilFinished());
122
+ }
123
+
124
+ /**
125
+ * Action to stop a lab virtual machine.
126
+ * @summary Stop a lab virtual machine.
127
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
128
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
129
+ * Used in resource URIs.
130
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
131
+ * containing lab. Used in resource URIs.
132
+ * @param [options] The optional parameters
133
+ * @returns Promise<msRest.RestResponse>
134
+ */
135
+ stop(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
136
+ return this.beginStop(resourceGroupName,labName,virtualMachineName,options)
137
+ .then(lroPoller => lroPoller.pollUntilFinished());
138
+ }
139
+
140
+ /**
141
+ * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the
142
+ * latest published snapshot of the reference environment of the lab.
143
+ * @summary Re-image a lab virtual machine.
144
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
145
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
146
+ * Used in resource URIs.
147
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
148
+ * containing lab. Used in resource URIs.
149
+ * @param [options] The optional parameters
150
+ * @returns Promise<msRest.RestResponse>
151
+ */
152
+ reimage(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
153
+ return this.beginReimage(resourceGroupName,labName,virtualMachineName,options)
154
+ .then(lroPoller => lroPoller.pollUntilFinished());
155
+ }
156
+
157
+ /**
158
+ * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
159
+ * connectivity.
160
+ * @summary Redeploy a lab virtual machine to a different compute node. For troubleshooting
161
+ * connectivity.
162
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
163
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
164
+ * Used in resource URIs.
165
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
166
+ * containing lab. Used in resource URIs.
167
+ * @param [options] The optional parameters
168
+ * @returns Promise<msRest.RestResponse>
169
+ */
170
+ redeploy(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
171
+ return this.beginRedeploy(resourceGroupName,labName,virtualMachineName,options)
172
+ .then(lroPoller => lroPoller.pollUntilFinished());
173
+ }
174
+
175
+ /**
176
+ * Resets a lab virtual machine password.
177
+ * @summary Reset a lab virtual machine password.
178
+ * @param body The request body.
179
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
180
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
181
+ * Used in resource URIs.
182
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
183
+ * containing lab. Used in resource URIs.
184
+ * @param [options] The optional parameters
185
+ * @returns Promise<msRest.RestResponse>
186
+ */
187
+ resetPassword(body: Models.ResetPasswordBody, resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
188
+ return this.beginResetPassword(body,resourceGroupName,labName,virtualMachineName,options)
189
+ .then(lroPoller => lroPoller.pollUntilFinished());
190
+ }
191
+
192
+ /**
193
+ * Action to start a lab virtual machine.
194
+ * @summary Start a lab virtual machine.
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.
197
+ * Used in resource URIs.
198
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
199
+ * containing lab. Used in resource URIs.
200
+ * @param [options] The optional parameters
201
+ * @returns Promise<msRestAzure.LROPoller>
202
+ */
203
+ beginStart(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {
204
+ return this.client.sendLRORequest(
205
+ {
206
+ resourceGroupName,
207
+ labName,
208
+ virtualMachineName,
209
+ options
210
+ },
211
+ beginStartOperationSpec,
212
+ options);
213
+ }
214
+
215
+ /**
216
+ * Action to stop a lab virtual machine.
217
+ * @summary Stop a lab virtual machine.
218
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
219
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
220
+ * Used in resource URIs.
221
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
222
+ * containing lab. Used in resource URIs.
223
+ * @param [options] The optional parameters
224
+ * @returns Promise<msRestAzure.LROPoller>
225
+ */
226
+ beginStop(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {
227
+ return this.client.sendLRORequest(
228
+ {
229
+ resourceGroupName,
230
+ labName,
231
+ virtualMachineName,
232
+ options
233
+ },
234
+ beginStopOperationSpec,
235
+ options);
236
+ }
237
+
238
+ /**
239
+ * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the
240
+ * latest published snapshot of the reference environment of the lab.
241
+ * @summary Re-image a lab virtual machine.
242
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
243
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
244
+ * Used in resource URIs.
245
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
246
+ * containing lab. Used in resource URIs.
247
+ * @param [options] The optional parameters
248
+ * @returns Promise<msRestAzure.LROPoller>
249
+ */
250
+ beginReimage(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {
251
+ return this.client.sendLRORequest(
252
+ {
253
+ resourceGroupName,
254
+ labName,
255
+ virtualMachineName,
256
+ options
257
+ },
258
+ beginReimageOperationSpec,
259
+ options);
260
+ }
261
+
262
+ /**
263
+ * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
264
+ * connectivity.
265
+ * @summary Redeploy a lab virtual machine to a different compute node. For troubleshooting
266
+ * connectivity.
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.
269
+ * Used in resource URIs.
270
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
271
+ * containing lab. Used in resource URIs.
272
+ * @param [options] The optional parameters
273
+ * @returns Promise<msRestAzure.LROPoller>
274
+ */
275
+ beginRedeploy(resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {
276
+ return this.client.sendLRORequest(
277
+ {
278
+ resourceGroupName,
279
+ labName,
280
+ virtualMachineName,
281
+ options
282
+ },
283
+ beginRedeployOperationSpec,
284
+ options);
285
+ }
286
+
287
+ /**
288
+ * Resets a lab virtual machine password.
289
+ * @summary Reset a lab virtual machine password.
290
+ * @param body The request body.
291
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
292
+ * @param labName The name of the lab that uniquely identifies it within containing lab account.
293
+ * Used in resource URIs.
294
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
295
+ * containing lab. Used in resource URIs.
296
+ * @param [options] The optional parameters
297
+ * @returns Promise<msRestAzure.LROPoller>
298
+ */
299
+ beginResetPassword(body: Models.ResetPasswordBody, resourceGroupName: string, labName: string, virtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {
300
+ return this.client.sendLRORequest(
301
+ {
302
+ body,
303
+ resourceGroupName,
304
+ labName,
305
+ virtualMachineName,
306
+ options
307
+ },
308
+ beginResetPasswordOperationSpec,
309
+ options);
310
+ }
311
+
312
+ /**
313
+ * Returns a list of all virtual machines for a lab.
314
+ * @summary Get all virtual machines for a lab.
315
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
316
+ * @param [options] The optional parameters
317
+ * @returns Promise<Models.VirtualMachinesListByLabNextResponse>
318
+ */
319
+ listByLabNext(nextPageLink: string, options?: Models.VirtualMachinesListByLabNextOptionalParams): Promise<Models.VirtualMachinesListByLabNextResponse>;
320
+ /**
321
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
322
+ * @param callback The callback
323
+ */
324
+ listByLabNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PagedVirtualMachines>): void;
325
+ /**
326
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
327
+ * @param options The optional parameters
328
+ * @param callback The callback
329
+ */
330
+ listByLabNext(nextPageLink: string, options: Models.VirtualMachinesListByLabNextOptionalParams, callback: msRest.ServiceCallback<Models.PagedVirtualMachines>): void;
331
+ listByLabNext(nextPageLink: string, options?: Models.VirtualMachinesListByLabNextOptionalParams | msRest.ServiceCallback<Models.PagedVirtualMachines>, callback?: msRest.ServiceCallback<Models.PagedVirtualMachines>): Promise<Models.VirtualMachinesListByLabNextResponse> {
332
+ return this.client.sendOperationRequest(
333
+ {
334
+ nextPageLink,
335
+ options
336
+ },
337
+ listByLabNextOperationSpec,
338
+ callback) as Promise<Models.VirtualMachinesListByLabNextResponse>;
339
+ }
340
+ }
341
+
342
+ // Operation Specifications
343
+ const serializer = new msRest.Serializer(Mappers);
344
+ const listByLabOperationSpec: msRest.OperationSpec = {
345
+ httpMethod: "GET",
346
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines",
347
+ urlParameters: [
348
+ Parameters.subscriptionId,
349
+ Parameters.resourceGroupName,
350
+ Parameters.labName
351
+ ],
352
+ queryParameters: [
353
+ Parameters.apiVersion,
354
+ Parameters.filter
355
+ ],
356
+ headerParameters: [
357
+ Parameters.acceptLanguage
358
+ ],
359
+ responses: {
360
+ 200: {
361
+ bodyMapper: Mappers.PagedVirtualMachines
362
+ },
363
+ default: {
364
+ bodyMapper: Mappers.ErrorResponse
365
+ }
366
+ },
367
+ serializer
368
+ };
369
+
370
+ const getOperationSpec: msRest.OperationSpec = {
371
+ httpMethod: "GET",
372
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}",
373
+ urlParameters: [
374
+ Parameters.subscriptionId,
375
+ Parameters.resourceGroupName,
376
+ Parameters.labName,
377
+ Parameters.virtualMachineName
378
+ ],
379
+ queryParameters: [
380
+ Parameters.apiVersion
381
+ ],
382
+ headerParameters: [
383
+ Parameters.acceptLanguage
384
+ ],
385
+ responses: {
386
+ 200: {
387
+ bodyMapper: Mappers.VirtualMachine
388
+ },
389
+ default: {
390
+ bodyMapper: Mappers.ErrorResponse
391
+ }
392
+ },
393
+ serializer
394
+ };
395
+
396
+ const beginStartOperationSpec: msRest.OperationSpec = {
397
+ httpMethod: "POST",
398
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/start",
399
+ urlParameters: [
400
+ Parameters.subscriptionId,
401
+ Parameters.resourceGroupName,
402
+ Parameters.labName,
403
+ Parameters.virtualMachineName
404
+ ],
405
+ queryParameters: [
406
+ Parameters.apiVersion
407
+ ],
408
+ headerParameters: [
409
+ Parameters.acceptLanguage
410
+ ],
411
+ responses: {
412
+ 200: {},
413
+ 202: {},
414
+ default: {
415
+ bodyMapper: Mappers.ErrorResponse
416
+ }
417
+ },
418
+ serializer
419
+ };
420
+
421
+ const beginStopOperationSpec: msRest.OperationSpec = {
422
+ httpMethod: "POST",
423
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/stop",
424
+ urlParameters: [
425
+ Parameters.subscriptionId,
426
+ Parameters.resourceGroupName,
427
+ Parameters.labName,
428
+ Parameters.virtualMachineName
429
+ ],
430
+ queryParameters: [
431
+ Parameters.apiVersion
432
+ ],
433
+ headerParameters: [
434
+ Parameters.acceptLanguage
435
+ ],
436
+ responses: {
437
+ 200: {},
438
+ 202: {},
439
+ default: {
440
+ bodyMapper: Mappers.ErrorResponse
441
+ }
442
+ },
443
+ serializer
444
+ };
445
+
446
+ const beginReimageOperationSpec: msRest.OperationSpec = {
447
+ httpMethod: "POST",
448
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/reimage",
449
+ urlParameters: [
450
+ Parameters.subscriptionId,
451
+ Parameters.resourceGroupName,
452
+ Parameters.labName,
453
+ Parameters.virtualMachineName
454
+ ],
455
+ queryParameters: [
456
+ Parameters.apiVersion
457
+ ],
458
+ headerParameters: [
459
+ Parameters.acceptLanguage
460
+ ],
461
+ responses: {
462
+ 200: {},
463
+ 202: {},
464
+ default: {
465
+ bodyMapper: Mappers.ErrorResponse
466
+ }
467
+ },
468
+ serializer
469
+ };
470
+
471
+ const beginRedeployOperationSpec: msRest.OperationSpec = {
472
+ httpMethod: "POST",
473
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/redeploy",
474
+ urlParameters: [
475
+ Parameters.subscriptionId,
476
+ Parameters.resourceGroupName,
477
+ Parameters.labName,
478
+ Parameters.virtualMachineName
479
+ ],
480
+ queryParameters: [
481
+ Parameters.apiVersion
482
+ ],
483
+ headerParameters: [
484
+ Parameters.acceptLanguage
485
+ ],
486
+ responses: {
487
+ 200: {},
488
+ 202: {},
489
+ default: {
490
+ bodyMapper: Mappers.ErrorResponse
491
+ }
492
+ },
493
+ serializer
494
+ };
495
+
496
+ const beginResetPasswordOperationSpec: msRest.OperationSpec = {
497
+ httpMethod: "POST",
498
+ path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/resetPassword",
499
+ urlParameters: [
500
+ Parameters.subscriptionId,
501
+ Parameters.resourceGroupName,
502
+ Parameters.labName,
503
+ Parameters.virtualMachineName
504
+ ],
505
+ queryParameters: [
506
+ Parameters.apiVersion
507
+ ],
508
+ headerParameters: [
509
+ Parameters.acceptLanguage
510
+ ],
511
+ requestBody: {
512
+ parameterPath: "body",
513
+ mapper: {
514
+ ...Mappers.ResetPasswordBody,
515
+ required: true
516
+ }
517
+ },
518
+ responses: {
519
+ 200: {},
520
+ 202: {},
521
+ default: {
522
+ bodyMapper: Mappers.ErrorResponse
523
+ }
524
+ },
525
+ serializer
526
+ };
527
+
528
+ const listByLabNextOperationSpec: msRest.OperationSpec = {
529
+ httpMethod: "GET",
530
+ baseUrl: "https://management.azure.com",
531
+ path: "{nextLink}",
532
+ urlParameters: [
533
+ Parameters.nextPageLink
534
+ ],
535
+ queryParameters: [
536
+ Parameters.apiVersion,
537
+ Parameters.filter
538
+ ],
539
+ headerParameters: [
540
+ Parameters.acceptLanguage
541
+ ],
542
+ responses: {
543
+ 200: {
544
+ bodyMapper: Mappers.PagedVirtualMachines
545
+ },
546
+ default: {
547
+ bodyMapper: Mappers.ErrorResponse
548
+ }
549
+ },
550
+ serializer
551
+ };
package/tsconfig.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "esModuleInterop": true,
10
10
  "allowSyntheticDefaultImports": true,
11
11
  "forceConsistentCasingInFileNames": true,
12
- "lib": ["es6"],
12
+ "lib": ["es6", "dom"],
13
13
  "declaration": true,
14
14
  "outDir": "./esm",
15
15
  "importHelpers": true
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedLabsClient.d.ts","sourceRoot":"","sources":["../src/managedLabsClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,cAAM,iBAAkB,SAAQ,wBAAwB;IAEtD,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IACpC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IACpC,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;IACxC,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IACtB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,CAAC;IACpD,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;IAExB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wBAAwB;CAY9I;AAID,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,MAAM,IAAI,iBAAiB,EAC3B,OAAO,IAAI,kBAAkB,EAC9B,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedLabsClient.js","sourceRoot":"","sources":["../src/managedLabsClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE;IAAgC,qCAAwB;IAYtD;;;;;;;;;;OAUG;IACH,2BAAY,WAA8D,EAAE,cAAsB,EAAE,OAAyC;QAA7I,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAU5C;QATC,KAAI,CAAC,kBAAkB,GAAG,IAAI,UAAU,CAAC,kBAAkB,CAAC,KAAI,CAAC,CAAC;QAClE,KAAI,CAAC,WAAW,GAAG,IAAI,UAAU,CAAC,WAAW,CAAC,KAAI,CAAC,CAAC;QACpD,KAAI,CAAC,WAAW,GAAG,IAAI,UAAU,CAAC,WAAW,CAAC,KAAI,CAAC,CAAC;QACpD,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,aAAa,GAAG,IAAI,UAAU,CAAC,aAAa,CAAC,KAAI,CAAC,CAAC;QACxD,KAAI,CAAC,IAAI,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,KAAI,CAAC,CAAC;QACtC,KAAI,CAAC,mBAAmB,GAAG,IAAI,UAAU,CAAC,mBAAmB,CAAC,KAAI,CAAC,CAAC;QACpE,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,KAAK,GAAG,IAAI,UAAU,CAAC,KAAK,CAAC,KAAI,CAAC,CAAC;;IAC1C,CAAC;IACH,wBAAC;AAAD,CAAC,AAnCD,CAAgC,wBAAwB,GAmCvD;AAED,2BAA2B;AAE3B,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,MAAM,IAAI,iBAAiB,EAC3B,OAAO,IAAI,kBAAkB,EAC9B,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedLabsClientContext.d.ts","sourceRoot":"","sources":["../src/managedLabsClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,wBAAyB,SAAQ,WAAW,CAAC,kBAAkB;IAC1E,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wBAAwB;CAiC9I"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedLabsClientContext.js","sourceRoot":"","sources":["../src/managedLabsClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,wBAAwB,CAAC;AAC7C,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA8C,4CAA8B;IAK1E;;;;;;;;;;OAUG;IACH,kCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAyC;QAA7I,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,+BAAC;AAAD,CAAC,AAjDD,CAA8C,WAAW,CAAC,kBAAkB,GAiD3E"}
@@ -1,2 +0,0 @@
1
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, PublishPayload, ReferenceVm, ReferenceVmFragment, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationEnvironmentSetting, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
2
- //# sourceMappingURL=environmentSettingsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentSettingsMappers.d.ts","sourceRoot":"","sources":["../../src/models/environmentSettingsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,0CAA0C,EAC1C,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, PublishPayload, ReferenceVm, ReferenceVmFragment, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationEnvironmentSetting, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
9
- //# sourceMappingURL=environmentSettingsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentSettingsMappers.js","sourceRoot":"","sources":["../../src/models/environmentSettingsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,0CAA0C,EAC1C,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, ReferenceVm, ReferenceVmFragment, ResetPasswordPayload, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationEnvironment, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
2
- //# sourceMappingURL=environmentsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentsMappers.d.ts","sourceRoot":"","sources":["../../src/models/environmentsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,mCAAmC,EACnC,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, ReferenceVm, ReferenceVmFragment, ResetPasswordPayload, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationEnvironment, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
9
- //# sourceMappingURL=environmentsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environmentsMappers.js","sourceRoot":"","sources":["../../src/models/environmentsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,mCAAmC,EACnC,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, ReferenceVm, ReferenceVmFragment, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationGalleryImage, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
2
- //# sourceMappingURL=galleryImagesMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"galleryImagesMappers.d.ts","sourceRoot":"","sources":["../../src/models/galleryImagesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,mBAAmB,EACnB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,oCAAoC,EACpC,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { BaseResource, CloudError, Environment, EnvironmentFragment, EnvironmentSetting, EnvironmentSettingFragment, EnvironmentSize, GalleryImage, GalleryImageFragment, GalleryImageReference, Lab, LabAccount, LabAccountFragment, LabFragment, LatestOperationResult, NetworkInterface, ReferenceVm, ReferenceVmFragment, Resource, ResourceSet, ResourceSetFragment, ResourceSettings, ResourceSettingsFragment, ResponseWithContinuationGalleryImage, SizeConfigurationProperties, SizeInfo, User, UserFragment, VmStateDetails } from "../models/mappers";
9
- //# sourceMappingURL=galleryImagesMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"galleryImagesMappers.js","sourceRoot":"","sources":["../../src/models/galleryImagesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,GAAG,EACH,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,mBAAmB,EACnB,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,oCAAoC,EACpC,2BAA2B,EAC3B,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,cAAc,EACf,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { CloudError, EnvironmentDetails, EnvironmentOperationsPayload, GetEnvironmentResponse, GetPersonalPreferencesResponse, LabDetails, LatestOperationResult, ListEnvironmentsPayload, ListEnvironmentsResponse, ListLabsResponse, OperationBatchStatusPayload, OperationBatchStatusResponse, OperationBatchStatusResponseItem, OperationStatusPayload, OperationStatusResponse, PersonalPreferencesOperationsPayload, RegisterPayload, ResetPasswordPayload, VirtualMachineDetails } from "../models/mappers";
2
- //# sourceMappingURL=globalUsersMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"globalUsersMappers.d.ts","sourceRoot":"","sources":["../../src/models/globalUsersMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,UAAU,EACV,kBAAkB,EAClB,4BAA4B,EAC5B,sBAAsB,EACtB,8BAA8B,EAC9B,UAAU,EACV,qBAAqB,EACrB,uBAAuB,EACvB,wBAAwB,EACxB,gBAAgB,EAChB,2BAA2B,EAC3B,4BAA4B,EAC5B,gCAAgC,EAChC,sBAAsB,EACtB,uBAAuB,EACvB,oCAAoC,EACpC,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}