@azure/arm-batch 9.1.1-alpha.20240313.1 → 9.2.0-alpha.20240315.1

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 (133) hide show
  1. package/CHANGELOG.md +12 -10
  2. package/LICENSE +1 -1
  3. package/dist/index.js +1815 -1675
  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/applicationCreateSample.js +3 -3
  8. package/dist-esm/samples-dev/applicationCreateSample.js.map +1 -1
  9. package/dist-esm/samples-dev/applicationDeleteSample.js +1 -1
  10. package/dist-esm/samples-dev/applicationGetSample.js +1 -1
  11. package/dist-esm/samples-dev/applicationListSample.js +1 -1
  12. package/dist-esm/samples-dev/applicationPackageActivateSample.js +2 -2
  13. package/dist-esm/samples-dev/applicationPackageActivateSample.js.map +1 -1
  14. package/dist-esm/samples-dev/applicationPackageCreateSample.js +1 -1
  15. package/dist-esm/samples-dev/applicationPackageDeleteSample.js +1 -1
  16. package/dist-esm/samples-dev/applicationPackageGetSample.js +1 -1
  17. package/dist-esm/samples-dev/applicationPackageListSample.js +1 -1
  18. package/dist-esm/samples-dev/applicationUpdateSample.js +2 -2
  19. package/dist-esm/samples-dev/batchAccountCreateSample.js +20 -20
  20. package/dist-esm/samples-dev/batchAccountCreateSample.js.map +1 -1
  21. package/dist-esm/samples-dev/batchAccountDeleteSample.js +1 -1
  22. package/dist-esm/samples-dev/batchAccountGetDetectorSample.js +1 -1
  23. package/dist-esm/samples-dev/batchAccountGetKeysSample.js +1 -1
  24. package/dist-esm/samples-dev/batchAccountGetSample.js +2 -2
  25. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +1 -1
  26. package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +1 -1
  27. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +3 -3
  28. package/dist-esm/samples-dev/batchAccountListSample.js +1 -1
  29. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js +3 -3
  30. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js.map +1 -1
  31. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js +1 -1
  32. package/dist-esm/samples-dev/batchAccountUpdateSample.js +4 -4
  33. package/dist-esm/samples-dev/batchAccountUpdateSample.js.map +1 -1
  34. package/dist-esm/samples-dev/certificateCancelDeletionSample.js +1 -1
  35. package/dist-esm/samples-dev/certificateCreateSample.js +7 -7
  36. package/dist-esm/samples-dev/certificateCreateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/certificateDeleteSample.js +1 -1
  38. package/dist-esm/samples-dev/certificateGetSample.js +2 -2
  39. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +4 -4
  40. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js.map +1 -1
  41. package/dist-esm/samples-dev/certificateUpdateSample.js +3 -3
  42. package/dist-esm/samples-dev/certificateUpdateSample.js.map +1 -1
  43. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js +5 -5
  44. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js.map +1 -1
  45. package/dist-esm/samples-dev/locationGetQuotasSample.js +1 -1
  46. package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js +1 -1
  47. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +1 -1
  48. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  49. package/dist-esm/samples-dev/poolCreateSample.js +178 -118
  50. package/dist-esm/samples-dev/poolCreateSample.js.map +1 -1
  51. package/dist-esm/samples-dev/poolDeleteSample.js +1 -1
  52. package/dist-esm/samples-dev/poolDisableAutoScaleSample.js +1 -1
  53. package/dist-esm/samples-dev/poolGetSample.js +25 -6
  54. package/dist-esm/samples-dev/poolGetSample.js.map +1 -1
  55. package/dist-esm/samples-dev/poolListByBatchAccountSample.js +3 -3
  56. package/dist-esm/samples-dev/poolListByBatchAccountSample.js.map +1 -1
  57. package/dist-esm/samples-dev/poolStopResizeSample.js +1 -1
  58. package/dist-esm/samples-dev/poolUpdateSample.js +14 -14
  59. package/dist-esm/samples-dev/poolUpdateSample.js.map +1 -1
  60. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +1 -1
  61. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -1
  62. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +1 -1
  63. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +1 -1
  64. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +4 -4
  65. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +1 -1
  66. package/dist-esm/samples-dev/privateLinkResourceGetSample.js +1 -1
  67. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +1 -1
  68. package/dist-esm/src/batchManagementClient.js +11 -10
  69. package/dist-esm/src/batchManagementClient.js.map +1 -1
  70. package/dist-esm/src/lroImpl.js +1 -1
  71. package/dist-esm/src/models/index.d.ts +46 -0
  72. package/dist-esm/src/models/index.d.ts.map +1 -1
  73. package/dist-esm/src/models/index.js.map +1 -1
  74. package/dist-esm/src/models/mappers.d.ts +3 -0
  75. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  76. package/dist-esm/src/models/mappers.js +1367 -1231
  77. package/dist-esm/src/models/mappers.js.map +1 -1
  78. package/dist-esm/src/models/parameters.js +87 -87
  79. package/dist-esm/src/models/parameters.js.map +1 -1
  80. package/dist-esm/src/operations/applicationOperations.js +30 -30
  81. package/dist-esm/src/operations/applicationOperations.js.map +1 -1
  82. package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -1
  83. package/dist-esm/src/operations/applicationPackageOperations.js +31 -31
  84. package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -1
  85. package/dist-esm/src/operations/batchAccountOperations.d.ts +2 -2
  86. package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -1
  87. package/dist-esm/src/operations/batchAccountOperations.js +95 -95
  88. package/dist-esm/src/operations/batchAccountOperations.js.map +1 -1
  89. package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -1
  90. package/dist-esm/src/operations/certificateOperations.js +43 -43
  91. package/dist-esm/src/operations/certificateOperations.js.map +1 -1
  92. package/dist-esm/src/operations/location.js +34 -34
  93. package/dist-esm/src/operations/location.js.map +1 -1
  94. package/dist-esm/src/operations/operations.js +9 -9
  95. package/dist-esm/src/operations/poolOperations.d.ts.map +1 -1
  96. package/dist-esm/src/operations/poolOperations.js +48 -48
  97. package/dist-esm/src/operations/poolOperations.js.map +1 -1
  98. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -1
  99. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +45 -45
  100. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -1
  101. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -1
  102. package/dist-esm/src/operations/privateLinkResourceOperations.js +16 -16
  103. package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -1
  104. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +1 -1
  105. package/dist-esm/test/batch_examples.js +1 -1
  106. package/dist-esm/test/batch_examples.js.map +1 -1
  107. package/package.json +3 -4
  108. package/review/arm-batch.api.md +31 -0
  109. package/src/batchManagementClient.ts +22 -22
  110. package/src/lroImpl.ts +3 -3
  111. package/src/models/index.ts +74 -14
  112. package/src/models/mappers.ts +1459 -1314
  113. package/src/models/parameters.ts +88 -88
  114. package/src/operations/applicationOperations.ts +54 -59
  115. package/src/operations/applicationPackageOperations.ts +59 -63
  116. package/src/operations/batchAccountOperations.ts +211 -223
  117. package/src/operations/certificateOperations.ts +80 -87
  118. package/src/operations/location.ts +96 -98
  119. package/src/operations/operations.ts +16 -16
  120. package/src/operations/poolOperations.ts +88 -96
  121. package/src/operations/privateEndpointConnectionOperations.ts +86 -91
  122. package/src/operations/privateLinkResourceOperations.ts +35 -36
  123. package/src/operationsInterfaces/applicationOperations.ts +6 -6
  124. package/src/operationsInterfaces/applicationPackageOperations.ts +6 -6
  125. package/src/operationsInterfaces/batchAccountOperations.ts +16 -16
  126. package/src/operationsInterfaces/certificateOperations.ts +8 -8
  127. package/src/operationsInterfaces/location.ts +5 -5
  128. package/src/operationsInterfaces/operations.ts +1 -1
  129. package/src/operationsInterfaces/poolOperations.ts +9 -9
  130. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +7 -7
  131. package/src/operationsInterfaces/privateLinkResourceOperations.ts +3 -3
  132. package/src/pagingHelper.ts +1 -1
  133. package/types/arm-batch.d.ts +51 -1
@@ -14,65 +14,65 @@ export const BatchAccountCreateParameters = {
14
14
  serializedName: "location",
15
15
  required: true,
16
16
  type: {
17
- name: "String"
18
- }
17
+ name: "String",
18
+ },
19
19
  },
20
20
  tags: {
21
21
  serializedName: "tags",
22
22
  type: {
23
23
  name: "Dictionary",
24
- value: { type: { name: "String" } }
25
- }
24
+ value: { type: { name: "String" } },
25
+ },
26
26
  },
27
27
  identity: {
28
28
  serializedName: "identity",
29
29
  type: {
30
30
  name: "Composite",
31
- className: "BatchAccountIdentity"
32
- }
31
+ className: "BatchAccountIdentity",
32
+ },
33
33
  },
34
34
  autoStorage: {
35
35
  serializedName: "properties.autoStorage",
36
36
  type: {
37
37
  name: "Composite",
38
- className: "AutoStorageBaseProperties"
39
- }
38
+ className: "AutoStorageBaseProperties",
39
+ },
40
40
  },
41
41
  poolAllocationMode: {
42
42
  serializedName: "properties.poolAllocationMode",
43
43
  type: {
44
44
  name: "Enum",
45
- allowedValues: ["BatchService", "UserSubscription"]
46
- }
45
+ allowedValues: ["BatchService", "UserSubscription"],
46
+ },
47
47
  },
48
48
  keyVaultReference: {
49
49
  serializedName: "properties.keyVaultReference",
50
50
  type: {
51
51
  name: "Composite",
52
- className: "KeyVaultReference"
53
- }
52
+ className: "KeyVaultReference",
53
+ },
54
54
  },
55
55
  publicNetworkAccess: {
56
56
  defaultValue: "Enabled",
57
57
  serializedName: "properties.publicNetworkAccess",
58
58
  type: {
59
59
  name: "Enum",
60
- allowedValues: ["Enabled", "Disabled"]
61
- }
60
+ allowedValues: ["Enabled", "Disabled"],
61
+ },
62
62
  },
63
63
  networkProfile: {
64
64
  serializedName: "properties.networkProfile",
65
65
  type: {
66
66
  name: "Composite",
67
- className: "NetworkProfile"
68
- }
67
+ className: "NetworkProfile",
68
+ },
69
69
  },
70
70
  encryption: {
71
71
  serializedName: "properties.encryption",
72
72
  type: {
73
73
  name: "Composite",
74
- className: "EncryptionProperties"
75
- }
74
+ className: "EncryptionProperties",
75
+ },
76
76
  },
77
77
  allowedAuthenticationModes: {
78
78
  serializedName: "properties.allowedAuthenticationModes",
@@ -82,13 +82,13 @@ export const BatchAccountCreateParameters = {
82
82
  element: {
83
83
  type: {
84
84
  name: "Enum",
85
- allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
86
- }
87
- }
88
- }
89
- }
90
- }
91
- }
85
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"],
86
+ },
87
+ },
88
+ },
89
+ },
90
+ },
91
+ },
92
92
  };
93
93
  export const AutoStorageBaseProperties = {
94
94
  type: {
@@ -99,26 +99,26 @@ export const AutoStorageBaseProperties = {
99
99
  serializedName: "storageAccountId",
100
100
  required: true,
101
101
  type: {
102
- name: "String"
103
- }
102
+ name: "String",
103
+ },
104
104
  },
105
105
  authenticationMode: {
106
106
  defaultValue: "StorageKeys",
107
107
  serializedName: "authenticationMode",
108
108
  type: {
109
109
  name: "Enum",
110
- allowedValues: ["StorageKeys", "BatchAccountManagedIdentity"]
111
- }
110
+ allowedValues: ["StorageKeys", "BatchAccountManagedIdentity"],
111
+ },
112
112
  },
113
113
  nodeIdentityReference: {
114
114
  serializedName: "nodeIdentityReference",
115
115
  type: {
116
116
  name: "Composite",
117
- className: "ComputeNodeIdentityReference"
118
- }
119
- }
120
- }
121
- }
117
+ className: "ComputeNodeIdentityReference",
118
+ },
119
+ },
120
+ },
121
+ },
122
122
  };
123
123
  export const ComputeNodeIdentityReference = {
124
124
  type: {
@@ -128,11 +128,11 @@ export const ComputeNodeIdentityReference = {
128
128
  resourceId: {
129
129
  serializedName: "resourceId",
130
130
  type: {
131
- name: "String"
132
- }
133
- }
134
- }
135
- }
131
+ name: "String",
132
+ },
133
+ },
134
+ },
135
+ },
136
136
  };
137
137
  export const KeyVaultReference = {
138
138
  type: {
@@ -143,18 +143,18 @@ export const KeyVaultReference = {
143
143
  serializedName: "id",
144
144
  required: true,
145
145
  type: {
146
- name: "String"
147
- }
146
+ name: "String",
147
+ },
148
148
  },
149
149
  url: {
150
150
  serializedName: "url",
151
151
  required: true,
152
152
  type: {
153
- name: "String"
154
- }
155
- }
156
- }
157
- }
153
+ name: "String",
154
+ },
155
+ },
156
+ },
157
+ },
158
158
  };
159
159
  export const NetworkProfile = {
160
160
  type: {
@@ -165,18 +165,18 @@ export const NetworkProfile = {
165
165
  serializedName: "accountAccess",
166
166
  type: {
167
167
  name: "Composite",
168
- className: "EndpointAccessProfile"
169
- }
168
+ className: "EndpointAccessProfile",
169
+ },
170
170
  },
171
171
  nodeManagementAccess: {
172
172
  serializedName: "nodeManagementAccess",
173
173
  type: {
174
174
  name: "Composite",
175
- className: "EndpointAccessProfile"
176
- }
177
- }
178
- }
179
- }
175
+ className: "EndpointAccessProfile",
176
+ },
177
+ },
178
+ },
179
+ },
180
180
  };
181
181
  export const EndpointAccessProfile = {
182
182
  type: {
@@ -188,8 +188,8 @@ export const EndpointAccessProfile = {
188
188
  required: true,
189
189
  type: {
190
190
  name: "Enum",
191
- allowedValues: ["Allow", "Deny"]
192
- }
191
+ allowedValues: ["Allow", "Deny"],
192
+ },
193
193
  },
194
194
  ipRules: {
195
195
  serializedName: "ipRules",
@@ -198,13 +198,13 @@ export const EndpointAccessProfile = {
198
198
  element: {
199
199
  type: {
200
200
  name: "Composite",
201
- className: "IPRule"
202
- }
203
- }
204
- }
205
- }
206
- }
207
- }
201
+ className: "IPRule",
202
+ },
203
+ },
204
+ },
205
+ },
206
+ },
207
+ },
208
208
  };
209
209
  export const IPRule = {
210
210
  type: {
@@ -216,18 +216,18 @@ export const IPRule = {
216
216
  isConstant: true,
217
217
  serializedName: "action",
218
218
  type: {
219
- name: "String"
220
- }
219
+ name: "String",
220
+ },
221
221
  },
222
222
  value: {
223
223
  serializedName: "value",
224
224
  required: true,
225
225
  type: {
226
- name: "String"
227
- }
228
- }
229
- }
230
- }
226
+ name: "String",
227
+ },
228
+ },
229
+ },
230
+ },
231
231
  };
232
232
  export const EncryptionProperties = {
233
233
  type: {
@@ -238,18 +238,18 @@ export const EncryptionProperties = {
238
238
  serializedName: "keySource",
239
239
  type: {
240
240
  name: "Enum",
241
- allowedValues: ["Microsoft.Batch", "Microsoft.KeyVault"]
242
- }
241
+ allowedValues: ["Microsoft.Batch", "Microsoft.KeyVault"],
242
+ },
243
243
  },
244
244
  keyVaultProperties: {
245
245
  serializedName: "keyVaultProperties",
246
246
  type: {
247
247
  name: "Composite",
248
- className: "KeyVaultProperties"
249
- }
250
- }
251
- }
252
- }
248
+ className: "KeyVaultProperties",
249
+ },
250
+ },
251
+ },
252
+ },
253
253
  };
254
254
  export const KeyVaultProperties = {
255
255
  type: {
@@ -259,11 +259,11 @@ export const KeyVaultProperties = {
259
259
  keyIdentifier: {
260
260
  serializedName: "keyIdentifier",
261
261
  type: {
262
- name: "String"
263
- }
264
- }
265
- }
266
- }
262
+ name: "String",
263
+ },
264
+ },
265
+ },
266
+ },
267
267
  };
268
268
  export const BatchAccountIdentity = {
269
269
  type: {
@@ -274,35 +274,35 @@ export const BatchAccountIdentity = {
274
274
  serializedName: "principalId",
275
275
  readOnly: true,
276
276
  type: {
277
- name: "String"
278
- }
277
+ name: "String",
278
+ },
279
279
  },
280
280
  tenantId: {
281
281
  serializedName: "tenantId",
282
282
  readOnly: true,
283
283
  type: {
284
- name: "String"
285
- }
284
+ name: "String",
285
+ },
286
286
  },
287
287
  type: {
288
288
  serializedName: "type",
289
289
  required: true,
290
290
  type: {
291
291
  name: "Enum",
292
- allowedValues: ["SystemAssigned", "UserAssigned", "None"]
293
- }
292
+ allowedValues: ["SystemAssigned", "UserAssigned", "None"],
293
+ },
294
294
  },
295
295
  userAssignedIdentities: {
296
296
  serializedName: "userAssignedIdentities",
297
297
  type: {
298
298
  name: "Dictionary",
299
299
  value: {
300
- type: { name: "Composite", className: "UserAssignedIdentities" }
301
- }
302
- }
303
- }
304
- }
305
- }
300
+ type: { name: "Composite", className: "UserAssignedIdentities" },
301
+ },
302
+ },
303
+ },
304
+ },
305
+ },
306
306
  };
307
307
  export const UserAssignedIdentities = {
308
308
  type: {
@@ -313,18 +313,18 @@ export const UserAssignedIdentities = {
313
313
  serializedName: "principalId",
314
314
  readOnly: true,
315
315
  type: {
316
- name: "String"
317
- }
316
+ name: "String",
317
+ },
318
318
  },
319
319
  clientId: {
320
320
  serializedName: "clientId",
321
321
  readOnly: true,
322
322
  type: {
323
- name: "String"
324
- }
325
- }
326
- }
327
- }
323
+ name: "String",
324
+ },
325
+ },
326
+ },
327
+ },
328
328
  };
