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

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