329
329
  export const PrivateEndpoint = {
330
330
  type: {
@@ -335,11 +335,11 @@ export const PrivateEndpoint = {
335
335
  serializedName: "id",
336
336
  readOnly: true,
337
337
  type: {
338
- name: "String"
339
- }
340
- }
341
- }
342
- }
338
+ name: "String",
339
+ },
340
+ },
341
+ },
342
+ },
343
343
  };
344
344
  export const PrivateLinkServiceConnectionState = {
345
345
  type: {
@@ -351,24 +351,24 @@ export const PrivateLinkServiceConnectionState = {
351
351
  required: true,
352
352
  type: {
353
353
  name: "Enum",
354
- allowedValues: ["Approved", "Pending", "Rejected", "Disconnected"]
355
- }
354
+ allowedValues: ["Approved", "Pending", "Rejected", "Disconnected"],
355
+ },
356
356
  },
357
357
  description: {
358
358
  serializedName: "description",
359
359
  type: {
360
- name: "String"
361
- }
360
+ name: "String",
361
+ },
362
362
  },
363
363
  actionsRequired: {
364
364
  serializedName: "actionsRequired",
365
365
  readOnly: true,
366
366
  type: {
367
- name: "String"
368
- }
369
- }
370
- }
371
- }
367
+ name: "String",
368
+ },
369
+ },
370
+ },
371
+ },
372
372
  };
373
373
  export const ProxyResource = {
374
374
  type: {
@@ -379,32 +379,32 @@ export const ProxyResource = {
379
379
  serializedName: "id",
380
380
  readOnly: true,
381
381
  type: {
382
- name: "String"
383
- }
382
+ name: "String",
383
+ },
384
384
  },
385
385
  name: {
386
386
  serializedName: "name",
387
387
  readOnly: true,
388
388
  type: {
389
- name: "String"
390
- }
389
+ name: "String",
390
+ },
391
391
  },
392
392
  type: {
393
393
  serializedName: "type",
394
394
  readOnly: true,
395
395
  type: {
396
- name: "String"
397
- }
396
+ name: "String",
397
+ },
398
398
  },
399
399
  etag: {
400
400
  serializedName: "etag",
401
401
  readOnly: true,
402
402
  type: {
403
- name: "String"
404
- }
405
- }
406
- }
407
- }
403
+ name: "String",
404
+ },
405
+ },
406
+ },
407
+ },
408
408
  };
409
409
  export const VirtualMachineFamilyCoreQuota = {
410
410
  type: {
@@ -415,18 +415,18 @@ export const VirtualMachineFamilyCoreQuota = {
415
415
  serializedName: "name",
416
416
  readOnly: true,
417
417
  type: {
418
- name: "String"
419
- }
418
+ name: "String",
419
+ },
420
420
  },
421
421
  coreQuota: {
422
422
  serializedName: "coreQuota",
423
423
  readOnly: true,
424
424
  type: {
425
- name: "Number"
426
- }
427
- }
428
- }
429
- }
425
+ name: "Number",
426
+ },
427
+ },
428
+ },
429
+ },
430
430
  };
431
431
  export const Resource = {
432
432
  type: {
@@ -437,40 +437,40 @@ export const Resource = {
437
437
  serializedName: "id",
438
438
  readOnly: true,
439
439
  type: {
440
- name: "String"
441
- }
440
+ name: "String",
441
+ },
442
442
  },
443
443
  name: {
444
444
  serializedName: "name",
445
445
  readOnly: true,
446
446
  type: {
447
- name: "String"
448
- }
447
+ name: "String",
448
+ },
449
449
  },
450
450
  type: {
451
451
  serializedName: "type",
452
452
  readOnly: true,
453
453
  type: {
454
- name: "String"
455
- }
454
+ name: "String",
455
+ },
456
456
  },
457
457
  location: {
458
458
  serializedName: "location",
459
459
  readOnly: true,
460
460
  type: {
461
- name: "String"
462
- }
461
+ name: "String",
462
+ },
463
463
  },
464
464
  tags: {
465
465
  serializedName: "tags",
466
466
  readOnly: true,
467
467
  type: {
468
468
  name: "Dictionary",
469
- value: { type: { name: "String" } }
470
- }
471
- }
472
- }
473
- }
469
+ value: { type: { name: "String" } },
470
+ },
471
+ },
472
+ },
473
+ },
474
474
  };
475
475
  export const CloudError = {
476
476
  type: {
@@ -481,11 +481,11 @@ export const CloudError = {
481
481
  serializedName: "error",
482
482
  type: {
483
483
  name: "Composite",
484
- className: "CloudErrorBody"
485
- }
486
- }
487
- }
488
- }
484
+ className: "CloudErrorBody",
485
+ },
486
+ },
487
+ },
488
+ },
489
489
  };
490
490
  export const CloudErrorBody = {
491
491
  type: {
@@ -495,20 +495,20 @@ export const CloudErrorBody = {
495
495
  code: {
496
496
  serializedName: "code",
497
497
  type: {
498
- name: "String"
499
- }
498
+ name: "String",
499
+ },
500
500
  },
501
501
  message: {
502
502
  serializedName: "message",
503
503
  type: {
504
- name: "String"
505
- }
504
+ name: "String",
505
+ },
506
506
  },
507
507
  target: {
508
508
  serializedName: "target",
509
509
  type: {
510
- name: "String"
511
- }
510
+ name: "String",
511
+ },
512
512
  },
513
513
  details: {
514
514
  serializedName: "details",
@@ -517,13 +517,13 @@ export const CloudErrorBody = {
517
517
  element: {
518
518
  type: {
519
519
  name: "Composite",
520
- className: "CloudErrorBody"
521
- }
522
- }
523
- }
524
- }
525
- }
526
- }
520
+ className: "CloudErrorBody",
521
+ },
522
+ },
523
+ },
524
+ },
525
+ },
526
+ },
527
527
  };
528
528
  export const BatchAccountUpdateParameters = {
529
529
  type: {
@@ -534,29 +534,29 @@ export const BatchAccountUpdateParameters = {
534
534
  serializedName: "tags",
535
535
  type: {
536
536
  name: "Dictionary",
537
- value: { type: { name: "String" } }
538
- }
537
+ value: { type: { name: "String" } },
538
+ },
539
539
  },
540
540
  identity: {
541
541
  serializedName: "identity",
542
542
  type: {
543
543
  name: "Composite",
544
- className: "BatchAccountIdentity"
545
- }
544
+ className: "BatchAccountIdentity",
545
+ },
546
546
  },
547
547
  autoStorage: {
548
548
  serializedName: "properties.autoStorage",
549
549
  type: {
550
550
  name: "Composite",
551
- className: "AutoStorageBaseProperties"
552
- }
551
+ className: "AutoStorageBaseProperties",
552
+ },
553
553
  },
554
554
  encryption: {
555
555
  serializedName: "properties.encryption",
556
556
  type: {
557
557
  name: "Composite",
558
- className: "EncryptionProperties"
559
- }
558
+ className: "EncryptionProperties",
559
+ },
560
560
  },
561
561
  allowedAuthenticationModes: {
562
562
  serializedName: "properties.allowedAuthenticationModes",
@@ -566,28 +566,28 @@ export const BatchAccountUpdateParameters = {
566
566
  element: {
567
567
  type: {
568
568
  name: "Enum",
569
- allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
570
- }
571
- }
572
- }
569
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"],
570
+ },
571
+ },
572
+ },
573
573
  },
574
574
  publicNetworkAccess: {
575
575
  defaultValue: "Enabled",
576
576
  serializedName: "properties.publicNetworkAccess",
577
577
  type: {
578
578
  name: "Enum",
579
- allowedValues: ["Enabled", "Disabled"]
580
- }
579
+ allowedValues: ["Enabled", "Disabled"],
580
+ },
581
581
  },
582
582
  networkProfile: {
583
583
  serializedName: "properties.networkProfile",
584
584
  type: {
585
585
  name: "Composite",
586
- className: "NetworkProfile"
587
- }
588
- }
589
- }
590
- }
586
+ className: "NetworkProfile",
587
+ },
588
+ },
589
+ },
590
+ },
591
591
  };
592
592
  export const BatchAccountListResult = {
593
593
  type: {
@@ -601,19 +601,19 @@ export const BatchAccountListResult = {
601
601
  element: {
602
602
  type: {
603
603
  name: "Composite",
604
- className: "BatchAccount"
605
- }
606
- }
607
- }
604
+ className: "BatchAccount",
605
+ },
606
+ },
607
+ },
608
608
  },
609
609
  nextLink: {
610
610
  serializedName: "nextLink",
611
611
  type: {
612
- name: "String"
613
- }
614
- }
615
- }
616
- }
612
+ name: "String",
613
+ },
614
+ },
615
+ },
616
+ },
617
617
  };
618
618
  export const BatchAccountRegenerateKeyParameters = {
619
619
  type: {
@@ -625,11 +625,11 @@ export const BatchAccountRegenerateKeyParameters = {
625
625
  required: true,
626
626
  type: {
627
627
  name: "Enum",
628
- allowedValues: ["Primary", "Secondary"]
629
- }
630
- }
631
- }
632
- }
628
+ allowedValues: ["Primary", "Secondary"],
629
+ },
630
+ },
631
+ },
632
+ },
633
633
  };
634
634
  export const BatchAccountKeys = {
635
635
  type: {
@@ -640,25 +640,25 @@ export const BatchAccountKeys = {
640
640
  serializedName: "accountName",
641
641
  readOnly: true,
642
642
  type: {
643
- name: "String"
644
- }
643
+ name: "String",
644
+ },
645
645
  },
646
646
  primary: {
647
647
  serializedName: "primary",
648
648
  readOnly: true,
649
649
  type: {
650
- name: "String"
651
- }
650
+ name: "String",
651
+ },
652
652
  },
653
653
  secondary: {
654
654
  serializedName: "secondary",
655
655
  readOnly: true,
656
656
  type: {
657
- name: "String"
658
- }
659
- }
660
- }
661
- }
657
+ name: "String",
658
+ },
659
+ },
660
+ },
661
+ },
662
662
  };
663
663
  export const ActivateApplicationPackageParameters = {
664
664
  type: {
@@ -669,11 +669,11 @@ export const ActivateApplicationPackageParameters = {
669
669
  serializedName: "format",
670
670
  required: true,
671
671
  type: {
672
- name: "String"
673
- }
674
- }
675
- }
676
- }
672
+ name: "String",
673
+ },
674
+ },
675
+ },
676
+ },
677
677
  };
678
678
  export const ListApplicationsResult = {
679
679
  type: {
@@ -687,19 +687,19 @@ export const ListApplicationsResult = {
687
687
  element: {
688
688
  type: {
689
689
  name: "Composite",
690
- className: "Application"
691
- }
692
- }
693
- }
690
+ className: "Application",
691
+ },
692
+ },
693
+ },
694
694
  },
695
695
  nextLink: {
696
696
  serializedName: "nextLink",
697
697
  type: {
698
- name: "String"
699
- }
700
- }
701
- }
702
- }
698
+ name: "String",
699
+ },
700
+ },
701
+ },
702
+ },
703
703
  };
704
704
  export const ListApplicationPackagesResult = {
705
705
  type: {
@@ -713,19 +713,19 @@ export const ListApplicationPackagesResult = {
713
713
  element: {
714
714
  type: {
715
715
  name: "Composite",
716
- className: "ApplicationPackage"
717
- }
718
- }
719
- }
716
+ className: "ApplicationPackage",
717
+ },
718
+ },
719
+ },
720
720
  },
721
721
  nextLink: {
722
722
  serializedName: "nextLink",
723
723
  type: {
724
- name: "String"
725
- }
726
- }
727
- }
728
- }
724
+ name: "String",
725
+ },
726
+ },
727
+ },
728
+ },
729
729
  };
730
730
  export const BatchLocationQuota = {
731
731
  type: {
@@ -736,11 +736,11 @@ export const BatchLocationQuota = {
736
736
  serializedName: "accountQuota",
737
737
  readOnly: true,
738
738
  type: {
739
- name: "Number"
740
- }
741
- }
742
- }
743
- }
739
+ name: "Number",
740
+ },
741
+ },
742
+ },
743
+ },
744
744
  };
745
745
  export const SupportedSkusResult = {
746
746
  type: {
@@ -755,20 +755,20 @@ export const SupportedSkusResult = {
755
755
  element: {
756
756
  type: {
757
757
  name: "Composite",
758
- className: "SupportedSku"
759
- }
760
- }
761
- }
758
+ className: "SupportedSku",
759
+ },
760
+ },
761
+ },
762
762
  },
763
763
  nextLink: {
764
764
  serializedName: "nextLink",
765
765
  readOnly: true,
766
766
  type: {
767
- name: "String"
768
- }
769
- }
770
- }
771
- }
767
+ name: "String",
768
+ },
769
+ },
770
+ },
771
+ },
772
772
  };
773
773
  export const SupportedSku = {
774
774
  type: {
@@ -779,15 +779,15 @@ export const SupportedSku = {
779
779
  serializedName: "name",
780
780
  readOnly: true,
781
781
  type: {
782
- name: "String"
783
- }
782
+ name: "String",
783
+ },
784
784
  },
785
785
  familyName: {
786
786
  serializedName: "familyName",
787
787
  readOnly: true,
788
788
  type: {
789
- name: "String"
790
- }
789
+ name: "String",
790
+ },
791
791
  },
792
792
  capabilities: {
793
793
  serializedName: "capabilities",
@@ -797,13 +797,20 @@ export const SupportedSku = {
797
797
  element: {
798
798
  type: {
799
799
  name: "Composite",
800
- className: "SkuCapability"
801
- }
802
- }
803
- }
804
- }
805
- }
806
- }
800
+ className: "SkuCapability",
801
+ },
802
+ },
803
+ },
804
+ },
805
+ batchSupportEndOfLife: {
806
+ serializedName: "batchSupportEndOfLife",
807
+ readOnly: true,
808
+ type: {
809
+ name: "DateTime",
810
+ },
811
+ },
812
+ },
813
+ },
807
814
  };
808
815
  export const SkuCapability = {
809
816
  type: {
@@ -814,18 +821,18 @@ export const SkuCapability = {
814
821
  serializedName: "name",
815
822
  readOnly: true,
816
823
  type: {
817
- name: "String"
818
- }
824
+ name: "String",
825
+ },
819
826
  },
820
827
  value: {
821
828
  serializedName: "value",
822
829
  readOnly: true,
823
830
  type: {
824
- name: "String"
825
- }
826
- }
827
- }
828
- }
831
+ name: "String",
832
+ },
833
+ },
834
+ },
835
+ },
829
836
  };
830
837
  export const OperationListResult = {
831
838
  type: {
@@ -839,19 +846,19 @@ export const OperationListResult = {
839
846
  element: {
840
847
  type: {
841
848
  name: "Composite",
842
- className: "Operation"
843
- }
844
- }
845
- }
849
+ className: "Operation",
850
+ },
851
+ },
852
+ },
846
853
  },
847
854
  nextLink: {
848
855
  serializedName: "nextLink",
849
856
  type: {
850
- name: "String"
851
- }
852
- }
853
- }
854
- }
857
+ name: "String",
858
+ },
859
+ },
860
+ },
861
+ },
855
862
  };
856
863
  export const Operation = {
857
864
  type: {
@@ -861,37 +868,37 @@ export const Operation = {
861
868
  name: {
862
869
  serializedName: "name",
863
870
  type: {
864
- name: "String"
865
- }
871
+ name: "String",
872
+ },
866
873
  },
867
874
  isDataAction: {
868
875
  serializedName: "isDataAction",
869
876
  type: {
870
- name: "Boolean"
871
- }
877
+ name: "Boolean",
878
+ },
872
879
  },
873
880
  display: {
874
881
  serializedName: "display",
875
882
  type: {
876
883
  name: "Composite",
877
- className: "OperationDisplay"
878
- }
884
+ className: "OperationDisplay",
885
+ },
879
886
  },
880
887
  origin: {
881
888
  serializedName: "origin",
882
889
  type: {
883
- name: "String"
884
- }
890
+ name: "String",
891
+ },
885
892
  },
886
893
  properties: {
887
894
  serializedName: "properties",
888
895
  type: {
889
896
  name: "Dictionary",
890
- value: { type: { name: "any" } }
891
- }
892
- }
893
- }
894
- }
897
+ value: { type: { name: "any" } },
898
+ },
899
+ },
900
+ },
901
+ },
895
902
  };
896
903
  export const OperationDisplay = {
897
904
  type: {
@@ -901,29 +908,29 @@ export const OperationDisplay = {
901
908
  provider: {
902
909
  serializedName: "provider",
903
910
  type: {
904
- name: "String"
905
- }
911
+ name: "String",
912
+ },
906
913
  },
907
914
  operation: {
908
915
  serializedName: "operation",
909
916
  type: {
910
- name: "String"
911
- }
917
+ name: "String",
918
+ },
912
919
  },
913
920
  resource: {
914
921
  serializedName: "resource",
915
922
  type: {
916
- name: "String"
917
- }
923
+ name: "String",
924
+ },
918
925
  },
919
926
  description: {
920
927
  serializedName: "description",
921
928
  type: {
922
- name: "String"
923
- }
924
- }
925
- }
926
- }
929
+ name: "String",
930
+ },
931
+ },
932
+ },
933
+ },
927
934
  };
928
935
  export const CheckNameAvailabilityParameters = {
929
936
  type: {
@@ -934,19 +941,19 @@ export const CheckNameAvailabilityParameters = {
934
941
  serializedName: "name",
935
942
  required: true,
936
943
  type: {
937
- name: "String"
938
- }
944
+ name: "String",
945
+ },
939
946
  },
940
947
  type: {
941
948
  defaultValue: "Microsoft.Batch/batchAccounts",
942
949
  isConstant: true,
943
950
  serializedName: "type",
944
951
  type: {
945
- name: "String"
946
- }
947
- }
948
- }
949
- }
952
+ name: "String",
953
+ },
954
+ },
955
+ },
956
+ },
950
957
  };
951
958
  export const CheckNameAvailabilityResult = {
952
959
  type: {
@@ -957,26 +964,26 @@ export const CheckNameAvailabilityResult = {
957
964
  serializedName: "nameAvailable",
958
965
  readOnly: true,
959
966
  type: {
960
- name: "Boolean"
961
- }
967
+ name: "Boolean",
968
+ },
962
969
  },
963
970
  reason: {
964
971
  serializedName: "reason",
965
972
  readOnly: true,
966
973
  type: {
967
974
  name: "Enum",
968
- allowedValues: ["Invalid", "AlreadyExists"]
969
- }
975
+ allowedValues: ["Invalid", "AlreadyExists"],
976
+ },
970
977
  },
971
978
  message: {
972
979
  serializedName: "message",
973
980
  readOnly: true,
974
981
  type: {
975
- name: "String"
976
- }
977
- }
978
- }
979
- }
982
+ name: "String",
983
+ },
984
+ },
985
+ },
986
+ },
980
987
  };
981
988
  export const ListCertificatesResult = {
982
989
  type: {
@@ -990,19 +997,19 @@ export const ListCertificatesResult = {
990
997
  element: {
991
998
  type: {
992
999
  name: "Composite",
993
- className: "Certificate"
994
- }
995
- }
996
- }
1000
+ className: "Certificate",
1001
+ },
1002
+ },
1003
+ },
997
1004
  },
998
1005
  nextLink: {
999
1006
  serializedName: "nextLink",
1000
1007
  type: {
1001
- name: "String"
1002
- }
1003
- }
1004
- }
1005
- }
1008
+ name: "String",
1009
+ },
1010
+ },
1011
+ },
1012
+ },
1006
1013
  };
1007
1014
  export const DeleteCertificateError = {
1008
1015
  type: {
@@ -1013,21 +1020,21 @@ export const DeleteCertificateError = {
1013
1020
  serializedName: "code",
1014
1021
  required: true,
1015
1022
  type: {
1016
- name: "String"
1017
- }
1023
+ name: "String",
1024
+ },
1018
1025
  },
1019
1026
  message: {
1020
1027
  serializedName: "message",
1021
1028
  required: true,
1022
1029
  type: {
1023
- name: "String"
1024
- }
1030
+ name: "String",
1031
+ },
1025
1032
  },
1026
1033
  target: {
1027
1034
  serializedName: "target",
1028
1035
  type: {
1029
- name: "String"
1030
- }
1036
+ name: "String",
1037
+ },
1031
1038
  },
1032
1039
  details: {
1033
1040
  serializedName: "details",
@@ -1036,13 +1043,13 @@ export const DeleteCertificateError = {
1036
1043
  element: {
1037
1044
  type: {
1038
1045
  name: "Composite",
1039
- className: "DeleteCertificateError"
1040
- }
1041
- }
1042
- }
1043
- }
1044
- }
1045
- }
1046
+ className: "DeleteCertificateError",
1047
+ },
1048
+ },
1049
+ },
1050
+ },
1051
+ },
1052
+ },
1046
1053
  };
1047
1054
  export const CertificateBaseProperties = {
1048
1055
  type: {
@@ -1052,24 +1059,24 @@ export const CertificateBaseProperties = {
1052
1059
  thumbprintAlgorithm: {
1053
1060
  serializedName: "thumbprintAlgorithm",
1054
1061
  type: {
1055
- name: "String"
1056
- }
1062
+ name: "String",
1063
+ },
1057
1064
  },
1058
1065
  thumbprint: {
1059
1066
  serializedName: "thumbprint",
1060
1067
  type: {
1061
- name: "String"
1062
- }
1068
+ name: "String",
1069
+ },
1063
1070
  },
1064
1071
  format: {
1065
1072
  serializedName: "format",
1066
1073
  type: {
1067
1074
  name: "Enum",
1068
- allowedValues: ["Pfx", "Cer"]
1069
- }
1070
- }
1071
- }
1072
- }
1075
+ allowedValues: ["Pfx", "Cer"],
1076
+ },
1077
+ },
1078
+ },
1079
+ },
1073
1080
  };
1074
1081
  export const DetectorListResult = {
1075
1082
  type: {
@@ -1083,19 +1090,19 @@ export const DetectorListResult = {
1083
1090
  element: {
1084
1091
  type: {
1085
1092
  name: "Composite",
1086
- className: "DetectorResponse"
1087
- }
1088
- }
1089
- }
1093
+ className: "DetectorResponse",
1094
+ },
1095
+ },
1096
+ },
1090
1097
  },
1091
1098
  nextLink: {
1092
1099
  serializedName: "nextLink",
1093
1100
  type: {
1094
- name: "String"
1095
- }
1096
- }
1097
- }
1098
- }
1101
+ name: "String",
1102
+ },
1103
+ },
1104
+ },
1105
+ },
1099
1106
  };
1100
1107
  export const ListPrivateLinkResourcesResult = {
1101
1108
  type: {
@@ -1109,19 +1116,19 @@ export const ListPrivateLinkResourcesResult = {
1109
1116
  element: {
1110
1117
  type: {
1111
1118
  name: "Composite",
1112
- className: "PrivateLinkResource"
1113
- }
1114
- }
1115
- }
1119
+ className: "PrivateLinkResource",
1120
+ },
1121
+ },
1122
+ },
1116
1123
  },
1117
1124
  nextLink: {
1118
1125
  serializedName: "nextLink",
1119
1126
  type: {
1120
- name: "String"
1121
- }
1122
- }
1123
- }
1124
- }
1127
+ name: "String",
1128
+ },
1129
+ },
1130
+ },
1131
+ },
1125
1132
  };
1126
1133
  export const ListPrivateEndpointConnectionsResult = {
1127
1134
  type: {
@@ -1135,19 +1142,19 @@ export const ListPrivateEndpointConnectionsResult = {
1135
1142
  element: {
1136
1143
  type: {
1137
1144
  name: "Composite",
1138
- className: "PrivateEndpointConnection"
1139
- }
1140
- }
1141
- }
1145
+ className: "PrivateEndpointConnection",
1146
+ },
1147
+ },
1148
+ },
1142
1149
  },
1143
1150
  nextLink: {
1144
1151
  serializedName: "nextLink",
1145
1152
  type: {
1146
- name: "String"
1147
- }
1148
- }
1149
- }
1150
- }
1153
+ name: "String",
1154
+ },
1155
+ },
1156
+ },
1157
+ },
1151
1158
  };
1152
1159
  export const ListPoolsResult = {
1153
1160
  type: {
@@ -1161,19 +1168,19 @@ export const ListPoolsResult = {
1161
1168
  element: {
1162
1169
  type: {
1163
1170
  name: "Composite",
1164
- className: "Pool"
1165
- }
1166
- }
1167
- }
1171
+ className: "Pool",
1172
+ },
1173
+ },
1174
+ },
1168
1175
  },
1169
1176
  nextLink: {
1170
1177
  serializedName: "nextLink",
1171
1178
  type: {
1172
- name: "String"
1173
- }
1174
- }
1175
- }
1176
- }
1179
+ name: "String",
1180
+ },
1181
+ },
1182
+ },
1183
+ },
1177
1184
  };
1178
1185
  export const DeploymentConfiguration = {
1179
1186
  type: {
@@ -1184,18 +1191,18 @@ export const DeploymentConfiguration = {
1184
1191
  serializedName: "cloudServiceConfiguration",
1185
1192
  type: {
1186
1193
  name: "Composite",
1187
- className: "CloudServiceConfiguration"
1188
- }
1194
+ className: "CloudServiceConfiguration",
1195
+ },
1189
1196
  },
1190
1197
  virtualMachineConfiguration: {
1191
1198
  serializedName: "virtualMachineConfiguration",
1192
1199
  type: {
1193
1200
  name: "Composite",
1194
- className: "VirtualMachineConfiguration"
1195
- }
1196
- }
1197
- }
1198
- }
1201
+ className: "VirtualMachineConfiguration",
1202
+ },
1203
+ },
1204
+ },
1205
+ },
1199
1206
  };
1200
1207
  export const CloudServiceConfiguration = {
1201
1208
  type: {
@@ -1206,17 +1213,17 @@ export const CloudServiceConfiguration = {
1206
1213
  serializedName: "osFamily",
1207
1214
  required: true,
1208
1215
  type: {
1209
- name: "String"
1210
- }
1216
+ name: "String",
1217
+ },
1211
1218
  },
1212
1219
  osVersion: {
1213
1220
  serializedName: "osVersion",
1214
1221
  type: {
1215
- name: "String"
1216
- }
1217
- }
1218
- }
1219
- }
1222
+ name: "String",
1223
+ },
1224
+ },
1225
+ },
1226
+ },
1220
1227
  };
1221
1228
  export const VirtualMachineConfiguration = {
1222
1229
  type: {
@@ -1227,22 +1234,22 @@ export const VirtualMachineConfiguration = {
1227
1234
  serializedName: "imageReference",
1228
1235
  type: {
1229
1236
  name: "Composite",
1230
- className: "ImageReference"
1231
- }
1237
+ className: "ImageReference",
1238
+ },
1232
1239
  },
1233
1240
  nodeAgentSkuId: {
1234
1241
  serializedName: "nodeAgentSkuId",
1235
1242
  required: true,
1236
1243
  type: {
1237
- name: "String"
1238
- }
1244
+ name: "String",
1245
+ },
1239
1246
  },
1240
1247
  windowsConfiguration: {
1241
1248
  serializedName: "windowsConfiguration",
1242
1249
  type: {
1243
1250
  name: "Composite",
1244
- className: "WindowsConfiguration"
1245
- }
1251
+ className: "WindowsConfiguration",
1252
+ },
1246
1253
  },
1247
1254
  dataDisks: {
1248
1255
  serializedName: "dataDisks",
@@ -1251,37 +1258,37 @@ export const VirtualMachineConfiguration = {
1251
1258
  element: {
1252
1259
  type: {
1253
1260
  name: "Composite",
1254
- className: "DataDisk"
1255
- }
1256
- }
1257
- }
1261
+ className: "DataDisk",
1262
+ },
1263
+ },
1264
+ },
1258
1265
  },
1259
1266
  licenseType: {
1260
1267
  serializedName: "licenseType",
1261
1268
  type: {
1262
- name: "String"
1263
- }
1269
+ name: "String",
1270
+ },
1264
1271
  },
1265
1272
  containerConfiguration: {
1266
1273
  serializedName: "containerConfiguration",
1267
1274
  type: {
1268
1275
  name: "Composite",
1269
- className: "ContainerConfiguration"
1270
- }
1276
+ className: "ContainerConfiguration",
1277
+ },
1271
1278
  },
1272
1279
  diskEncryptionConfiguration: {
1273
1280
  serializedName: "diskEncryptionConfiguration",
1274
1281
  type: {
1275
1282
  name: "Composite",
1276
- className: "DiskEncryptionConfiguration"
1277
- }
1283
+ className: "DiskEncryptionConfiguration",
1284
+ },
1278
1285
  },
1279
1286
  nodePlacementConfiguration: {
1280
1287
  serializedName: "nodePlacementConfiguration",
1281
1288
  type: {
1282
1289
  name: "Composite",
1283
- className: "NodePlacementConfiguration"
1284
- }
1290
+ className: "NodePlacementConfiguration",
1291
+ },
1285
1292
  },
1286
1293
  extensions: {
1287
1294
  serializedName: "extensions",
@@ -1290,34 +1297,34 @@ export const VirtualMachineConfiguration = {
1290
1297
  element: {
1291
1298
  type: {
1292
1299
  name: "Composite",
1293
- className: "VMExtension"
1294
- }
1295
- }
1296
- }
1300
+ className: "VMExtension",
1301
+ },
1302
+ },
1303
+ },
1297
1304
  },
1298
1305
  osDisk: {
1299
1306
  serializedName: "osDisk",
1300
1307
  type: {
1301
1308
  name: "Composite",
1302
- className: "OSDisk"
1303
- }
1309
+ className: "OSDisk",
1310
+ },
1304
1311
  },
1305
1312
  securityProfile: {
1306
1313
  serializedName: "securityProfile",
1307
1314
  type: {
1308
1315
  name: "Composite",
1309
- className: "SecurityProfile"
1310
- }
1316
+ className: "SecurityProfile",
1317
+ },
1311
1318
  },
1312
1319
  serviceArtifactReference: {
1313
1320
  serializedName: "serviceArtifactReference",
1314
1321
  type: {
1315
1322
  name: "Composite",
1316
- className: "ServiceArtifactReference"
1317
- }
1318
- }
1319
- }
1320
- }
1323
+ className: "ServiceArtifactReference",
1324
+ },
1325
+ },
1326
+ },
1327
+ },
1321
1328
  };
1322
1329
  export const ImageReference = {
1323
1330
  type: {
@@ -1327,36 +1334,35 @@ export const ImageReference = {
1327
1334
  publisher: {
1328
1335
  serializedName: "publisher",
1329
1336
  type: {
1330
- name: "String"
1331
- }
1337
+ name: "String",
1338
+ },
1332
1339
  },
1333
1340
  offer: {
1334
1341
  serializedName: "offer",
1335
1342
  type: {
1336
- name: "String"
1337
- }
1343
+ name: "String",
1344
+ },
1338
1345
  },
1339
1346
  sku: {
1340
1347
  serializedName: "sku",
1341
1348
  type: {
1342
- name: "String"
1343
- }
1349
+ name: "String",
1350
+ },
1344
1351
  },
1345
1352
  version: {
1346
- defaultValue: "latest",
1347
1353
  serializedName: "version",
1348
1354
  type: {
1349
- name: "String"
1350
- }
1355
+ name: "String",
1356
+ },
1351
1357
  },
1352
1358
  id: {
1353
1359
  serializedName: "id",
1354
1360
  type: {
1355
- name: "String"
1356
- }
1357
- }
1358
- }
1359
- }
1361
+ name: "String",
1362
+ },
1363
+ },
1364
+ },
1365
+ },
1360
1366
  };
1361
1367
  export const WindowsConfiguration = {
1362
1368
  type: {
@@ -1366,11 +1372,11 @@ export const WindowsConfiguration = {
1366
1372
  enableAutomaticUpdates: {
1367
1373
  serializedName: "enableAutomaticUpdates",
1368
1374
  type: {
1369
- name: "Boolean"
1370
- }
1371
- }
1372
- }
1373
- }
1375
+ name: "Boolean",
1376
+ },
1377
+ },
1378
+ },
1379
+ },
1374
1380
  };
1375
1381
  export const DataDisk = {
1376
1382
  type: {
@@ -1381,32 +1387,32 @@ export const DataDisk = {
1381
1387
  serializedName: "lun",
1382
1388
  required: true,
1383
1389
  type: {
1384
- name: "Number"
1385
- }
1390
+ name: "Number",
1391
+ },
1386
1392
  },
1387
1393
  caching: {
1388
1394
  serializedName: "caching",
1389
1395
  type: {
1390
1396
  name: "Enum",
1391
- allowedValues: ["None", "ReadOnly", "ReadWrite"]
1392
- }
1397
+ allowedValues: ["None", "ReadOnly", "ReadWrite"],
1398
+ },
1393
1399
  },
1394
1400
  diskSizeGB: {
1395
1401
  serializedName: "diskSizeGB",
1396
1402
  required: true,
1397
1403
  type: {
1398
- name: "Number"
1399
- }
1404
+ name: "Number",
1405
+ },
1400
1406
  },
1401
1407
  storageAccountType: {
1402
1408
  serializedName: "storageAccountType",
1403
1409
  type: {
1404
1410
  name: "Enum",
1405
- allowedValues: ["Standard_LRS", "Premium_LRS", "StandardSSD_LRS"]
1406
- }
1407
- }
1408
- }
1409
- }
1411
+ allowedValues: ["Standard_LRS", "Premium_LRS", "StandardSSD_LRS"],
1412
+ },
1413
+ },
1414
+ },
1415
+ },
1410
1416
  };
1411
1417
  export const ContainerConfiguration = {
1412
1418
  type: {
@@ -1417,8 +1423,8 @@ export const ContainerConfiguration = {
1417
1423
  serializedName: "type",
1418
1424
  required: true,
1419
1425
  type: {
1420
- name: "String"
1421
- }
1426
+ name: "String",
1427
+ },
1422
1428
  },
1423
1429
  containerImageNames: {
1424
1430
  serializedName: "containerImageNames",
@@ -1426,10 +1432,10 @@ export const ContainerConfiguration = {
1426
1432
  name: "Sequence",
1427
1433
  element: {
1428
1434
  type: {
1429
- name: "String"
1430
- }
1431
- }
1432
- }
1435
+ name: "String",
1436
+ },
1437
+ },
1438
+ },
1433
1439
  },
1434
1440
  containerRegistries: {
1435
1441
  serializedName: "containerRegistries",
@@ -1438,13 +1444,13 @@ export const ContainerConfiguration = {
1438
1444
  element: {
1439
1445
  type: {
1440
1446
  name: "Composite",
1441
- className: "ContainerRegistry"
1442
- }
1443
- }
1444
- }
1445
- }
1446
- }
1447
- }
1447
+ className: "ContainerRegistry",
1448
+ },
1449
+ },
1450
+ },
1451
+ },
1452
+ },
1453
+ },
1448
1454
  };
1449
1455
  export const ContainerRegistry = {
1450
1456
  type: {
@@ -1454,30 +1460,30 @@ export const ContainerRegistry = {
1454
1460
  userName: {
1455
1461
  serializedName: "username",
1456
1462
  type: {
1457
- name: "String"
1458
- }
1463
+ name: "String",
1464
+ },
1459
1465
  },
1460
1466
  password: {
1461
1467
  serializedName: "password",
1462
1468
  type: {
1463
- name: "String"
1464
- }
1469
+ name: "String",
1470
+ },
1465
1471
  },
1466
1472
  registryServer: {
1467
1473
  serializedName: "registryServer",
1468
1474
  type: {
1469
- name: "String"
1470
- }
1475
+ name: "String",
1476
+ },
1471
1477
  },
1472
1478
  identityReference: {
1473
1479
  serializedName: "identityReference",
1474
1480
  type: {
1475
1481
  name: "Composite",
1476
- className: "ComputeNodeIdentityReference"
1477
- }
1478
- }
1479
- }
1480
- }
1482
+ className: "ComputeNodeIdentityReference",
1483
+ },
1484
+ },
1485
+ },
1486
+ },
1481
1487
  };
1482
1488
  export const DiskEncryptionConfiguration = {
1483
1489
  type: {
@@ -1491,13 +1497,13 @@ export const DiskEncryptionConfiguration = {
1491
1497
  element: {
1492
1498
  type: {
1493
1499
  name: "Enum",
1494
- allowedValues: ["OsDisk", "TemporaryDisk"]
1495
- }
1496
- }
1497
- }
1498
- }
1499
- }
1500
- }
1500
+ allowedValues: ["OsDisk", "TemporaryDisk"],
1501
+ },
1502
+ },
1503
+ },
1504
+ },
1505
+ },
1506
+ },
1501
1507
  };
1502
1508
  export const NodePlacementConfiguration = {
1503
1509
  type: {
@@ -1508,11 +1514,11 @@ export const NodePlacementConfiguration = {
1508
1514
  serializedName: "policy",
1509
1515
  type: {
1510
1516
  name: "Enum",
1511
- allowedValues: ["Regional", "Zonal"]
1512
- }
1513
- }
1514
- }
1515
- }
1517
+ allowedValues: ["Regional", "Zonal"],
1518
+ },
1519
+ },
1520
+ },
1521
+ },
1516
1522
  };
1517
1523
  export const VMExtension = {
1518
1524
  type: {
@@ -1523,54 +1529,54 @@ export const VMExtension = {
1523
1529
  serializedName: "name",
1524
1530
  required: true,
1525
1531
  type: {
1526
- name: "String"
1527
- }
1532
+ name: "String",
1533
+ },
1528
1534
  },
1529
1535
  publisher: {
1530
1536
  serializedName: "publisher",
1531
1537
  required: true,
1532
1538
  type: {
1533
- name: "String"
1534
- }
1539
+ name: "String",
1540
+ },
1535
1541
  },
1536
1542
  type: {
1537
1543
  serializedName: "type",
1538
1544
  required: true,
1539
1545
  type: {
1540
- name: "String"
1541
- }
1546
+ name: "String",
1547
+ },
1542
1548
  },
1543
1549
  typeHandlerVersion: {
1544
1550
  serializedName: "typeHandlerVersion",
1545
1551
  type: {
1546
- name: "String"
1547
- }
1552
+ name: "String",
1553
+ },
1548
1554
  },
1549
1555
  autoUpgradeMinorVersion: {
1550
1556
  serializedName: "autoUpgradeMinorVersion",
1551
1557
  type: {
1552
- name: "Boolean"
1553
- }
1558
+ name: "Boolean",
1559
+ },
1554
1560
  },
1555
1561
  enableAutomaticUpgrade: {
1556
1562
  serializedName: "enableAutomaticUpgrade",
1557
1563
  type: {
1558
- name: "Boolean"
1559
- }
1564
+ name: "Boolean",
1565
+ },
1560
1566
  },
1561
1567
  settings: {
1562
1568
  serializedName: "settings",
1563
1569
  type: {
1564
1570
  name: "Dictionary",
1565
- value: { type: { name: "any" } }
1566
- }
1571
+ value: { type: { name: "any" } },
1572
+ },
1567
1573
  },
1568
1574
  protectedSettings: {
1569
1575
  serializedName: "protectedSettings",
1570
1576
  type: {
1571
1577
  name: "Dictionary",
1572
- value: { type: { name: "any" } }
1573
- }
1578
+ value: { type: { name: "any" } },
1579
+ },
1574
1580
  },
1575
1581
  provisionAfterExtensions: {
1576
1582
  serializedName: "provisionAfterExtensions",
@@ -1578,13 +1584,13 @@ export const VMExtension = {
1578
1584
  name: "Sequence",
1579
1585
  element: {
1580
1586
  type: {
1581
- name: "String"
1582
- }
1583
- }
1584
- }
1585
- }
1586
- }
1587
- }
1587
+ name: "String",
1588
+ },
1589
+ },
1590
+ },
1591
+ },
1592
+ },
1593
+ },
1588
1594
  };
1589
1595
  export const OSDisk = {
1590
1596
  type: {
@@ -1595,37 +1601,37 @@ export const OSDisk = {
1595
1601
  serializedName: "ephemeralOSDiskSettings",
1596
1602
  type: {
1597
1603
  name: "Composite",
1598
- className: "DiffDiskSettings"
1599
- }
1604
+ className: "DiffDiskSettings",
1605
+ },
1600
1606
  },
1601
1607
  caching: {
1602
1608
  serializedName: "caching",
1603
1609
  type: {
1604
1610
  name: "Enum",
1605
- allowedValues: ["None", "ReadOnly", "ReadWrite"]
1606
- }
1611
+ allowedValues: ["None", "ReadOnly", "ReadWrite"],
1612
+ },
1607
1613
  },
1608
1614
  managedDisk: {
1609
1615
  serializedName: "managedDisk",
1610
1616
  type: {
1611
1617
  name: "Composite",
1612
- className: "ManagedDisk"
1613
- }
1618
+ className: "ManagedDisk",
1619
+ },
1614
1620
  },
1615
1621
  diskSizeGB: {
1616
1622
  serializedName: "diskSizeGB",
1617
1623
  type: {
1618
- name: "Number"
1619
- }
1624
+ name: "Number",
1625
+ },
1620
1626
  },
1621
1627
  writeAcceleratorEnabled: {
1622
1628
  serializedName: "writeAcceleratorEnabled",
1623
1629
  type: {
1624
- name: "Boolean"
1625
- }
1626
- }
1627
- }
1628
- }
1630
+ name: "Boolean",
1631
+ },
1632
+ },
1633
+ },
1634
+ },
1629
1635
  };
1630
1636
  export const DiffDiskSettings = {
1631
1637
  type: {
@@ -1637,11 +1643,11 @@ export const DiffDiskSettings = {
1637
1643
  isConstant: true,
1638
1644
  serializedName: "placement",
1639
1645
  type: {
1640
- name: "String"
1641
- }
1642
- }
1643
- }
1644
- }
1646
+ name: "String",
1647
+ },
1648
+ },
1649
+ },
1650
+ },
1645
1651
  };
1646
1652
  export const ManagedDisk = {
1647
1653
  type: {
@@ -1652,11 +1658,11 @@ export const ManagedDisk = {
1652
1658
  serializedName: "storageAccountType",
1653
1659
  type: {
1654
1660
  name: "Enum",
1655
- allowedValues: ["Standard_LRS", "Premium_LRS", "StandardSSD_LRS"]
1656
- }
1657
- }
1658
- }
1659
- }
1661
+ allowedValues: ["Standard_LRS", "Premium_LRS", "StandardSSD_LRS"],
1662
+ },
1663
+ },
1664
+ },
1665
+ },
1660
1666
  };
1661
1667
  export const SecurityProfile = {
1662
1668
  type: {
@@ -1668,24 +1674,24 @@ export const SecurityProfile = {
1668
1674
  isConstant: true,
1669
1675
  serializedName: "securityType",
1670
1676
  type: {
1671
- name: "String"
1672
- }
1677
+ name: "String",
1678
+ },
1673
1679
  },
1674
1680
  encryptionAtHost: {
1675
1681
  serializedName: "encryptionAtHost",
1676
1682
  type: {
1677
- name: "Boolean"
1678
- }
1683
+ name: "Boolean",
1684
+ },
1679
1685
  },
1680
1686
  uefiSettings: {
1681
1687
  serializedName: "uefiSettings",
1682
1688
  type: {
1683
1689
  name: "Composite",
1684
- className: "UefiSettings"
1685
- }
1686
- }
1687
- }
1688
- }
1690
+ className: "UefiSettings",
1691
+ },
1692
+ },
1693
+ },
1694
+ },
1689
1695
  };
1690
1696
  export const UefiSettings = {
1691
1697
  type: {
@@ -1695,17 +1701,17 @@ export const UefiSettings = {
1695
1701
  secureBootEnabled: {
1696
1702
  serializedName: "secureBootEnabled",
1697
1703
  type: {
1698
- name: "Boolean"
1699
- }
1704
+ name: "Boolean",
1705
+ },
1700
1706
  },
1701
1707
  vTpmEnabled: {
1702
1708
  serializedName: "vTpmEnabled",
1703
1709
  type: {
1704
- name: "Boolean"
1705
- }
1706
- }
1707
- }
1708
- }
1710
+ name: "Boolean",
1711
+ },
1712
+ },
1713
+ },
1714
+ },
1709
1715
  };
1710
1716
  export const ServiceArtifactReference = {
1711
1717
  type: {
@@ -1716,11 +1722,11 @@ export const ServiceArtifactReference = {
1716
1722
  serializedName: "id",
1717
1723
  required: true,
1718
1724
  type: {
1719
- name: "String"
1720
- }
1721
- }
1722
- }
1723
- }
1725
+ name: "String",
1726
+ },
1727
+ },
1728
+ },
1729
+ },
1724
1730
  };
1725
1731
  export const ScaleSettings = {
1726
1732
  type: {
@@ -1731,18 +1737,18 @@ export const ScaleSettings = {
1731
1737
  serializedName: "fixedScale",
1732
1738
  type: {
1733
1739
  name: "Composite",
1734
- className: "FixedScaleSettings"
1735
- }
1740
+ className: "FixedScaleSettings",
1741
+ },
1736
1742
  },
1737
1743
  autoScale: {
1738
1744
  serializedName: "autoScale",
1739
1745
  type: {
1740
1746
  name: "Composite",
1741
- className: "AutoScaleSettings"
1742
- }
1743
- }
1744
- }
1745
- }
1747
+ className: "AutoScaleSettings",
1748
+ },
1749
+ },
1750
+ },
1751
+ },
1746
1752
  };
1747
1753
  export const FixedScaleSettings = {
1748
1754
  type: {
@@ -1753,20 +1759,20 @@ export const FixedScaleSettings = {
1753
1759
  defaultValue: "PT15M",
1754
1760
  serializedName: "resizeTimeout",
1755
1761
  type: {
1756
- name: "TimeSpan"
1757
- }
1762
+ name: "TimeSpan",
1763
+ },
1758
1764
  },
1759
1765
  targetDedicatedNodes: {
1760
1766
  serializedName: "targetDedicatedNodes",
1761
1767
  type: {
1762
- name: "Number"
1763
- }
1768
+ name: "Number",
1769
+ },
1764
1770
  },
1765
1771
  targetLowPriorityNodes: {
1766
1772
  serializedName: "targetLowPriorityNodes",
1767
1773
  type: {
1768
- name: "Number"
1769
- }
1774
+ name: "Number",
1775
+ },
1770
1776
  },
1771
1777
  nodeDeallocationOption: {
1772
1778
  serializedName: "nodeDeallocationOption",
@@ -1776,12 +1782,12 @@ export const FixedScaleSettings = {
1776
1782
  "Requeue",
1777
1783
  "Terminate",
1778
1784
  "TaskCompletion",
1779
- "RetainedData"
1780
- ]
1781
- }
1782
- }
1783
- }
1784
- }
1785
+ "RetainedData",
1786
+ ],
1787
+ },
1788
+ },
1789
+ },
1790
+ },
1785
1791
  };
1786
1792
  export const AutoScaleSettings = {
1787
1793
  type: {
@@ -1792,17 +1798,17 @@ export const AutoScaleSettings = {
1792
1798
  serializedName: "formula",
1793
1799
  required: true,
1794
1800
  type: {
1795
- name: "String"
1796
- }
1801
+ name: "String",
1802
+ },
1797
1803
  },
1798
1804
  evaluationInterval: {
1799
1805
  serializedName: "evaluationInterval",
1800
1806
  type: {
1801
- name: "TimeSpan"
1802
- }
1803
- }
1804
- }
1805
- }
1807
+ name: "TimeSpan",
1808
+ },
1809
+ },
1810
+ },
1811
+ },
1806
1812
  };
1807
1813
  export const AutoScaleRun = {
1808
1814
  type: {
@@ -1813,24 +1819,24 @@ export const AutoScaleRun = {
1813
1819
  serializedName: "evaluationTime",
1814
1820
  required: true,
1815
1821
  type: {
1816
- name: "DateTime"
1817
- }
1822
+ name: "DateTime",
1823
+ },
1818
1824
  },
1819
1825
  results: {
1820
1826
  serializedName: "results",
1821
1827
  type: {
1822
- name: "String"
1823
- }
1828
+ name: "String",
1829
+ },
1824
1830
  },
1825
1831
  error: {
1826
1832
  serializedName: "error",
1827
1833
  type: {
1828
1834
  name: "Composite",
1829
- className: "AutoScaleRunError"
1830
- }
1831
- }
1832
- }
1833
- }
1835
+ className: "AutoScaleRunError",
1836
+ },
1837
+ },
1838
+ },
1839
+ },
1834
1840
  };
1835
1841
  export const AutoScaleRunError = {
1836
1842
  type: {
@@ -1841,15 +1847,15 @@ export const AutoScaleRunError = {
1841
1847
  serializedName: "code",
1842
1848
  required: true,
1843
1849
  type: {
1844
- name: "String"
1845
- }
1850
+ name: "String",
1851
+ },
1846
1852
  },
1847
1853
  message: {
1848
1854
  serializedName: "message",
1849
1855
  required: true,
1850
1856
  type: {
1851
- name: "String"
1852
- }
1857
+ name: "String",
1858
+ },
1853
1859
  },
1854
1860
  details: {
1855
1861
  serializedName: "details",
@@ -1858,13 +1864,13 @@ export const AutoScaleRunError = {
1858
1864
  element: {
1859
1865
  type: {
1860
1866
  name: "Composite",
1861
- className: "AutoScaleRunError"
1862
- }
1863
- }
1864
- }
1865
- }
1866
- }
1867
- }
1867
+ className: "AutoScaleRunError",
1868
+ },
1869
+ },
1870
+ },
1871
+ },
1872
+ },
1873
+ },
1868
1874
  };
1869
1875
  export const NetworkConfiguration = {
1870
1876
  type: {
@@ -1874,39 +1880,39 @@ export const NetworkConfiguration = {
1874
1880
  subnetId: {
1875
1881
  serializedName: "subnetId",
1876
1882
  type: {
1877
- name: "String"
1878
- }
1883
+ name: "String",
1884
+ },
1879
1885
  },
1880
1886
  dynamicVnetAssignmentScope: {
1881
1887
  defaultValue: "none",
1882
1888
  serializedName: "dynamicVnetAssignmentScope",
1883
1889
  type: {
1884
1890
  name: "Enum",
1885
- allowedValues: ["none", "job"]
1886
- }
1891
+ allowedValues: ["none", "job"],
1892
+ },
1887
1893
  },
1888
1894
  endpointConfiguration: {
1889
1895
  serializedName: "endpointConfiguration",
1890
1896
  type: {
1891
1897
  name: "Composite",
1892
- className: "PoolEndpointConfiguration"
1893
- }
1898
+ className: "PoolEndpointConfiguration",
1899
+ },
1894
1900
  },
1895
1901
  publicIPAddressConfiguration: {
1896
1902
  serializedName: "publicIPAddressConfiguration",
1897
1903
  type: {
1898
1904
  name: "Composite",
1899
- className: "PublicIPAddressConfiguration"
1900
- }
1905
+ className: "PublicIPAddressConfiguration",
1906
+ },
1901
1907
  },
1902
1908
  enableAcceleratedNetworking: {
1903
1909
  serializedName: "enableAcceleratedNetworking",
1904
1910
  type: {
1905
- name: "Boolean"
1906
- }
1907
- }
1908
- }
1909
- }
1911
+ name: "Boolean",
1912
+ },
1913
+ },
1914
+ },
1915
+ },
1910
1916
  };
1911
1917
  export const PoolEndpointConfiguration = {
1912
1918
  type: {
@@ -1921,13 +1927,13 @@ export const PoolEndpointConfiguration = {
1921
1927
  element: {
1922
1928
  type: {
1923
1929
  name: "Composite",
1924
- className: "InboundNatPool"
1925
- }
1926
- }
1927
- }
1928
- }
1929
- }
1930
- }
1930
+ className: "InboundNatPool",
1931
+ },
1932
+ },
1933
+ },
1934
+ },
1935
+ },
1936
+ },
1931
1937
  };
1932
1938
  export const InboundNatPool = {
1933
1939
  type: {
@@ -1938,37 +1944,37 @@ export const InboundNatPool = {
1938
1944
  serializedName: "name",
1939
1945
  required: true,
1940
1946
  type: {
1941
- name: "String"
1942
- }
1947
+ name: "String",
1948
+ },
1943
1949
  },
1944
1950
  protocol: {
1945
1951
  serializedName: "protocol",
1946
1952
  required: true,
1947
1953
  type: {
1948
1954
  name: "Enum",
1949
- allowedValues: ["TCP", "UDP"]
1950
- }
1955
+ allowedValues: ["TCP", "UDP"],
1956
+ },
1951
1957
  },
1952
1958
  backendPort: {
1953
1959
  serializedName: "backendPort",
1954
1960
  required: true,
1955
1961
  type: {
1956
- name: "Number"
1957
- }
1962
+ name: "Number",
1963
+ },
1958
1964
  },
1959
1965
  frontendPortRangeStart: {
1960
1966
  serializedName: "frontendPortRangeStart",
1961
1967
  required: true,
1962
1968
  type: {
1963
- name: "Number"
1964
- }
1969
+ name: "Number",
1970
+ },
1965
1971
  },
1966
1972
  frontendPortRangeEnd: {
1967
1973
  serializedName: "frontendPortRangeEnd",
1968
1974
  required: true,
1969
1975
  type: {
1970
- name: "Number"
1971
- }
1976
+ name: "Number",
1977
+ },
1972
1978
  },
1973
1979
  networkSecurityGroupRules: {
1974
1980
  serializedName: "networkSecurityGroupRules",
@@ -1977,13 +1983,13 @@ export const InboundNatPool = {
1977
1983
  element: {
1978
1984
  type: {
1979
1985
  name: "Composite",
1980
- className: "NetworkSecurityGroupRule"
1981
- }
1982
- }
1983
- }
1984
- }
1985
- }
1986
- }
1986
+ className: "NetworkSecurityGroupRule",
1987
+ },
1988
+ },
1989
+ },
1990
+ },
1991
+ },
1992
+ },
1987
1993
  };
1988
1994
  export const NetworkSecurityGroupRule = {
1989
1995
  type: {
@@ -1994,23 +2000,23 @@ export const NetworkSecurityGroupRule = {
1994
2000
  serializedName: "priority",
1995
2001
  required: true,
1996
2002
  type: {
1997
- name: "Number"
1998
- }
2003
+ name: "Number",
2004
+ },
1999
2005
  },
2000
2006
  access: {
2001
2007
  serializedName: "access",
2002
2008
  required: true,
2003
2009
  type: {
2004
2010
  name: "Enum",
2005
- allowedValues: ["Allow", "Deny"]
2006
- }
2011
+ allowedValues: ["Allow", "Deny"],
2012
+ },
2007
2013
  },
2008
2014
  sourceAddressPrefix: {
2009
2015
  serializedName: "sourceAddressPrefix",
2010
2016
  required: true,
2011
2017
  type: {
2012
- name: "String"
2013
- }
2018
+ name: "String",
2019
+ },
2014
2020
  },
2015
2021
  sourcePortRanges: {
2016
2022
  serializedName: "sourcePortRanges",
@@ -2018,13 +2024,13 @@ export const NetworkSecurityGroupRule = {
2018
2024
  name: "Sequence",
2019
2025
  element: {
2020
2026
  type: {
2021
- name: "String"
2022
- }
2023
- }
2024
- }
2025
- }
2026
- }
2027
- }
2027
+ name: "String",
2028
+ },
2029
+ },
2030
+ },
2031
+ },
2032
+ },
2033
+ },
2028
2034
  };
2029
2035
  export const PublicIPAddressConfiguration = {
2030
2036
  type: {
@@ -2035,8 +2041,8 @@ export const PublicIPAddressConfiguration = {
2035
2041
  serializedName: "provision",
2036
2042
  type: {
2037
2043
  name: "Enum",
2038
- allowedValues: ["BatchManaged", "UserManaged", "NoPublicIPAddresses"]
2039
- }
2044
+ allowedValues: ["BatchManaged", "UserManaged", "NoPublicIPAddresses"],
2045
+ },
2040
2046
  },
2041
2047
  ipAddressIds: {
2042
2048
  serializedName: "ipAddressIds",
@@ -2044,13 +2050,13 @@ export const PublicIPAddressConfiguration = {
2044
2050
  name: "Sequence",
2045
2051
  element: {
2046
2052
  type: {
2047
- name: "String"
2048
- }
2049
- }
2050
- }
2051
- }
2052
- }
2053
- }
2053
+ name: "String",
2054
+ },
2055
+ },
2056
+ },
2057
+ },
2058
+ },
2059
+ },
2054
2060
  };
2055
2061
  export const TaskSchedulingPolicy = {
2056
2062
  type: {
@@ -2063,11 +2069,11 @@ export const TaskSchedulingPolicy = {
2063
2069
  required: true,
2064
2070
  type: {
2065
2071
  name: "Enum",
2066
- allowedValues: ["Spread", "Pack"]
2067
- }
2068
- }
2069
- }
2070
- }
2072
+ allowedValues: ["Spread", "Pack"],
2073
+ },
2074
+ },
2075
+ },
2076
+ },
2071
2077
  };
2072
2078
  export const UserAccount = {
2073
2079
  type: {
@@ -2078,39 +2084,39 @@ export const UserAccount = {
2078
2084
  serializedName: "name",
2079
2085
  required: true,
2080
2086
  type: {
2081
- name: "String"
2082
- }
2087
+ name: "String",
2088
+ },
2083
2089
  },
2084
2090
  password: {
2085
2091
  serializedName: "password",
2086
2092
  required: true,
2087
2093
  type: {
2088
- name: "String"
2089
- }
2094
+ name: "String",
2095
+ },
2090
2096
  },
2091
2097
  elevationLevel: {
2092
2098
  serializedName: "elevationLevel",
2093
2099
  type: {
2094
2100
  name: "Enum",
2095
- allowedValues: ["NonAdmin", "Admin"]
2096
- }
2101
+ allowedValues: ["NonAdmin", "Admin"],
2102
+ },
2097
2103
  },
2098
2104
  linuxUserConfiguration: {
2099
2105
  serializedName: "linuxUserConfiguration",
2100
2106
  type: {
2101
2107
  name: "Composite",
2102
- className: "LinuxUserConfiguration"
2103
- }
2108
+ className: "LinuxUserConfiguration",
2109
+ },
2104
2110
  },
2105
2111
  windowsUserConfiguration: {
2106
2112
  serializedName: "windowsUserConfiguration",
2107
2113
  type: {
2108
2114
  name: "Composite",
2109
- className: "WindowsUserConfiguration"
2110
- }
2111
- }
2112
- }
2113
- }
2115
+ className: "WindowsUserConfiguration",
2116
+ },
2117
+ },
2118
+ },
2119
+ },
2114
2120
  };
2115
2121
  export const LinuxUserConfiguration = {
2116
2122
  type: {
@@ -2120,23 +2126,23 @@ export const LinuxUserConfiguration = {
2120
2126
  uid: {
2121
2127
  serializedName: "uid",
2122
2128
  type: {
2123
- name: "Number"
2124
- }
2129
+ name: "Number",
2130
+ },
2125
2131
  },
2126
2132
  gid: {
2127
2133
  serializedName: "gid",
2128
2134
  type: {
2129
- name: "Number"
2130
- }
2135
+ name: "Number",
2136
+ },
2131
2137
  },
2132
2138
  sshPrivateKey: {
2133
2139
  serializedName: "sshPrivateKey",
2134
2140
  type: {
2135
- name: "String"
2136
- }
2137
- }
2138
- }
2139
- }
2141
+ name: "String",
2142
+ },
2143
+ },
2144
+ },
2145
+ },
2140
2146
  };
2141
2147
  export const WindowsUserConfiguration = {
2142
2148
  type: {
@@ -2147,11 +2153,11 @@ export const WindowsUserConfiguration = {
2147
2153
  serializedName: "loginMode",
2148
2154
  type: {
2149
2155
  name: "Enum",
2150
- allowedValues: ["Batch", "Interactive"]
2151
- }
2152
- }
2153
- }
2154
- }
2156
+ allowedValues: ["Batch", "Interactive"],
2157
+ },
2158
+ },
2159
+ },
2160
+ },
2155
2161
  };
2156
2162
  export const MetadataItem = {
2157
2163
  type: {
@@ -2162,18 +2168,18 @@ export const MetadataItem = {
2162
2168
  serializedName: "name",
2163
2169
  required: true,
2164
2170
  type: {
2165
- name: "String"
2166
- }
2171
+ name: "String",
2172
+ },
2167
2173
  },
2168
2174
  value: {
2169
2175
  serializedName: "value",
2170
2176
  required: true,
2171
2177
  type: {
2172
- name: "String"
2173
- }
2174
- }
2175
- }
2176
- }
2178
+ name: "String",
2179
+ },
2180
+ },
2181
+ },
2182
+ },
2177
2183
  };
2178
2184
  export const StartTask = {
2179
2185
  type: {
@@ -2183,8 +2189,8 @@ export const StartTask = {
2183
2189
  commandLine: {
2184
2190
  serializedName: "commandLine",
2185
2191
  type: {
2186
- name: "String"
2187
- }
2192
+ name: "String",
2193
+ },
2188
2194
  },
2189
2195
  resourceFiles: {
2190
2196
  serializedName: "resourceFiles",
@@ -2193,10 +2199,10 @@ export const StartTask = {
2193
2199
  element: {
2194
2200
  type: {
2195
2201
  name: "Composite",
2196
- className: "ResourceFile"
2197
- }
2198
- }
2199
- }
2202
+ className: "ResourceFile",
2203
+ },
2204
+ },
2205
+ },
2200
2206
  },
2201
2207
  environmentSettings: {
2202
2208
  serializedName: "environmentSettings",
@@ -2205,40 +2211,40 @@ export const StartTask = {
2205
2211
  element: {
2206
2212
  type: {
2207
2213
  name: "Composite",
2208
- className: "EnvironmentSetting"
2209
- }
2210
- }
2211
- }
2214
+ className: "EnvironmentSetting",
2215
+ },
2216
+ },
2217
+ },
2212
2218
  },
2213
2219
  userIdentity: {
2214
2220
  serializedName: "userIdentity",
2215
2221
  type: {
2216
2222
  name: "Composite",
2217
- className: "UserIdentity"
2218
- }
2223
+ className: "UserIdentity",
2224
+ },
2219
2225
  },
2220
2226
  maxTaskRetryCount: {
2221
2227
  defaultValue: 0,
2222
2228
  serializedName: "maxTaskRetryCount",
2223
2229
  type: {
2224
- name: "Number"
2225
- }
2230
+ name: "Number",
2231
+ },
2226
2232
  },
2227
2233
  waitForSuccess: {
2228
2234
  serializedName: "waitForSuccess",
2229
2235
  type: {
2230
- name: "Boolean"
2231
- }
2236
+ name: "Boolean",
2237
+ },
2232
2238
  },
2233
2239
  containerSettings: {
2234
2240
  serializedName: "containerSettings",
2235
2241
  type: {
2236
2242
  name: "Composite",
2237
- className: "TaskContainerSettings"
2238
- }
2239
- }
2240
- }
2241
- }
2243
+ className: "TaskContainerSettings",
2244
+ },
2245
+ },
2246
+ },
2247
+ },
2242
2248
  };
2243
2249
  export const ResourceFile = {
2244
2250
  type: {
@@ -2248,48 +2254,48 @@ export const ResourceFile = {
2248
2254
  autoStorageContainerName: {
2249
2255
  serializedName: "autoStorageContainerName",
2250
2256
  type: {
2251
- name: "String"
2252
- }
2257
+ name: "String",
2258
+ },
2253
2259
  },
2254
2260
  storageContainerUrl: {
2255
2261
  serializedName: "storageContainerUrl",
2256
2262
  type: {
2257
- name: "String"
2258
- }
2263
+ name: "String",
2264
+ },
2259
2265
  },
2260
2266
  httpUrl: {
2261
2267
  serializedName: "httpUrl",
2262
2268
  type: {
2263
- name: "String"
2264
- }
2269
+ name: "String",
2270
+ },
2265
2271
  },
2266
2272
  blobPrefix: {
2267
2273
  serializedName: "blobPrefix",
2268
2274
  type: {
2269
- name: "String"
2270
- }
2275
+ name: "String",
2276
+ },
2271
2277
  },
2272
2278
  filePath: {
2273
2279
  serializedName: "filePath",
2274
2280
  type: {
2275
- name: "String"
2276
- }
2281
+ name: "String",
2282
+ },
2277
2283
  },
2278
2284
  fileMode: {
2279
2285
  serializedName: "fileMode",
2280
2286
  type: {
2281
- name: "String"
2282
- }
2287
+ name: "String",
2288
+ },
2283
2289
  },
2284
2290
  identityReference: {
2285
2291
  serializedName: "identityReference",
2286
2292
  type: {
2287
2293
  name: "Composite",
2288
- className: "ComputeNodeIdentityReference"
2289
- }
2290
- }
2291
- }
2292
- }
2294
+ className: "ComputeNodeIdentityReference",
2295
+ },
2296
+ },
2297
+ },
2298
+ },
2293
2299
  };
2294
2300
  export const EnvironmentSetting = {
2295
2301
  type: {
@@ -2300,17 +2306,17 @@ export const EnvironmentSetting = {
2300
2306
  serializedName: "name",
2301
2307
  required: true,
2302
2308
  type: {
2303
- name: "String"
2304
- }
2309
+ name: "String",
2310
+ },
2305
2311
  },
2306
2312
  value: {
2307
2313
  serializedName: "value",
2308
2314
  type: {
2309
- name: "String"
2310
- }
2311
- }
2312
- }
2313
- }
2315
+ name: "String",
2316
+ },
2317
+ },
2318
+ },
2319
+ },
2314
2320
  };
2315
2321
  export const UserIdentity = {
2316
2322
  type: {
@@ -2320,18 +2326,18 @@ export const UserIdentity = {
2320
2326
  userName: {
2321
2327
  serializedName: "userName",
2322
2328
  type: {
2323
- name: "String"
2324
- }
2329
+ name: "String",
2330
+ },
2325
2331
  },
2326
2332
  autoUser: {
2327
2333
  serializedName: "autoUser",
2328
2334
  type: {
2329
2335
  name: "Composite",
2330
- className: "AutoUserSpecification"
2331
- }
2332
- }
2333
- }
2334
- }
2336
+ className: "AutoUserSpecification",
2337
+ },
2338
+ },
2339
+ },
2340
+ },
2335
2341
  };
2336
2342
  export const AutoUserSpecification = {
2337
2343
  type: {
@@ -2342,18 +2348,18 @@ export const AutoUserSpecification = {
2342
2348
  serializedName: "scope",
2343
2349
  type: {
2344
2350
  name: "Enum",
2345
- allowedValues: ["Task", "Pool"]
2346
- }
2351
+ allowedValues: ["Task", "Pool"],
2352
+ },
2347
2353
  },
2348
2354
  elevationLevel: {
2349
2355
  serializedName: "elevationLevel",
2350
2356
  type: {
2351
2357
  name: "Enum",
2352
- allowedValues: ["NonAdmin", "Admin"]
2353
- }
2354
- }
2355
- }
2356
- }
2358
+ allowedValues: ["NonAdmin", "Admin"],
2359
+ },
2360
+ },
2361
+ },
2362
+ },
2357
2363
  };
2358
2364
  export const TaskContainerSettings = {
2359
2365
  type: {
@@ -2363,32 +2369,32 @@ export const TaskContainerSettings = {
2363
2369
  containerRunOptions: {
2364
2370
  serializedName: "containerRunOptions",
2365
2371
  type: {
2366
- name: "String"
2367
- }
2372
+ name: "String",
2373
+ },
2368
2374
  },
2369
2375
  imageName: {
2370
2376
  serializedName: "imageName",
2371
2377
  required: true,
2372
2378
  type: {
2373
- name: "String"
2374
- }
2379
+ name: "String",
2380
+ },
2375
2381
  },
2376
2382
  registry: {
2377
2383
  serializedName: "registry",
2378
2384
  type: {
2379
2385
  name: "Composite",
2380
- className: "ContainerRegistry"
2381
- }
2386
+ className: "ContainerRegistry",
2387
+ },
2382
2388
  },
2383
2389
  workingDirectory: {
2384
2390
  serializedName: "workingDirectory",
2385
2391
  type: {
2386
2392
  name: "Enum",
2387
- allowedValues: ["TaskWorkingDirectory", "ContainerImageDefault"]
2388
- }
2389
- }
2390
- }
2391
- }
2393
+ allowedValues: ["TaskWorkingDirectory", "ContainerImageDefault"],
2394
+ },
2395
+ },
2396
+ },
2397
+ },
2392
2398
  };
2393
2399
  export const CertificateReference = {
2394
2400
  type: {
@@ -2399,21 +2405,21 @@ export const CertificateReference = {
2399
2405
  serializedName: "id",
2400
2406
  required: true,
2401
2407
  type: {
2402
- name: "String"
2403
- }
2408
+ name: "String",
2409
+ },
2404
2410
  },
2405
2411
  storeLocation: {
2406
2412
  serializedName: "storeLocation",
2407
2413
  type: {
2408
2414
  name: "Enum",
2409
- allowedValues: ["CurrentUser", "LocalMachine"]
2410
- }
2415
+ allowedValues: ["CurrentUser", "LocalMachine"],
2416
+ },
2411
2417
  },
2412
2418
  storeName: {
2413
2419
  serializedName: "storeName",
2414
2420
  type: {
2415
- name: "String"
2416
- }
2421
+ name: "String",
2422
+ },
2417
2423
  },
2418
2424
  visibility: {
2419
2425
  serializedName: "visibility",
@@ -2422,13 +2428,13 @@ export const CertificateReference = {
2422
2428
  element: {
2423
2429
  type: {
2424
2430
  name: "Enum",
2425
- allowedValues: ["StartTask", "Task", "RemoteUser"]
2426
- }
2427
- }
2428
- }
2429
- }
2430
- }
2431
- }
2431
+ allowedValues: ["StartTask", "Task", "RemoteUser"],
2432
+ },
2433
+ },
2434
+ },
2435
+ },
2436
+ },
2437
+ },
2432
2438
  };
2433
2439
  export const ApplicationPackageReference = {
2434
2440
  type: {
@@ -2439,17 +2445,17 @@ export const ApplicationPackageReference = {
2439
2445
  serializedName: "id",
2440
2446
  required: true,
2441
2447
  type: {
2442
- name: "String"
2443
- }
2448
+ name: "String",
2449
+ },
2444
2450
  },
2445
2451
  version: {
2446
2452
  serializedName: "version",
2447
2453
  type: {
2448
- name: "String"
2449
- }
2450
- }
2451
- }
2452
- }
2454
+ name: "String",
2455
+ },
2456
+ },
2457
+ },
2458
+ },
2453
2459
  };
2454
2460
  export const ResizeOperationStatus = {
2455
2461
  type: {
@@ -2459,20 +2465,20 @@ export const ResizeOperationStatus = {
2459
2465
  targetDedicatedNodes: {
2460
2466
  serializedName: "targetDedicatedNodes",
2461
2467
  type: {
2462
- name: "Number"
2463
- }
2468
+ name: "Number",
2469
+ },
2464
2470
  },
2465
2471
  targetLowPriorityNodes: {
2466
2472
  serializedName: "targetLowPriorityNodes",
2467
2473
  type: {
2468
- name: "Number"
2469
- }
2474
+ name: "Number",
2475
+ },
2470
2476
  },
2471
2477
  resizeTimeout: {
2472
2478
  serializedName: "resizeTimeout",
2473
2479
  type: {
2474
- name: "TimeSpan"
2475
- }
2480
+ name: "TimeSpan",
2481
+ },
2476
2482
  },
2477
2483
  nodeDeallocationOption: {
2478
2484
  serializedName: "nodeDeallocationOption",
@@ -2482,15 +2488,15 @@ export const ResizeOperationStatus = {
2482
2488
  "Requeue",
2483
2489
  "Terminate",
2484
2490
  "TaskCompletion",
2485
- "RetainedData"
2486
- ]
2487
- }
2491
+ "RetainedData",
2492
+ ],
2493
+ },
2488
2494
  },
2489
2495
  startTime: {
2490
2496
  serializedName: "startTime",
2491
2497
  type: {
2492
- name: "DateTime"
2493
- }
2498
+ name: "DateTime",
2499
+ },
2494
2500
  },
2495
2501
  errors: {
2496
2502
  serializedName: "errors",
@@ -2499,13 +2505,13 @@ export const ResizeOperationStatus = {
2499
2505
  element: {
2500
2506
  type: {
2501
2507
  name: "Composite",
2502
- className: "ResizeError"
2503
- }
2504
- }
2505
- }
2506
- }
2507
- }
2508
- }
2508
+ className: "ResizeError",
2509
+ },
2510
+ },
2511
+ },
2512
+ },
2513
+ },
2514
+ },
2509
2515
  };
2510
2516
  export const ResizeError = {
2511
2517
  type: {
@@ -2516,15 +2522,15 @@ export const ResizeError = {
2516
2522
  serializedName: "code",
2517
2523
  required: true,
2518
2524
  type: {
2519
- name: "String"
2520
- }
2525
+ name: "String",
2526
+ },
2521
2527
  },
2522
2528
  message: {
2523
2529
  serializedName: "message",
2524
2530
  required: true,
2525
2531
  type: {
2526
- name: "String"
2527
- }
2532
+ name: "String",
2533
+ },
2528
2534
  },
2529
2535
  details: {
2530
2536
  serializedName: "details",
@@ -2533,13 +2539,13 @@ export const ResizeError = {
2533
2539
  element: {
2534
2540
  type: {
2535
2541
  name: "Composite",
2536
- className: "ResizeError"
2537
- }
2538
- }
2539
- }
2540
- }
2541
- }
2542
- }
2542
+ className: "ResizeError",
2543
+ },
2544
+ },
2545
+ },
2546
+ },
2547
+ },
2548
+ },
2543
2549
  };
2544
2550
  export const MountConfiguration = {
2545
2551
  type: {
@@ -2550,32 +2556,32 @@ export const MountConfiguration = {
2550
2556
  serializedName: "azureBlobFileSystemConfiguration",
2551
2557
  type: {
2552
2558
  name: "Composite",
2553
- className: "AzureBlobFileSystemConfiguration"
2554
- }
2559
+ className: "AzureBlobFileSystemConfiguration",
2560
+ },
2555
2561
  },
2556
2562
  nfsMountConfiguration: {
2557
2563
  serializedName: "nfsMountConfiguration",
2558
2564
  type: {
2559
2565
  name: "Composite",
2560
- className: "NFSMountConfiguration"
2561
- }
2566
+ className: "NFSMountConfiguration",
2567
+ },
2562
2568
  },
2563
2569
  cifsMountConfiguration: {
2564
2570
  serializedName: "cifsMountConfiguration",
2565
2571
  type: {
2566
2572
  name: "Composite",
2567
- className: "CifsMountConfiguration"
2568
- }
2573
+ className: "CifsMountConfiguration",
2574
+ },
2569
2575
  },
2570
2576
  azureFileShareConfiguration: {
2571
2577
  serializedName: "azureFileShareConfiguration",
2572
2578
  type: {
2573
2579
  name: "Composite",
2574
- className: "AzureFileShareConfiguration"
2575
- }
2576
- }
2577
- }
2578
- }
2580
+ className: "AzureFileShareConfiguration",
2581
+ },
2582
+ },
2583
+ },
2584
+ },
2579
2585
  };
2580
2586
  export const AzureBlobFileSystemConfiguration = {
2581
2587
  type: {
@@ -2586,50 +2592,50 @@ export const AzureBlobFileSystemConfiguration = {
2586
2592
  serializedName: "accountName",
2587
2593
  required: true,
2588
2594
  type: {
2589
- name: "String"
2590
- }
2595
+ name: "String",
2596
+ },
2591
2597
  },
2592
2598
  containerName: {
2593
2599
  serializedName: "containerName",
2594
2600
  required: true,
2595
2601
  type: {
2596
- name: "String"
2597
- }
2602
+ name: "String",
2603
+ },
2598
2604
  },
2599
2605
  accountKey: {
2600
2606
  serializedName: "accountKey",
2601
2607
  type: {
2602
- name: "String"
2603
- }
2608
+ name: "String",
2609
+ },
2604
2610
  },
2605
2611
  sasKey: {
2606
2612
  serializedName: "sasKey",
2607
2613
  type: {
2608
- name: "String"
2609
- }
2614
+ name: "String",
2615
+ },
2610
2616
  },
2611
2617
  blobfuseOptions: {
2612
2618
  serializedName: "blobfuseOptions",
2613
2619
  type: {
2614
- name: "String"
2615
- }
2620
+ name: "String",
2621
+ },
2616
2622
  },
2617
2623
  relativeMountPath: {
2618
2624
  serializedName: "relativeMountPath",
2619
2625
  required: true,
2620
2626
  type: {
2621
- name: "String"
2622
- }
2627
+ name: "String",
2628
+ },
2623
2629
  },
2624
2630
  identityReference: {
2625
2631
  serializedName: "identityReference",
2626
2632
  type: {
2627
2633
  name: "Composite",
2628
- className: "ComputeNodeIdentityReference"
2629
- }
2630
- }
2631
- }
2632
- }
2634
+ className: "ComputeNodeIdentityReference",
2635
+ },
2636
+ },
2637
+ },
2638
+ },
2633
2639
  };
2634
2640
  export const NFSMountConfiguration = {
2635
2641
  type: {
@@ -2640,24 +2646,24 @@ export const NFSMountConfiguration = {
2640
2646
  serializedName: "source",
2641
2647
  required: true,
2642
2648
  type: {
2643
- name: "String"
2644
- }
2649
+ name: "String",
2650
+ },
2645
2651
  },
2646
2652
  relativeMountPath: {
2647
2653
  serializedName: "relativeMountPath",
2648
2654
  required: true,
2649
2655
  type: {
2650
- name: "String"
2651
- }
2656
+ name: "String",
2657
+ },
2652
2658
  },
2653
2659
  mountOptions: {
2654
2660
  serializedName: "mountOptions",
2655
2661
  type: {
2656
- name: "String"
2657
- }
2658
- }
2659
- }
2660
- }
2662
+ name: "String",
2663
+ },
2664
+ },
2665
+ },
2666
+ },
2661
2667
  };
2662
2668
  export const CifsMountConfiguration = {
2663
2669
  type: {
@@ -2668,38 +2674,38 @@ export const CifsMountConfiguration = {
2668
2674
  serializedName: "userName",
2669
2675
  required: true,
2670
2676
  type: {
2671
- name: "String"
2672
- }
2677
+ name: "String",
2678
+ },
2673
2679
  },
2674
2680
  source: {
2675
2681
  serializedName: "source",
2676
2682
  required: true,
2677
2683
  type: {
2678
- name: "String"
2679
- }
2684
+ name: "String",
2685
+ },
2680
2686
  },
2681
2687
  relativeMountPath: {
2682
2688
  serializedName: "relativeMountPath",
2683
2689
  required: true,
2684
2690
  type: {
2685
- name: "String"
2686
- }
2691
+ name: "String",
2692
+ },
2687
2693
  },
2688
2694
  mountOptions: {
2689
2695
  serializedName: "mountOptions",
2690
2696
  type: {
2691
- name: "String"
2692
- }
2697
+ name: "String",
2698
+ },
2693
2699
  },
2694
2700
  password: {
2695
2701
  serializedName: "password",
2696
2702
  required: true,
2697
2703
  type: {
2698
- name: "String"
2699
- }
2700
- }
2701
- }
2702
- }
2704
+ name: "String",
2705
+ },
2706
+ },
2707
+ },
2708
+ },
2703
2709
  };
2704
2710
  export const AzureFileShareConfiguration = {
2705
2711
  type: {
@@ -2710,38 +2716,162 @@ export const AzureFileShareConfiguration = {
2710
2716
  serializedName: "accountName",
2711
2717
  required: true,
2712
2718
  type: {
2713
- name: "String"
2714
- }
2719
+ name: "String",
2720
+ },
2715
2721
  },
2716
2722
  azureFileUrl: {
2717
2723
  serializedName: "azureFileUrl",
2718
2724
  required: true,
2719
2725
  type: {
2720
- name: "String"
2721
- }
2726
+ name: "String",
2727
+ },
2722
2728
  },
2723
2729
  accountKey: {
2724
2730
  serializedName: "accountKey",
2725
2731
  required: true,
2726
2732
  type: {
2727
- name: "String"
2728
- }
2733
+ name: "String",
2734
+ },
2729
2735
  },
2730
2736
  relativeMountPath: {
2731
2737
  serializedName: "relativeMountPath",
2732
2738
  required: true,
2733
2739
  type: {
2734
- name: "String"
2735
- }
2740
+ name: "String",
2741
+ },
2736
2742
  },
2737
2743
  mountOptions: {
2738
2744
  serializedName: "mountOptions",
2739
2745
  type: {
2740
- name: "String"
2741
- }
2742
- }
2743
- }
2744
- }
2746
+ name: "String",
2747
+ },
2748
+ },
2749
+ },
2750
+ },
2751
+ };
2752
+ export const UpgradePolicy = {
2753
+ type: {
2754
+ name: "Composite",
2755
+ className: "UpgradePolicy",
2756
+ modelProperties: {
2757
+ mode: {
2758
+ serializedName: "mode",
2759
+ required: true,
2760
+ type: {
2761
+ name: "Enum",
2762
+ allowedValues: ["automatic", "manual", "rolling"],
2763
+ },
2764
+ },
2765
+ automaticOSUpgradePolicy: {
2766
+ serializedName: "automaticOSUpgradePolicy",
2767
+ type: {
2768
+ name: "Composite",
2769
+ className: "AutomaticOSUpgradePolicy",
2770
+ },
2771
+ },
2772
+ rollingUpgradePolicy: {
2773
+ serializedName: "rollingUpgradePolicy",
2774
+ type: {
2775
+ name: "Composite",
2776
+ className: "RollingUpgradePolicy",
2777
+ },
2778
+ },
2779
+ },
2780
+ },
2781
+ };
2782
+ export const AutomaticOSUpgradePolicy = {
2783
+ type: {
2784
+ name: "Composite",
2785
+ className: "AutomaticOSUpgradePolicy",
2786
+ modelProperties: {
2787
+ disableAutomaticRollback: {
2788
+ serializedName: "disableAutomaticRollback",
2789
+ type: {
2790
+ name: "Boolean",
2791
+ },
2792
+ },
2793
+ enableAutomaticOSUpgrade: {
2794
+ serializedName: "enableAutomaticOSUpgrade",
2795
+ type: {
2796
+ name: "Boolean",
2797
+ },
2798
+ },
2799
+ useRollingUpgradePolicy: {
2800
+ serializedName: "useRollingUpgradePolicy",
2801
+ type: {
2802
+ name: "Boolean",
2803
+ },
2804
+ },
2805
+ osRollingUpgradeDeferral: {
2806
+ serializedName: "osRollingUpgradeDeferral",
2807
+ type: {
2808
+ name: "Boolean",
2809
+ },
2810
+ },
2811
+ },
2812
+ },
2813
+ };
2814
+ export const RollingUpgradePolicy = {
2815
+ type: {
2816
+ name: "Composite",
2817
+ className: "RollingUpgradePolicy",
2818
+ modelProperties: {
2819
+ enableCrossZoneUpgrade: {
2820
+ serializedName: "enableCrossZoneUpgrade",
2821
+ type: {
2822
+ name: "Boolean",
2823
+ },
2824
+ },
2825
+ maxBatchInstancePercent: {
2826
+ constraints: {
2827
+ InclusiveMaximum: 100,
2828
+ InclusiveMinimum: 5,
2829
+ },
2830
+ serializedName: "maxBatchInstancePercent",
2831
+ type: {
2832
+ name: "Number",
2833
+ },
2834
+ },
2835
+ maxUnhealthyInstancePercent: {
2836
+ constraints: {
2837
+ InclusiveMaximum: 100,
2838
+ InclusiveMinimum: 5,
2839
+ },
2840
+ serializedName: "maxUnhealthyInstancePercent",
2841
+ type: {
2842
+ name: "Number",
2843
+ },
2844
+ },
2845
+ maxUnhealthyUpgradedInstancePercent: {
2846
+ constraints: {
2847
+ InclusiveMaximum: 100,
2848
+ InclusiveMinimum: 0,
2849
+ },
2850
+ serializedName: "maxUnhealthyUpgradedInstancePercent",
2851
+ type: {
2852
+ name: "Number",
2853
+ },
2854
+ },
2855
+ pauseTimeBetweenBatches: {
2856
+ serializedName: "pauseTimeBetweenBatches",
2857
+ type: {
2858
+ name: "String",
2859
+ },
2860
+ },
2861
+ prioritizeUnhealthyInstances: {
2862
+ serializedName: "prioritizeUnhealthyInstances",
2863
+ type: {
2864
+ name: "Boolean",
2865
+ },
2866
+ },
2867
+ rollbackFailedInstancesOnPolicyBreach: {
2868
+ serializedName: "rollbackFailedInstancesOnPolicyBreach",
2869
+ type: {
2870
+ name: "Boolean",
2871
+ },
2872
+ },
2873
+ },
2874
+ },
2745
2875
  };
2746
2876
  export const BatchPoolIdentity = {
2747
2877
  type: {
@@ -2753,20 +2883,20 @@ export const BatchPoolIdentity = {
2753
2883
  required: true,
2754
2884
  type: {
2755
2885
  name: "Enum",
2756
- allowedValues: ["UserAssigned", "None"]
2757
- }
2886
+ allowedValues: ["UserAssigned", "None"],
2887
+ },
2758
2888
  },
2759
2889
  userAssignedIdentities: {
2760
2890
  serializedName: "userAssignedIdentities",
2761
2891
  type: {
2762
2892
  name: "Dictionary",
2763
2893
  value: {
2764
- type: { name: "Composite", className: "UserAssignedIdentities" }
2765
- }
2766
- }
2767
- }
2768
- }
2769
- }
2894
+ type: { name: "Composite", className: "UserAssignedIdentities" },
2895
+ },
2896
+ },
2897
+ },
2898
+ },
2899
+ },
2770
2900
  };
2771
2901
  export const OutboundEnvironmentEndpointCollection = {
2772
2902
  type: {
@@ -2781,19 +2911,19 @@ export const OutboundEnvironmentEndpointCollection = {
2781
2911
  element: {
2782
2912
  type: {
2783
2913
  name: "Composite",
2784
- className: "OutboundEnvironmentEndpoint"
2785
- }
2786
- }
2787
- }
2914
+ className: "OutboundEnvironmentEndpoint",
2915
+ },
2916
+ },
2917
+ },
2788
2918
  },
2789
2919
  nextLink: {
2790
2920
  serializedName: "nextLink",
2791
2921
  type: {
2792
- name: "String"
2793
- }
2794
- }
2795
- }
2796
- }
2922
+ name: "String",
2923
+ },
2924
+ },
2925
+ },
2926
+ },
2797
2927
  };
2798
2928
  export const OutboundEnvironmentEndpoint = {
2799
2929
  type: {
@@ -2804,8 +2934,8 @@ export const OutboundEnvironmentEndpoint = {
2804
2934
  serializedName: "category",
2805
2935
  readOnly: true,
2806
2936
  type: {
2807
- name: "String"
2808
- }
2937
+ name: "String",
2938
+ },
2809
2939
  },
2810
2940
  endpoints: {
2811
2941
  serializedName: "endpoints",
@@ -2815,13 +2945,13 @@ export const OutboundEnvironmentEndpoint = {
2815
2945
  element: {
2816
2946
  type: {
2817
2947
  name: "Composite",
2818
- className: "EndpointDependency"
2819
- }
2820
- }
2821
- }
2822
- }
2823
- }
2824
- }
2948
+ className: "EndpointDependency",
2949
+ },
2950
+ },
2951
+ },
2952
+ },
2953
+ },
2954
+ },
2825
2955
  };
2826
2956
  export const EndpointDependency = {
2827
2957
  type: {
@@ -2832,15 +2962,15 @@ export const EndpointDependency = {
2832
2962
  serializedName: "domainName",
2833
2963
  readOnly: true,
2834
2964
  type: {
2835
- name: "String"
2836
- }
2965
+ name: "String",
2966
+ },
2837
2967
  },
2838
2968
  description: {
2839
2969
  serializedName: "description",
2840
2970
  readOnly: true,
2841
2971
  type: {
2842
- name: "String"
2843
- }
2972
+ name: "String",
2973
+ },
2844
2974
  },
2845
2975
  endpointDetails: {
2846
2976
  serializedName: "endpointDetails",
@@ -2850,13 +2980,13 @@ export const EndpointDependency = {
2850
2980
  element: {
2851
2981
  type: {
2852
2982
  name: "Composite",
2853
- className: "EndpointDetail"
2854
- }
2855
- }
2856
- }
2857
- }
2858
- }
2859
- }
2983
+ className: "EndpointDetail",
2984
+ },
2985
+ },
2986
+ },
2987
+ },
2988
+ },
2989
+ },
2860
2990
  };
2861
2991
  export const EndpointDetail = {
2862
2992
  type: {
@@ -2867,11 +2997,11 @@ export const EndpointDetail = {
2867
2997
  serializedName: "port",
2868
2998
  readOnly: true,
2869
2999
  type: {
2870
- name: "Number"
2871
- }
2872
- }
2873
- }
2874
- }
3000
+ name: "Number",
3001
+ },
3002
+ },
3003
+ },
3004
+ },
2875
3005
  };
2876
3006
  export const AutoStorageProperties = {
2877
3007
  type: {
@@ -2881,10 +3011,10 @@ export const AutoStorageProperties = {
2881
3011
  serializedName: "lastKeySync",
2882
3012
  required: true,
2883
3013
  type: {
2884
- name: "DateTime"
2885
- }
2886
- } })
2887
- }
3014
+ name: "DateTime",
3015
+ },
3016
+ } }),
3017
+ },
2888
3018
  };
2889
3019
  export const PrivateEndpointConnection = {
2890
3020
  type: {
@@ -2901,15 +3031,15 @@ export const PrivateEndpointConnection = {
2901
3031
  "Deleting",
2902
3032
  "Succeeded",
2903
3033
  "Failed",
2904
- "Cancelled"
2905
- ]
2906
- }
3034
+ "Cancelled",
3035
+ ],
3036
+ },
2907
3037
  }, privateEndpoint: {
2908
3038
  serializedName: "properties.privateEndpoint",
2909
3039
  type: {
2910
3040
  name: "Composite",
2911
- className: "PrivateEndpoint"
2912
- }
3041
+ className: "PrivateEndpoint",
3042
+ },
2913
3043
  }, groupIds: {
2914
3044
  serializedName: "properties.groupIds",
2915
3045
  readOnly: true,
@@ -2917,18 +3047,18 @@ export const PrivateEndpointConnection = {
2917
3047
  name: "Sequence",
2918
3048
  element: {
2919
3049
  type: {
2920
- name: "String"
2921
- }
2922
- }
2923
- }
3050
+ name: "String",
3051
+ },
3052
+ },
3053
+ },
2924
3054
  }, privateLinkServiceConnectionState: {
2925
3055
  serializedName: "properties.privateLinkServiceConnectionState",
2926
3056
  type: {
2927
3057
  name: "Composite",
2928
- className: "PrivateLinkServiceConnectionState"
2929
- }
2930
- } })
2931
- }
3058
+ className: "PrivateLinkServiceConnectionState",
3059
+ },
3060
+ } }),
3061
+ },
2932
3062
  };
2933
3063
  export const ApplicationPackage = {
2934
3064
  type: {
@@ -2939,34 +3069,34 @@ export const ApplicationPackage = {
2939
3069
  readOnly: true,
2940
3070
  type: {
2941
3071
  name: "Enum",
2942
- allowedValues: ["Pending", "Active"]
2943
- }
3072
+ allowedValues: ["Pending", "Active"],
3073
+ },
2944
3074
  }, format: {
2945
3075
  serializedName: "properties.format",
2946
3076
  readOnly: true,
2947
3077
  type: {
2948
- name: "String"
2949
- }
3078
+ name: "String",
3079
+ },
2950
3080
  }, storageUrl: {
2951
3081
  serializedName: "properties.storageUrl",
2952
3082
  readOnly: true,
2953
3083
  type: {
2954
- name: "String"
2955
- }
3084
+ name: "String",
3085
+ },
2956
3086
  }, storageUrlExpiry: {
2957
3087
  serializedName: "properties.storageUrlExpiry",
2958
3088
  readOnly: true,
2959
3089
  type: {
2960
- name: "DateTime"
2961
- }
3090
+ name: "DateTime",
3091
+ },
2962
3092
  }, lastActivationTime: {
2963
3093
  serializedName: "properties.lastActivationTime",
2964
3094
  readOnly: true,
2965
3095
  type: {
2966
- name: "DateTime"
2967
- }
2968
- } })
2969
- }
3096
+ name: "DateTime",
3097
+ },
3098
+ } }),
3099
+ },
2970
3100
  };
2971
3101
  export const Application = {
2972
3102
  type: {
@@ -2975,20 +3105,20 @@ export const Application = {
2975
3105
  modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { displayName: {
2976
3106
  serializedName: "properties.displayName",
2977
3107
  type: {
2978
- name: "String"
2979
- }
3108
+ name: "String",
3109
+ },
2980
3110
  }, allowUpdates: {
2981
3111
  serializedName: "properties.allowUpdates",
2982
3112
  type: {
2983
- name: "Boolean"
2984
- }
3113
+ name: "Boolean",
3114
+ },
2985
3115
  }, defaultVersion: {
2986
3116
  serializedName: "properties.defaultVersion",
2987
3117
  type: {
2988
- name: "String"
2989
- }
2990
- } })
2991
- }
3118
+ name: "String",
3119
+ },
3120
+ } }),
3121
+ },
2992
3122
  };
2993
3123
  export const Certificate = {
2994
3124
  type: {
@@ -2997,59 +3127,59 @@ export const Certificate = {
2997
3127
  modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { thumbprintAlgorithm: {
2998
3128
  serializedName: "properties.thumbprintAlgorithm",
2999
3129
  type: {
3000
- name: "String"
3001
- }
3130
+ name: "String",
3131
+ },
3002
3132
  }, thumbprint: {
3003
3133
  serializedName: "properties.thumbprint",
3004
3134
  type: {
3005
- name: "String"
3006
- }
3135
+ name: "String",
3136
+ },
3007
3137
  }, format: {
3008
3138
  serializedName: "properties.format",
3009
3139
  type: {
3010
3140
  name: "Enum",
3011
- allowedValues: ["Pfx", "Cer"]
3012
- }
3141
+ allowedValues: ["Pfx", "Cer"],
3142
+ },
3013
3143
  }, provisioningState: {
3014
3144
  serializedName: "properties.provisioningState",
3015
3145
  readOnly: true,
3016
3146
  type: {
3017
3147
  name: "Enum",
3018
- allowedValues: ["Succeeded", "Deleting", "Failed"]
3019
- }
3148
+ allowedValues: ["Succeeded", "Deleting", "Failed"],
3149
+ },
3020
3150
  }, provisioningStateTransitionTime: {
3021
3151
  serializedName: "properties.provisioningStateTransitionTime",
3022
3152
  readOnly: true,
3023
3153
  type: {
3024
- name: "DateTime"
3025
- }
3154
+ name: "DateTime",
3155
+ },
3026
3156
  }, previousProvisioningState: {
3027
3157
  serializedName: "properties.previousProvisioningState",
3028
3158
  readOnly: true,
3029
3159
  type: {
3030
3160
  name: "Enum",
3031
- allowedValues: ["Succeeded", "Deleting", "Failed"]
3032
- }
3161
+ allowedValues: ["Succeeded", "Deleting", "Failed"],
3162
+ },
3033
3163
  }, previousProvisioningStateTransitionTime: {
3034
3164
  serializedName: "properties.previousProvisioningStateTransitionTime",
3035
3165
  readOnly: true,
3036
3166
  type: {
3037
- name: "DateTime"
3038
- }
3167
+ name: "DateTime",
3168
+ },
3039
3169
  }, publicData: {
3040
3170
  serializedName: "properties.publicData",
3041
3171
  readOnly: true,
3042
3172
  type: {
3043
- name: "String"
3044
- }
3173
+ name: "String",
3174
+ },
3045
3175
  }, deleteCertificateError: {
3046
3176
  serializedName: "properties.deleteCertificateError",
3047
3177
  type: {
3048
3178
  name: "Composite",
3049
- className: "DeleteCertificateError"
3050
- }
3051
- } })
3052
- }
3179
+ className: "DeleteCertificateError",
3180
+ },
3181
+ } }),
3182
+ },
3053
3183
  };
3054
3184
  export const CertificateCreateOrUpdateParameters = {
3055
3185
  type: {
@@ -3058,31 +3188,31 @@ export const CertificateCreateOrUpdateParameters = {
3058
3188
  modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { thumbprintAlgorithm: {
3059
3189
  serializedName: "properties.thumbprintAlgorithm",
3060
3190
  type: {
3061
- name: "String"
3062
- }
3191
+ name: "String",
3192
+ },
3063
3193
  }, thumbprint: {
3064
3194
  serializedName: "properties.thumbprint",
3065
3195
  type: {
3066
- name: "String"
3067
- }
3196
+ name: "String",
3197
+ },
3068
3198
  }, format: {
3069
3199
  serializedName: "properties.format",
3070
3200
  type: {
3071
3201
  name: "Enum",
3072
- allowedValues: ["Pfx", "Cer"]
3073
- }
3202
+ allowedValues: ["Pfx", "Cer"],
3203
+ },
3074
3204
  }, data: {
3075
3205
  serializedName: "properties.data",
3076
3206
  type: {
3077
- name: "String"
3078
- }
3207
+ name: "String",
3208
+ },
3079
3209
  }, password: {
3080
3210
  serializedName: "properties.password",
3081
3211
  type: {
3082
- name: "String"
3083
- }
3084
- } })
3085
- }
3212
+ name: "String",
3213
+ },
3214
+ } }),
3215
+ },
3086
3216
  };
3087
3217
  export const DetectorResponse = {
3088
3218
  type: {
@@ -3091,10 +3221,10 @@ export const DetectorResponse = {
3091
3221
  modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { value: {
3092
3222
  serializedName: "properties.value",
3093
3223
  type: {
3094
- name: "String"
3095
- }
3096
- } })
3097
- }
3224
+ name: "String",
3225
+ },
3226
+ } }),
3227
+ },
3098
3228
  };
3099
3229
  export const PrivateLinkResource = {
3100
3230
  type: {
@@ -3104,8 +3234,8 @@ export const PrivateLinkResource = {
3104
3234
  serializedName: "properties.groupId",
3105
3235
  readOnly: true,
3106
3236
  type: {
3107
- name: "String"
3108
- }
3237
+ name: "String",
3238
+ },
3109
3239
  }, requiredMembers: {
3110
3240
  serializedName: "properties.requiredMembers",
3111
3241
  readOnly: true,
@@ -3113,10 +3243,10 @@ export const PrivateLinkResource = {
3113
3243
  name: "Sequence",
3114
3244
  element: {
3115
3245
  type: {
3116
- name: "String"
3117
- }
3118
- }
3119
- }
3246
+ name: "String",
3247
+ },
3248
+ },
3249
+ },
3120
3250
  }, requiredZoneNames: {
3121
3251
  serializedName: "properties.requiredZoneNames",
3122
3252
  readOnly: true,
@@ -3124,12 +3254,12 @@ export const PrivateLinkResource = {
3124
3254
  name: "Sequence",
3125
3255
  element: {
3126
3256
  type: {
3127
- name: "String"
3128
- }
3129
- }
3130
- }
3131
- } })
3132
- }
3257
+ name: "String",
3258
+ },
3259
+ },
3260
+ },
3261
+ } }),
3262
+ },
3133
3263
  };
3134
3264
  export const Pool = {
3135
3265
  type: {
@@ -3139,110 +3269,110 @@ export const Pool = {
3139
3269
  serializedName: "identity",
3140
3270
  type: {
3141
3271
  name: "Composite",
3142
- className: "BatchPoolIdentity"
3143
- }
3272
+ className: "BatchPoolIdentity",
3273
+ },
3144
3274
  }, displayName: {
3145
3275
  serializedName: "properties.displayName",
3146
3276
  type: {
3147
- name: "String"
3148
- }
3277
+ name: "String",
3278
+ },
3149
3279
  }, lastModified: {
3150
3280
  serializedName: "properties.lastModified",
3151
3281
  readOnly: true,
3152
3282
  type: {
3153
- name: "DateTime"
3154
- }
3283
+ name: "DateTime",
3284
+ },
3155
3285
  }, creationTime: {
3156
3286
  serializedName: "properties.creationTime",
3157
3287
  readOnly: true,
3158
3288
  type: {
3159
- name: "DateTime"
3160
- }
3289
+ name: "DateTime",
3290
+ },
3161
3291
  }, provisioningState: {
3162
3292
  serializedName: "properties.provisioningState",
3163
3293
  readOnly: true,
3164
3294
  type: {
3165
3295
  name: "Enum",
3166
- allowedValues: ["Succeeded", "Deleting"]
3167
- }
3296
+ allowedValues: ["Succeeded", "Deleting"],
3297
+ },
3168
3298
  }, provisioningStateTransitionTime: {
3169
3299
  serializedName: "properties.provisioningStateTransitionTime",
3170
3300
  readOnly: true,
3171
3301
  type: {
3172
- name: "DateTime"
3173
- }
3302
+ name: "DateTime",
3303
+ },
3174
3304
  }, allocationState: {
3175
3305
  serializedName: "properties.allocationState",
3176
3306
  readOnly: true,
3177
3307
  type: {
3178
3308
  name: "Enum",
3179
- allowedValues: ["Steady", "Resizing", "Stopping"]
3180
- }
3309
+ allowedValues: ["Steady", "Resizing", "Stopping"],
3310
+ },
3181
3311
  }, allocationStateTransitionTime: {
3182
3312
  serializedName: "properties.allocationStateTransitionTime",
3183
3313
  readOnly: true,
3184
3314
  type: {
3185
- name: "DateTime"
3186
- }
3315
+ name: "DateTime",
3316
+ },
3187
3317
  }, vmSize: {
3188
3318
  serializedName: "properties.vmSize",
3189
3319
  type: {
3190
- name: "String"
3191
- }
3320
+ name: "String",
3321
+ },
3192
3322
  }, deploymentConfiguration: {
3193
3323
  serializedName: "properties.deploymentConfiguration",
3194
3324
  type: {
3195
3325
  name: "Composite",
3196
- className: "DeploymentConfiguration"
3197
- }
3326
+ className: "DeploymentConfiguration",
3327
+ },
3198
3328
  }, currentDedicatedNodes: {
3199
3329
  serializedName: "properties.currentDedicatedNodes",
3200
3330
  readOnly: true,
3201
3331
  type: {
3202
- name: "Number"
3203
- }
3332
+ name: "Number",
3333
+ },
3204
3334
  }, currentLowPriorityNodes: {
3205
3335
  serializedName: "properties.currentLowPriorityNodes",
3206
3336
  readOnly: true,
3207
3337
  type: {
3208
- name: "Number"
3209
- }
3338
+ name: "Number",
3339
+ },
3210
3340
  }, scaleSettings: {
3211
3341
  serializedName: "properties.scaleSettings",
3212
3342
  type: {
3213
3343
  name: "Composite",
3214
- className: "ScaleSettings"
3215
- }
3344
+ className: "ScaleSettings",
3345
+ },
3216
3346
  }, autoScaleRun: {
3217
3347
  serializedName: "properties.autoScaleRun",
3218
3348
  type: {
3219
3349
  name: "Composite",
3220
- className: "AutoScaleRun"
3221
- }
3350
+ className: "AutoScaleRun",
3351
+ },
3222
3352
  }, interNodeCommunication: {
3223
3353
  serializedName: "properties.interNodeCommunication",
3224
3354
  type: {
3225
3355
  name: "Enum",
3226
- allowedValues: ["Enabled", "Disabled"]
3227
- }
3356
+ allowedValues: ["Enabled", "Disabled"],
3357
+ },
3228
3358
  }, networkConfiguration: {
3229
3359
  serializedName: "properties.networkConfiguration",
3230
3360
  type: {
3231
3361
  name: "Composite",
3232
- className: "NetworkConfiguration"
3233
- }
3362
+ className: "NetworkConfiguration",
3363
+ },
3234
3364
  }, taskSlotsPerNode: {
3235
3365
  defaultValue: 1,
3236
3366
  serializedName: "properties.taskSlotsPerNode",
3237
3367
  type: {
3238
- name: "Number"
3239
- }
3368
+ name: "Number",
3369
+ },
3240
3370
  }, taskSchedulingPolicy: {
3241
3371
  serializedName: "properties.taskSchedulingPolicy",
3242
3372
  type: {
3243
3373
  name: "Composite",
3244
- className: "TaskSchedulingPolicy"
3245
- }
3374
+ className: "TaskSchedulingPolicy",
3375
+ },
3246
3376
  }, userAccounts: {
3247
3377
  serializedName: "properties.userAccounts",
3248
3378
  type: {
@@ -3250,10 +3380,10 @@ export const Pool = {
3250
3380
  element: {
3251
3381
  type: {
3252
3382
  name: "Composite",
3253
- className: "UserAccount"
3254
- }
3255
- }
3256
- }
3383
+ className: "UserAccount",
3384
+ },
3385
+ },
3386
+ },
3257
3387
  }, metadata: {
3258
3388
  serializedName: "properties.metadata",
3259
3389
  type: {
@@ -3261,16 +3391,16 @@ export const Pool = {
3261
3391
  element: {
3262
3392
  type: {
3263
3393
  name: "Composite",
3264
- className: "MetadataItem"
3265
- }
3266
- }
3267
- }
3394
+ className: "MetadataItem",
3395
+ },
3396
+ },
3397
+ },
3268
3398
  }, startTask: {
3269
3399
  serializedName: "properties.startTask",
3270
3400
  type: {
3271
3401
  name: "Composite",
3272
- className: "StartTask"
3273
- }
3402
+ className: "StartTask",
3403
+ },
3274
3404
  }, certificates: {
3275
3405
  serializedName: "properties.certificates",
3276
3406
  type: {
@@ -3278,10 +3408,10 @@ export const Pool = {
3278
3408
  element: {
3279
3409
  type: {
3280
3410
  name: "Composite",
3281
- className: "CertificateReference"
3282
- }
3283
- }
3284
- }
3411
+ className: "CertificateReference",
3412
+ },
3413
+ },
3414
+ },
3285
3415
  }, applicationPackages: {
3286
3416
  serializedName: "properties.applicationPackages",
3287
3417
  type: {
@@ -3289,26 +3419,26 @@ export const Pool = {
3289
3419
  element: {
3290
3420
  type: {
3291
3421
  name: "Composite",
3292
- className: "ApplicationPackageReference"
3293
- }
3294
- }
3295
- }
3422
+ className: "ApplicationPackageReference",
3423
+ },
3424
+ },
3425
+ },
3296
3426
  }, applicationLicenses: {
3297
3427
  serializedName: "properties.applicationLicenses",
3298
3428
  type: {
3299
3429
  name: "Sequence",
3300
3430
  element: {
3301
3431
  type: {
3302
- name: "String"
3303
- }
3304
- }
3305
- }
3432
+ name: "String",
3433
+ },
3434
+ },
3435
+ },
3306
3436
  }, resizeOperationStatus: {
3307
3437
  serializedName: "properties.resizeOperationStatus",
3308
3438
  type: {
3309
3439
  name: "Composite",
3310
- className: "ResizeOperationStatus"
3311
- }
3440
+ className: "ResizeOperationStatus",
3441
+ },
3312
3442
  }, mountConfiguration: {
3313
3443
  serializedName: "properties.mountConfiguration",
3314
3444
  type: {
@@ -3316,32 +3446,38 @@ export const Pool = {
3316
3446
  element: {
3317
3447
  type: {
3318
3448
  name: "Composite",
3319
- className: "MountConfiguration"
3320
- }
3321
- }
3322
- }
3449
+ className: "MountConfiguration",
3450
+ },
3451
+ },
3452
+ },
3323
3453
  }, targetNodeCommunicationMode: {
3324
3454
  serializedName: "properties.targetNodeCommunicationMode",
3325
3455
  type: {
3326
3456
  name: "Enum",
3327
- allowedValues: ["Default", "Classic", "Simplified"]
3328
- }
3457
+ allowedValues: ["Default", "Classic", "Simplified"],
3458
+ },
3329
3459
  }, currentNodeCommunicationMode: {
3330
3460
  serializedName: "properties.currentNodeCommunicationMode",
3331
3461
  readOnly: true,
3332
3462
  nullable: true,
3333
3463
  type: {
3334
3464
  name: "Enum",
3335
- allowedValues: ["Default", "Classic", "Simplified"]
3336
- }
3465
+ allowedValues: ["Default", "Classic", "Simplified"],
3466
+ },
3467
+ }, upgradePolicy: {
3468
+ serializedName: "properties.upgradePolicy",
3469
+ type: {
3470
+ name: "Composite",
3471
+ className: "UpgradePolicy",
3472
+ },
3337
3473
  }, resourceTags: {
3338
3474
  serializedName: "properties.resourceTags",
3339
3475
  type: {
3340
3476
  name: "Dictionary",
3341
- value: { type: { name: "String" } }
3342
- }
3343
- } })
3344
- }
3477
+ value: { type: { name: "String" } },
3478
+ },
3479
+ } }),
3480
+ },
3345
3481
  };
3346
3482
  export const BatchAccount = {
3347
3483
  type: {
@@ -3351,20 +3487,20 @@ export const BatchAccount = {
3351
3487
  serializedName: "identity",
3352
3488
  type: {
3353
3489
  name: "Composite",
3354
- className: "BatchAccountIdentity"
3355
- }
3490
+ className: "BatchAccountIdentity",
3491
+ },
3356
3492
  }, accountEndpoint: {
3357
3493
  serializedName: "properties.accountEndpoint",
3358
3494
  readOnly: true,
3359
3495
  type: {
3360
- name: "String"
3361
- }
3496
+ name: "String",
3497
+ },
3362
3498
  }, nodeManagementEndpoint: {
3363
3499
  serializedName: "properties.nodeManagementEndpoint",
3364
3500
  readOnly: true,
3365
3501
  type: {
3366
- name: "String"
3367
- }
3502
+ name: "String",
3503
+ },
3368
3504
  }, provisioningState: {
3369
3505
  serializedName: "properties.provisioningState",
3370
3506
  readOnly: true,
@@ -3376,36 +3512,36 @@ export const BatchAccount = {
3376
3512
  "Deleting",
3377
3513
  "Succeeded",
3378
3514
  "Failed",
3379
- "Cancelled"
3380
- ]
3381
- }
3515
+ "Cancelled",
3516
+ ],
3517
+ },
3382
3518
  }, poolAllocationMode: {
3383
3519
  serializedName: "properties.poolAllocationMode",
3384
3520
  readOnly: true,
3385
3521
  type: {
3386
3522
  name: "Enum",
3387
- allowedValues: ["BatchService", "UserSubscription"]
3388
- }
3523
+ allowedValues: ["BatchService", "UserSubscription"],
3524
+ },
3389
3525
  }, keyVaultReference: {
3390
3526
  serializedName: "properties.keyVaultReference",
3391
3527
  type: {
3392
3528
  name: "Composite",
3393
- className: "KeyVaultReference"
3394
- }
3529
+ className: "KeyVaultReference",
3530
+ },
3395
3531
  }, publicNetworkAccess: {
3396
3532
  defaultValue: "Enabled",
3397
3533
  serializedName: "properties.publicNetworkAccess",
3398
3534
  nullable: true,
3399
3535
  type: {
3400
3536
  name: "Enum",
3401
- allowedValues: ["Enabled", "Disabled"]
3402
- }
3537
+ allowedValues: ["Enabled", "Disabled"],
3538
+ },
3403
3539
  }, networkProfile: {
3404
3540
  serializedName: "properties.networkProfile",
3405
3541
  type: {
3406
3542
  name: "Composite",
3407
- className: "NetworkProfile"
3408
- }
3543
+ className: "NetworkProfile",
3544
+ },
3409
3545
  }, privateEndpointConnections: {
3410
3546
  serializedName: "properties.privateEndpointConnections",
3411
3547
  readOnly: true,
@@ -3415,36 +3551,36 @@ export const BatchAccount = {
3415
3551
  element: {
3416
3552
  type: {
3417
3553
  name: "Composite",
3418
- className: "PrivateEndpointConnection"
3419
- }
3420
- }
3421
- }
3554
+ className: "PrivateEndpointConnection",
3555
+ },
3556
+ },
3557
+ },
3422
3558
  }, autoStorage: {
3423
3559
  serializedName: "properties.autoStorage",
3424
3560
  type: {
3425
3561
  name: "Composite",
3426
- className: "AutoStorageProperties"
3427
- }
3562
+ className: "AutoStorageProperties",
3563
+ },
3428
3564
  }, encryption: {
3429
3565
  serializedName: "properties.encryption",
3430
3566
  type: {
3431
3567
  name: "Composite",
3432
- className: "EncryptionProperties"
3433
- }
3568
+ className: "EncryptionProperties",
3569
+ },
3434
3570
  }, dedicatedCoreQuota: {
3435
3571
  serializedName: "properties.dedicatedCoreQuota",
3436
3572
  readOnly: true,
3437
3573
  nullable: true,
3438
3574
  type: {
3439
- name: "Number"
3440
- }
3575
+ name: "Number",
3576
+ },
3441
3577
  }, lowPriorityCoreQuota: {
3442
3578
  serializedName: "properties.lowPriorityCoreQuota",
3443
3579
  readOnly: true,
3444
3580
  nullable: true,
3445
3581
  type: {
3446
- name: "Number"
3447
- }
3582
+ name: "Number",
3583
+ },
3448
3584
  }, dedicatedCoreQuotaPerVMFamily: {
3449
3585
  serializedName: "properties.dedicatedCoreQuotaPerVMFamily",
3450
3586
  readOnly: true,
@@ -3454,28 +3590,28 @@ export const BatchAccount = {
3454
3590
  element: {
3455
3591
  type: {
3456
3592
  name: "Composite",
3457
- className: "VirtualMachineFamilyCoreQuota"
3458
- }
3459
- }
3460
- }
3593
+ className: "VirtualMachineFamilyCoreQuota",
3594
+ },
3595
+ },
3596
+ },
3461
3597
  }, dedicatedCoreQuotaPerVMFamilyEnforced: {
3462
3598
  serializedName: "properties.dedicatedCoreQuotaPerVMFamilyEnforced",
3463
3599
  readOnly: true,
3464
3600
  type: {
3465
- name: "Boolean"
3466
- }
3601
+ name: "Boolean",
3602
+ },
3467
3603
  }, poolQuota: {
3468
3604
  serializedName: "properties.poolQuota",
3469
3605
  readOnly: true,
3470
3606
  type: {
3471
- name: "Number"
3472
- }
3607
+ name: "Number",
3608
+ },
3473
3609
  }, activeJobAndJobScheduleQuota: {
3474
3610
  serializedName: "properties.activeJobAndJobScheduleQuota",
3475
3611
  readOnly: true,
3476
3612
  type: {
3477
- name: "Number"
3478
- }
3613
+ name: "Number",
3614
+ },
3479
3615
  }, allowedAuthenticationModes: {
3480
3616
  serializedName: "properties.allowedAuthenticationModes",
3481
3617
  readOnly: true,
@@ -3485,12 +3621,12 @@ export const BatchAccount = {
3485
3621
  element: {
3486
3622
  type: {
3487
3623
  name: "Enum",
3488
- allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
3489
- }
3490
- }
3491
- }
3492
- } })
3493
- }
3624
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"],
3625
+ },
3626
+ },
3627
+ },
3628
+ } }),
3629
+ },
3494
3630
  };
3495
3631
  export const CertificateProperties = {
3496
3632
  type: {
@@ -3501,41 +3637,41 @@ export const CertificateProperties = {
3501
3637
  readOnly: true,
3502
3638
  type: {
3503
3639
  name: "Enum",
3504
- allowedValues: ["Succeeded", "Deleting", "Failed"]
3505
- }
3640
+ allowedValues: ["Succeeded", "Deleting", "Failed"],
3641
+ },
3506
3642
  }, provisioningStateTransitionTime: {
3507
3643
  serializedName: "provisioningStateTransitionTime",
3508
3644
  readOnly: true,
3509
3645
  type: {
3510
- name: "DateTime"
3511
- }
3646
+ name: "DateTime",
3647
+ },
3512
3648
  }, previousProvisioningState: {
3513
3649
  serializedName: "previousProvisioningState",
3514
3650
  readOnly: true,
3515
3651
  type: {
3516
3652
  name: "Enum",
3517
- allowedValues: ["Succeeded", "Deleting", "Failed"]
3518
- }
3653
+ allowedValues: ["Succeeded", "Deleting", "Failed"],
3654
+ },
3519
3655
  }, previousProvisioningStateTransitionTime: {
3520
3656
  serializedName: "previousProvisioningStateTransitionTime",
3521
3657
  readOnly: true,
3522
3658
  type: {
3523
- name: "DateTime"
3524
- }
3659
+ name: "DateTime",
3660
+ },
3525
3661
  }, publicData: {
3526
3662
  serializedName: "publicData",
3527
3663
  readOnly: true,
3528
3664
  type: {
3529
- name: "String"
3530
- }
3665
+ name: "String",
3666
+ },
3531
3667
  }, deleteCertificateError: {
3532
3668
  serializedName: "deleteCertificateError",
3533
3669
  type: {
3534
3670
  name: "Composite",
3535
- className: "DeleteCertificateError"
3536
- }
3537
- } })
3538
- }
3671
+ className: "DeleteCertificateError",
3672
+ },
3673
+ } }),
3674
+ },
3539
3675
  };
3540
3676
  export const CertificateCreateOrUpdateProperties = {
3541
3677
  type: {
@@ -3545,15 +3681,15 @@ export const CertificateCreateOrUpdateProperties = {
3545
3681
  serializedName: "data",
3546
3682
  required: true,
3547
3683
  type: {
3548
- name: "String"
3549
- }
3684
+ name: "String",
3685
+ },
3550
3686
  }, password: {
3551
3687
  serializedName: "password",
3552
3688
  type: {
3553
- name: "String"
3554
- }
3555
- } })
3556
- }
3689
+ name: "String",
3690
+ },
3691
+ } }),
3692
+ },
3557
3693
  };
3558
3694
  export const BatchAccountCreateHeaders = {
3559
3695
  type: {
@@ -3563,17 +3699,17 @@ export const BatchAccountCreateHeaders = {
3563
3699
  location: {
3564
3700
  serializedName: "location",
3565
3701
  type: {
3566
- name: "String"
3567
- }
3702
+ name: "String",
3703
+ },
3568
3704
  },
3569
3705
  retryAfter: {
3570
3706
  serializedName: "retry-after",
3571
3707
  type: {
3572
- name: "Number"
3573
- }
3574
- }
3575
- }
3576
- }
3708
+ name: "Number",
3709
+ },
3710
+ },
3711
+ },
3712
+ },
3577
3713
  };
3578
3714
  export const BatchAccountDeleteHeaders = {
3579
3715
  type: {
@@ -3583,17 +3719,17 @@ export const BatchAccountDeleteHeaders = {
3583
3719
  location: {
3584
3720
  serializedName: "location",
3585
3721
  type: {
3586
- name: "String"
3587
- }
3722
+ name: "String",
3723
+ },
3588
3724
  },
3589
3725
  retryAfter: {
3590
3726
  serializedName: "retry-after",
3591
3727
  type: {
3592
- name: "Number"
3593
- }
3594
- }
3595
- }
3596
- }
3728
+ name: "Number",
3729
+ },
3730
+ },
3731
+ },
3732
+ },
3597
3733
  };
3598
3734
  export const CertificateCreateHeaders = {
3599
3735
  type: {
@@ -3603,11 +3739,11 @@ export const CertificateCreateHeaders = {
3603
3739
  eTag: {
3604
3740
  serializedName: "etag",
3605
3741
  type: {
3606
- name: "String"
3607
- }
3608
- }
3609
- }
3610
- }
3742
+ name: "String",
3743
+ },
3744
+ },
3745
+ },
3746
+ },
3611
3747
  };
3612
3748
  export const CertificateUpdateHeaders = {
3613
3749
  type: {
@@ -3617,11 +3753,11 @@ export const CertificateUpdateHeaders = {
3617
3753
  eTag: {
3618
3754
  serializedName: "etag",
3619
3755
  type: {
3620
- name: "String"
3621
- }
3622
- }
3623
- }
3624
- }
3756
+ name: "String",
3757
+ },
3758
+ },
3759
+ },
3760
+ },
3625
3761
  };
3626
3762
  export const CertificateDeleteHeaders = {
3627
3763
  type: {
@@ -3631,17 +3767,17 @@ export const CertificateDeleteHeaders = {
3631
3767
  location: {
3632
3768
  serializedName: "location",
3633
3769
  type: {
3634
- name: "String"
3635
- }
3770
+ name: "String",
3771
+ },
3636
3772
  },
3637
3773
  retryAfter: {
3638
3774
  serializedName: "retry-after",
3639
3775
  type: {
3640
- name: "Number"
3641
- }
3642
- }
3643
- }
3644
- }
3776
+ name: "Number",
3777
+ },
3778
+ },
3779
+ },
3780
+ },
3645
3781
  };
3646
3782
  export const CertificateGetHeaders = {
3647
3783
  type: {
@@ -3651,11 +3787,11 @@ export const CertificateGetHeaders = {
3651
3787
  eTag: {
3652
3788
  serializedName: "etag",
3653
3789
  type: {
3654
- name: "String"
3655
- }
3656
- }
3657
- }
3658
- }
3790
+ name: "String",
3791
+ },
3792
+ },
3793
+ },
3794
+ },
3659
3795
  };
3660
3796
  export const CertificateCancelDeletionHeaders = {
3661
3797
  type: {
@@ -3665,11 +3801,11 @@ export const CertificateCancelDeletionHeaders = {
3665
3801
  eTag: {
3666
3802
  serializedName: "etag",
3667
3803
  type: {
3668
- name: "String"
3669
- }
3670
- }
3671
- }
3672
- }
3804
+ name: "String",
3805
+ },
3806
+ },
3807
+ },
3808
+ },
3673
3809
  };
3674
3810
  export const PrivateEndpointConnectionUpdateHeaders = {
3675
3811
  type: {
@@ -3679,17 +3815,17 @@ export const PrivateEndpointConnectionUpdateHeaders = {
3679
3815
  location: {
3680
3816
  serializedName: "location",
3681
3817
  type: {
3682
- name: "String"
3683
- }
3818
+ name: "String",
3819
+ },
3684
3820
  },
3685
3821
  retryAfter: {
3686
3822
  serializedName: "retry-after",
3687
3823
  type: {
3688
- name: "Number"
3689
- }
3690
- }
3691
- }
3692
- }
3824
+ name: "Number",
3825
+ },
3826
+ },
3827
+ },
3828
+ },
3693
3829
  };
3694
3830
  export const PrivateEndpointConnectionDeleteHeaders = {
3695
3831
  type: {
@@ -3699,17 +3835,17 @@ export const PrivateEndpointConnectionDeleteHeaders = {
3699
3835
  location: {
3700
3836
  serializedName: "location",
3701
3837
  type: {
3702
- name: "String"
3703
- }
3838
+ name: "String",
3839
+ },
3704
3840
  },
3705
3841
  retryAfter: {
3706
3842
  serializedName: "retry-after",
3707
3843
  type: {
3708
- name: "Number"
3709
- }
3710
- }
3711
- }
3712
- }
3844
+ name: "Number",
3845
+ },
3846
+ },
3847
+ },
3848
+ },
3713
3849
  };
3714
3850
  export const PoolCreateHeaders = {
3715
3851
  type: {
@@ -3719,11 +3855,11 @@ export const PoolCreateHeaders = {
3719
3855
  eTag: {
3720
3856
  serializedName: "etag",
3721
3857
  type: {
3722
- name: "String"
3723
- }
3724
- }
3725
- }
3726
- }
3858
+ name: "String",
3859
+ },
3860
+ },
3861
+ },
3862
+ },
3727
3863
  };
3728
3864
  export const PoolUpdateHeaders = {
3729
3865
  type: {
@@ -3733,11 +3869,11 @@ export const PoolUpdateHeaders = {
3733
3869
  eTag: {
3734
3870
  serializedName: "etag",
3735
3871
  type: {
3736
- name: "String"
3737
- }
3738
- }
3739
- }
3740
- }
3872
+ name: "String",
3873
+ },
3874
+ },
3875
+ },
3876
+ },
3741
3877
  };
3742
3878
  export const PoolDeleteHeaders = {
3743
3879
  type: {
@@ -3747,17 +3883,17 @@ export const PoolDeleteHeaders = {
3747
3883
  location: {
3748
3884
  serializedName: "location",
3749
3885
  type: {
3750
- name: "String"
3751
- }
3886
+ name: "String",
3887
+ },
3752
3888
  },
3753
3889
  retryAfter: {
3754
3890
  serializedName: "retry-after",
3755
3891
  type: {
3756
- name: "Number"
3757
- }
3758
- }
3759
- }
3760
- }
3892
+ name: "Number",
3893
+ },
3894
+ },
3895
+ },
3896
+ },
3761
3897
  };
3762
3898
  export const PoolGetHeaders = {
3763
3899
  type: {
@@ -3767,11 +3903,11 @@ export const PoolGetHeaders = {
3767
3903
  eTag: {
3768
3904
  serializedName: "etag",
3769
3905
  type: {
3770
- name: "String"
3771
- }
3772
- }
3773
- }
3774
- }
3906
+ name: "String",
3907
+ },
3908
+ },
3909
+ },
3910
+ },
3775
3911
  };
3776
3912
  export const PoolDisableAutoScaleHeaders = {
3777
3913
  type: {
@@ -3781,11 +3917,11 @@ export const PoolDisableAutoScaleHeaders = {
3781
3917
  eTag: {
3782
3918
  serializedName: "etag",
3783
3919
  type: {
3784
- name: "String"
3785
- }
3786
- }
3787
- }
3788
- }
3920
+ name: "String",
3921
+ },
3922
+ },
3923
+ },
3924
+ },
3789
3925
  };
3790
3926
  export const PoolStopResizeHeaders = {
3791
3927
  type: {
@@ -3795,10 +3931,10 @@ export const PoolStopResizeHeaders = {
3795
3931
  eTag: {
3796
3932
  serializedName: "etag",
3797
3933
  type: {
3798
- name: "String"
3799
- }
3800
- }
3801
- }
3802
- }
3934
+ name: "String",
3935
+ },
3936
+ },
3937
+ },
3938
+ },
3803
3939
  };
3804
3940
  //# sourceMappingURL=mappers.js.map