@azure/arm-elasticsan 1.0.1-alpha.20240924.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/CHANGELOG.md +7 -9
  2. package/dist/index.js +849 -837
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/elasticSansCreateSample.js +6 -6
  7. package/dist-esm/samples-dev/elasticSansDeleteSample.js +2 -2
  8. package/dist-esm/samples-dev/elasticSansGetSample.js +2 -2
  9. package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +2 -2
  10. package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +2 -2
  11. package/dist-esm/samples-dev/elasticSansUpdateSample.js +4 -4
  12. package/dist-esm/samples-dev/operationsListSample.js +2 -2
  13. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +7 -7
  14. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
  15. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +2 -2
  16. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +2 -2
  17. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +2 -2
  18. package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +2 -2
  19. package/dist-esm/samples-dev/skusListSample.js +3 -3
  20. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/volumeGroupsCreateSample.js +17 -14
  22. package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
  23. package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +2 -2
  24. package/dist-esm/samples-dev/volumeGroupsGetSample.js +2 -2
  25. package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +2 -2
  26. package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +16 -13
  27. package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
  28. package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +8 -8
  29. package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +2 -2
  30. package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +2 -2
  31. package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +3 -3
  32. package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -1
  33. package/dist-esm/samples-dev/volumesCreateSample.js +4 -4
  34. package/dist-esm/samples-dev/volumesDeleteSample.js +4 -4
  35. package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
  36. package/dist-esm/samples-dev/volumesGetSample.js +2 -2
  37. package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +2 -2
  38. package/dist-esm/samples-dev/volumesUpdateSample.js +2 -2
  39. package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
  40. package/dist-esm/src/elasticSanManagement.js +9 -9
  41. package/dist-esm/src/elasticSanManagement.js.map +1 -1
  42. package/dist-esm/src/lroImpl.js +1 -1
  43. package/dist-esm/src/models/index.d.ts +4 -0
  44. package/dist-esm/src/models/index.d.ts.map +1 -1
  45. package/dist-esm/src/models/index.js.map +1 -1
  46. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  47. package/dist-esm/src/models/mappers.js +531 -519
  48. package/dist-esm/src/models/mappers.js.map +1 -1
  49. package/dist-esm/src/models/parameters.js +61 -61
  50. package/dist-esm/src/models/parameters.js.map +1 -1
  51. package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
  52. package/dist-esm/src/operations/elasticSans.js +59 -59
  53. package/dist-esm/src/operations/elasticSans.js.map +1 -1
  54. package/dist-esm/src/operations/operations.js +5 -5
  55. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  56. package/dist-esm/src/operations/privateEndpointConnections.js +35 -35
  57. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  58. package/dist-esm/src/operations/privateLinkResources.js +5 -5
  59. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  60. package/dist-esm/src/operations/skus.js +5 -5
  61. package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
  62. package/dist-esm/src/operations/volumeGroups.js +51 -51
  63. package/dist-esm/src/operations/volumeGroups.js.map +1 -1
  64. package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -1
  65. package/dist-esm/src/operations/volumeSnapshots.js +40 -40
  66. package/dist-esm/src/operations/volumeSnapshots.js.map +1 -1
  67. package/dist-esm/src/operations/volumes.d.ts.map +1 -1
  68. package/dist-esm/src/operations/volumes.js +54 -54
  69. package/dist-esm/src/operations/volumes.js.map +1 -1
  70. package/dist-esm/test/elasticsan_examples.spec.d.ts.map +1 -1
  71. package/dist-esm/test/elasticsan_examples.spec.js +28 -9
  72. package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
  73. package/package.json +6 -6
  74. package/review/arm-elasticsan.api.md +2 -0
  75. package/src/elasticSanManagement.ts +18 -17
  76. package/src/lroImpl.ts +3 -3
  77. package/src/models/index.ts +26 -19
  78. package/src/models/mappers.ts +549 -536
  79. package/src/models/parameters.ts +62 -62
  80. package/src/operations/elasticSans.ts +115 -124
  81. package/src/operations/operations.ts +10 -10
  82. package/src/operations/privateEndpointConnections.ts +71 -76
  83. package/src/operations/privateLinkResources.ts +9 -10
  84. package/src/operations/skus.ts +9 -9
  85. package/src/operations/volumeGroups.ts +101 -109
  86. package/src/operations/volumeSnapshots.ts +79 -85
  87. package/src/operations/volumes.ts +104 -112
  88. package/src/operationsInterfaces/elasticSans.ts +10 -10
  89. package/src/operationsInterfaces/operations.ts +1 -1
  90. package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
  91. package/src/operationsInterfaces/privateLinkResources.ts +2 -2
  92. package/src/operationsInterfaces/skus.ts +1 -1
  93. package/src/operationsInterfaces/volumeGroups.ts +9 -9
  94. package/src/operationsInterfaces/volumeSnapshots.ts +7 -7
  95. package/src/operationsInterfaces/volumes.ts +9 -9
  96. package/src/pagingHelper.ts +1 -1
  97. package/types/arm-elasticsan.d.ts +4 -0
@@ -21,20 +21,20 @@ export const OperationListResult: coreClient.CompositeMapper = {
21
21
  element: {
22
22
  type: {
23
23
  name: "Composite",
24
- className: "Operation"
25
- }
26
- }
27
- }
24
+ className: "Operation",
25
+ },
26
+ },
27
+ },
28
28
  },
29
29
  nextLink: {
30
30
  serializedName: "nextLink",
31
31
  readOnly: true,
32
32
  type: {
33
- name: "String"
34
- }
35
- }
36
- }
37
- }
33
+ name: "String",
34
+ },
35
+ },
36
+ },
37
+ },
38
38
  };
39
39
 
40
40
  export const Operation: coreClient.CompositeMapper = {
@@ -46,39 +46,39 @@ export const Operation: coreClient.CompositeMapper = {
46
46
  serializedName: "name",
47
47
  readOnly: true,
48
48
  type: {
49
- name: "String"
50
- }
49
+ name: "String",
50
+ },
51
51
  },
52
52
  isDataAction: {
53
53
  serializedName: "isDataAction",
54
54
  readOnly: true,
55
55
  type: {
56
- name: "Boolean"
57
- }
56
+ name: "Boolean",
57
+ },
58
58
  },
59
59
  display: {
60
60
  serializedName: "display",
61
61
  type: {
62
62
  name: "Composite",
63
- className: "OperationDisplay"
64
- }
63
+ className: "OperationDisplay",
64
+ },
65
65
  },
66
66
  origin: {
67
67
  serializedName: "origin",
68
68
  readOnly: true,
69
69
  type: {
70
- name: "String"
71
- }
70
+ name: "String",
71
+ },
72
72
  },
73
73
  actionType: {
74
74
  serializedName: "actionType",
75
75
  readOnly: true,
76
76
  type: {
77
- name: "String"
78
- }
79
- }
80
- }
81
- }
77
+ name: "String",
78
+ },
79
+ },
80
+ },
81
+ },
82
82
  };
83
83
 
84
84
  export const OperationDisplay: coreClient.CompositeMapper = {
@@ -90,32 +90,32 @@ export const OperationDisplay: coreClient.CompositeMapper = {
90
90
  serializedName: "provider",
91
91
  readOnly: true,
92
92
  type: {
93
- name: "String"
94
- }
93
+ name: "String",
94
+ },
95
95
  },
96
96
  resource: {
97
97
  serializedName: "resource",
98
98
  readOnly: true,
99
99
  type: {
100
- name: "String"
101
- }
100
+ name: "String",
101
+ },
102
102
  },
103
103
  operation: {
104
104
  serializedName: "operation",
105
105
  readOnly: true,
106
106
  type: {
107
- name: "String"
108
- }
107
+ name: "String",
108
+ },
109
109
  },
110
110
  description: {
111
111
  serializedName: "description",
112
112
  readOnly: true,
113
113
  type: {
114
- name: "String"
115
- }
116
- }
117
- }
118
- }
114
+ name: "String",
115
+ },
116
+ },
117
+ },
118
+ },
119
119
  };
120
120
 
121
121
  export const ErrorResponse: coreClient.CompositeMapper = {
@@ -127,11 +127,11 @@ export const ErrorResponse: coreClient.CompositeMapper = {
127
127
  serializedName: "error",
128
128
  type: {
129
129
  name: "Composite",
130
- className: "ErrorDetail"
131
- }
132
- }
133
- }
134
- }
130
+ className: "ErrorDetail",
131
+ },
132
+ },
133
+ },
134
+ },
135
135
  };
136
136
 
137
137
  export const ErrorDetail: coreClient.CompositeMapper = {
@@ -143,22 +143,22 @@ export const ErrorDetail: coreClient.CompositeMapper = {
143
143
  serializedName: "code",
144
144
  readOnly: true,
145
145
  type: {
146
- name: "String"
147
- }
146
+ name: "String",
147
+ },
148
148
  },
149
149
  message: {
150
150
  serializedName: "message",
151
151
  readOnly: true,
152
152
  type: {
153
- name: "String"
154
- }
153
+ name: "String",
154
+ },
155
155
  },
156
156
  target: {
157
157
  serializedName: "target",
158
158
  readOnly: true,
159
159
  type: {
160
- name: "String"
161
- }
160
+ name: "String",
161
+ },
162
162
  },
163
163
  details: {
164
164
  serializedName: "details",
@@ -168,10 +168,10 @@ export const ErrorDetail: coreClient.CompositeMapper = {
168
168
  element: {
169
169
  type: {
170
170
  name: "Composite",
171
- className: "ErrorDetail"
172
- }
173
- }
174
- }
171
+ className: "ErrorDetail",
172
+ },
173
+ },
174
+ },
175
175
  },
176
176
  additionalInfo: {
177
177
  serializedName: "additionalInfo",
@@ -181,13 +181,13 @@ export const ErrorDetail: coreClient.CompositeMapper = {
181
181
  element: {
182
182
  type: {
183
183
  name: "Composite",
184
- className: "ErrorAdditionalInfo"
185
- }
186
- }
187
- }
188
- }
189
- }
190
- }
184
+ className: "ErrorAdditionalInfo",
185
+ },
186
+ },
187
+ },
188
+ },
189
+ },
190
+ },
191
191
  };
192
192
 
193
193
  export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
@@ -199,19 +199,19 @@ export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
199
199
  serializedName: "type",
200
200
  readOnly: true,
201
201
  type: {
202
- name: "String"
203
- }
202
+ name: "String",
203
+ },
204
204
  },
205
205
  info: {
206
206
  serializedName: "info",
207
207
  readOnly: true,
208
208
  type: {
209
209
  name: "Dictionary",
210
- value: { type: { name: "any" } }
211
- }
212
- }
213
- }
214
- }
210
+ value: { type: { name: "any" } },
211
+ },
212
+ },
213
+ },
214
+ },
215
215
  };
216
216
 
217
217
  export const SkuInformationList: coreClient.CompositeMapper = {
@@ -227,20 +227,20 @@ export const SkuInformationList: coreClient.CompositeMapper = {
227
227
  element: {
228
228
  type: {
229
229
  name: "Composite",
230
- className: "SkuInformation"
231
- }
232
- }
233
- }
230
+ className: "SkuInformation",
231
+ },
232
+ },
233
+ },
234
234
  },
235
235
  nextLink: {
236
236
  serializedName: "nextLink",
237
237
  readOnly: true,
238
238
  type: {
239
- name: "String"
240
- }
241
- }
242
- }
243
- }
239
+ name: "String",
240
+ },
241
+ },
242
+ },
243
+ },
244
244
  };
245
245
 
246
246
  export const SkuInformation: coreClient.CompositeMapper = {
@@ -252,21 +252,21 @@ export const SkuInformation: coreClient.CompositeMapper = {
252
252
  serializedName: "name",
253
253
  required: true,
254
254
  type: {
255
- name: "String"
256
- }
255
+ name: "String",
256
+ },
257
257
  },
258
258
  tier: {
259
259
  serializedName: "tier",
260
260
  type: {
261
- name: "String"
262
- }
261
+ name: "String",
262
+ },
263
263
  },
264
264
  resourceType: {
265
265
  serializedName: "resourceType",
266
266
  readOnly: true,
267
267
  type: {
268
- name: "String"
269
- }
268
+ name: "String",
269
+ },
270
270
  },
271
271
  locations: {
272
272
  serializedName: "locations",
@@ -275,10 +275,10 @@ export const SkuInformation: coreClient.CompositeMapper = {
275
275
  name: "Sequence",
276
276
  element: {
277
277
  type: {
278
- name: "String"
279
- }
280
- }
281
- }
278
+ name: "String",
279
+ },
280
+ },
281
+ },
282
282
  },
283
283
  locationInfo: {
284
284
  serializedName: "locationInfo",
@@ -288,10 +288,10 @@ export const SkuInformation: coreClient.CompositeMapper = {
288
288
  element: {
289
289
  type: {
290
290
  name: "Composite",
291
- className: "SkuLocationInfo"
292
- }
293
- }
294
- }
291
+ className: "SkuLocationInfo",
292
+ },
293
+ },
294
+ },
295
295
  },
296
296
  capabilities: {
297
297
  serializedName: "capabilities",
@@ -301,13 +301,13 @@ export const SkuInformation: coreClient.CompositeMapper = {
301
301
  element: {
302
302
  type: {
303
303
  name: "Composite",
304
- className: "SKUCapability"
305
- }
306
- }
307
- }
308
- }
309
- }
310
- }
304
+ className: "SKUCapability",
305
+ },
306
+ },
307
+ },
308
+ },
309
+ },
310
+ },
311
311
  };
312
312
 
313
313
  export const SkuLocationInfo: coreClient.CompositeMapper = {
@@ -319,8 +319,8 @@ export const SkuLocationInfo: coreClient.CompositeMapper = {
319
319
  serializedName: "location",
320
320
  readOnly: true,
321
321
  type: {
322
- name: "String"
323
- }
322
+ name: "String",
323
+ },
324
324
  },
325
325
  zones: {
326
326
  serializedName: "zones",
@@ -329,13 +329,13 @@ export const SkuLocationInfo: coreClient.CompositeMapper = {
329
329
  name: "Sequence",
330
330
  element: {
331
331
  type: {
332
- name: "String"
333
- }
334
- }
335
- }
336
- }
337
- }
338
- }
332
+ name: "String",
333
+ },
334
+ },
335
+ },
336
+ },
337
+ },
338
+ },
339
339
  };
340
340
 
341
341
  export const SKUCapability: coreClient.CompositeMapper = {
@@ -347,18 +347,18 @@ export const SKUCapability: coreClient.CompositeMapper = {
347
347
  serializedName: "name",
348
348
  readOnly: true,
349
349
  type: {
350
- name: "String"
351
- }
350
+ name: "String",
351
+ },
352
352
  },
353
353
  value: {
354
354
  serializedName: "value",
355
355
  readOnly: true,
356
356
  type: {
357
- name: "String"
358
- }
359
- }
360
- }
361
- }
357
+ name: "String",
358
+ },
359
+ },
360
+ },
361
+ },
362
362
  };
363
363
 
364
364
  export const ElasticSanList: coreClient.CompositeMapper = {
@@ -373,20 +373,20 @@ export const ElasticSanList: coreClient.CompositeMapper = {
373
373
  element: {
374
374
  type: {
375
375
  name: "Composite",
376
- className: "ElasticSan"
377
- }
378
- }
379
- }
376
+ className: "ElasticSan",
377
+ },
378
+ },
379
+ },
380
380
  },
381
381
  nextLink: {
382
382
  serializedName: "nextLink",
383
383
  readOnly: true,
384
384
  type: {
385
- name: "String"
386
- }
387
- }
388
- }
389
- }
385
+ name: "String",
386
+ },
387
+ },
388
+ },
389
+ },
390
390
  };
391
391
 
392
392
  export const ElasticSanProperties: coreClient.CompositeMapper = {
@@ -398,8 +398,8 @@ export const ElasticSanProperties: coreClient.CompositeMapper = {
398
398
  serializedName: "sku",
399
399
  type: {
400
400
  name: "Composite",
401
- className: "Sku"
402
- }
401
+ className: "Sku",
402
+ },
403
403
  },
404
404
  availabilityZones: {
405
405
  serializedName: "availabilityZones",
@@ -407,66 +407,66 @@ export const ElasticSanProperties: coreClient.CompositeMapper = {
407
407
  name: "Sequence",
408
408
  element: {
409
409
  type: {
410
- name: "String"
411
- }
412
- }
413
- }
410
+ name: "String",
411
+ },
412
+ },
413
+ },
414
414
  },
415
415
  provisioningState: {
416
416
  serializedName: "provisioningState",
417
417
  readOnly: true,
418
418
  type: {
419
- name: "String"
420
- }
419
+ name: "String",
420
+ },
421
421
  },
422
422
  baseSizeTiB: {
423
423
  serializedName: "baseSizeTiB",
424
424
  required: true,
425
425
  type: {
426
- name: "Number"
427
- }
426
+ name: "Number",
427
+ },
428
428
  },
429
429
  extendedCapacitySizeTiB: {
430
430
  serializedName: "extendedCapacitySizeTiB",
431
431
  required: true,
432
432
  type: {
433
- name: "Number"
434
- }
433
+ name: "Number",
434
+ },
435
435
  },
436
436
  totalVolumeSizeGiB: {
437
437
  serializedName: "totalVolumeSizeGiB",
438
438
  readOnly: true,
439
439
  type: {
440
- name: "Number"
441
- }
440
+ name: "Number",
441
+ },
442
442
  },
443
443
  volumeGroupCount: {
444
444
  serializedName: "volumeGroupCount",
445
445
  readOnly: true,
446
446
  type: {
447
- name: "Number"
448
- }
447
+ name: "Number",
448
+ },
449
449
  },
450
450
  totalIops: {
451
451
  serializedName: "totalIops",
452
452
  readOnly: true,
453
453
  type: {
454
- name: "Number"
455
- }
454
+ name: "Number",
455
+ },
456
456
  },
457
457
  totalMBps: {
458
458
  serializedName: "totalMBps",
459
459
  readOnly: true,
460
460
  type: {
461
- name: "Number"
462
- }
461
+ name: "Number",
462
+ },
463
463
  },
464
464
  totalSizeTiB: {
465
465
  serializedName: "totalSizeTiB",
466
466
  readOnly: true,
467
467
  type: {
468
- name: "Number"
469
- }
468
+ name: "Number",
469
+ },
470
470
  },
471
471
  privateEndpointConnections: {
472
472
  serializedName: "privateEndpointConnections",
@@ -476,19 +476,19 @@ export const ElasticSanProperties: coreClient.CompositeMapper = {
476
476
  element: {
477
477
  type: {
478
478
  name: "Composite",
479
- className: "PrivateEndpointConnection"
480
- }
481
- }
482
- }
479
+ className: "PrivateEndpointConnection",
480
+ },
481
+ },
482
+ },
483
483
  },
484
484
  publicNetworkAccess: {
485
485
  serializedName: "publicNetworkAccess",
486
486
  type: {
487
- name: "String"
488
- }
489
- }
490
- }
491
- }
487
+ name: "String",
488
+ },
489
+ },
490
+ },
491
+ },
492
492
  };
493
493
 
494
494
  export const Sku: coreClient.CompositeMapper = {
@@ -500,17 +500,17 @@ export const Sku: coreClient.CompositeMapper = {
500
500
  serializedName: "name",
501
501
  required: true,
502
502
  type: {
503
- name: "String"
504
- }
503
+ name: "String",
504
+ },
505
505
  },
506
506
  tier: {
507
507
  serializedName: "tier",
508
508
  type: {
509
- name: "String"
510
- }
511
- }
512
- }
513
- }
509
+ name: "String",
510
+ },
511
+ },
512
+ },
513
+ },
514
514
  };
515
515
 
516
516
  export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
@@ -522,22 +522,22 @@ export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
522
522
  serializedName: "provisioningState",
523
523
  readOnly: true,
524
524
  type: {
525
- name: "String"
526
- }
525
+ name: "String",
526
+ },
527
527
  },
528
528
  privateEndpoint: {
529
529
  serializedName: "privateEndpoint",
530
530
  type: {
531
531
  name: "Composite",
532
- className: "PrivateEndpoint"
533
- }
532
+ className: "PrivateEndpoint",
533
+ },
534
534
  },
535
535
  privateLinkServiceConnectionState: {
536
536
  serializedName: "privateLinkServiceConnectionState",
537
537
  type: {
538
538
  name: "Composite",
539
- className: "PrivateLinkServiceConnectionState"
540
- }
539
+ className: "PrivateLinkServiceConnectionState",
540
+ },
541
541
  },
542
542
  groupIds: {
543
543
  serializedName: "groupIds",
@@ -545,13 +545,13 @@ export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
545
545
  name: "Sequence",
546
546
  element: {
547
547
  type: {
548
- name: "String"
549
- }
550
- }
551
- }
552
- }
553
- }
554
- }
548
+ name: "String",
549
+ },
550
+ },
551
+ },
552
+ },
553
+ },
554
+ },
555
555
  };
556
556
 
557
557
  export const PrivateEndpoint: coreClient.CompositeMapper = {
@@ -563,11 +563,11 @@ export const PrivateEndpoint: coreClient.CompositeMapper = {
563
563
  serializedName: "id",
564
564
  readOnly: true,
565
565
  type: {
566
- name: "String"
567
- }
568
- }
569
- }
570
- }
566
+ name: "String",
567
+ },
568
+ },
569
+ },
570
+ },
571
571
  };
572
572
 
573
573
  export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
@@ -578,23 +578,23 @@ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
578
578
  status: {
579
579
  serializedName: "status",
580
580
  type: {
581
- name: "String"
582
- }
581
+ name: "String",
582
+ },
583
583
  },
584
584
  description: {
585
585
  serializedName: "description",
586
586
  type: {
587
- name: "String"
588
- }
587
+ name: "String",
588
+ },
589
589
  },
590
590
  actionsRequired: {
591
591
  serializedName: "actionsRequired",
592
592
  type: {
593
- name: "String"
594
- }
595
- }
596
- }
597
- }
593
+ name: "String",
594
+ },
595
+ },
596
+ },
597
+ },
598
598
  };
599
599
 
600
600
  export const Resource: coreClient.CompositeMapper = {
@@ -606,32 +606,32 @@ export const Resource: coreClient.CompositeMapper = {
606
606
  serializedName: "id",
607
607
  readOnly: true,
608
608
  type: {
609
- name: "String"
610
- }
609
+ name: "String",
610
+ },
611
611
  },
612
612
  name: {
613
613
  serializedName: "name",
614
614
  readOnly: true,
615
615
  type: {
616
- name: "String"
617
- }
616
+ name: "String",
617
+ },
618
618
  },
619
619
  type: {
620
620
  serializedName: "type",
621
621
  readOnly: true,
622
622
  type: {
623
- name: "String"
624
- }
623
+ name: "String",
624
+ },
625
625
  },
626
626
  systemData: {
627
627
  serializedName: "systemData",
628
628
  type: {
629
629
  name: "Composite",
630
- className: "SystemData"
631
- }
632
- }
633
- }
634
- }
630
+ className: "SystemData",
631
+ },
632
+ },
633
+ },
634
+ },
635
635
  };
636
636
 
637
637
  export const SystemData: coreClient.CompositeMapper = {
@@ -642,41 +642,41 @@ export const SystemData: coreClient.CompositeMapper = {
642
642
  createdBy: {
643
643
  serializedName: "createdBy",
644
644
  type: {
645
- name: "String"
646
- }
645
+ name: "String",
646
+ },
647
647
  },
648
648
  createdByType: {
649
649
  serializedName: "createdByType",
650
650
  type: {
651
- name: "String"
652
- }
651
+ name: "String",
652
+ },
653
653
  },
654
654
  createdAt: {
655
655
  serializedName: "createdAt",
656
656
  type: {
657
- name: "DateTime"
658
- }
657
+ name: "DateTime",
658
+ },
659
659
  },
660
660
  lastModifiedBy: {
661
661
  serializedName: "lastModifiedBy",
662
662
  type: {
663
- name: "String"
664
- }
663
+ name: "String",
664
+ },
665
665
  },
666
666
  lastModifiedByType: {
667
667
  serializedName: "lastModifiedByType",
668
668
  type: {
669
- name: "String"
670
- }
669
+ name: "String",
670
+ },
671
671
  },
672
672
  lastModifiedAt: {
673
673
  serializedName: "lastModifiedAt",
674
674
  type: {
675
- name: "DateTime"
676
- }
677
- }
678
- }
679
- }
675
+ name: "DateTime",
676
+ },
677
+ },
678
+ },
679
+ },
680
680
  };
681
681
 
682
682
  export const ElasticSanUpdate: coreClient.CompositeMapper = {
@@ -688,18 +688,18 @@ export const ElasticSanUpdate: coreClient.CompositeMapper = {
688
688
  serializedName: "properties",
689
689
  type: {
690
690
  name: "Composite",
691
- className: "ElasticSanUpdateProperties"
692
- }
691
+ className: "ElasticSanUpdateProperties",
692
+ },
693
693
  },
694
694
  tags: {
695
695
  serializedName: "tags",
696
696
  type: {
697
697
  name: "Dictionary",
698
- value: { type: { name: "String" } }
699
- }
700
- }
701
- }
702
- }
698
+ value: { type: { name: "String" } },
699
+ },
700
+ },
701
+ },
702
+ },
703
703
  };
704
704
 
705
705
  export const ElasticSanUpdateProperties: coreClient.CompositeMapper = {
@@ -710,23 +710,23 @@ export const ElasticSanUpdateProperties: coreClient.CompositeMapper = {
710
710
  baseSizeTiB: {
711
711
  serializedName: "baseSizeTiB",
712
712
  type: {
713
- name: "Number"
714
- }
713
+ name: "Number",
714
+ },
715
715
  },
716
716
  extendedCapacitySizeTiB: {
717
717
  serializedName: "extendedCapacitySizeTiB",
718
718
  type: {
719
- name: "Number"
720
- }
719
+ name: "Number",
720
+ },
721
721
  },
722
722
  publicNetworkAccess: {
723
723
  serializedName: "publicNetworkAccess",
724
724
  type: {
725
- name: "String"
726
- }
727
- }
728
- }
729
- }
725
+ name: "String",
726
+ },
727
+ },
728
+ },
729
+ },
730
730
  };
731
731
 
732
732
  export const VolumeGroupList: coreClient.CompositeMapper = {
@@ -741,20 +741,20 @@ export const VolumeGroupList: coreClient.CompositeMapper = {
741
741
  element: {
742
742
  type: {
743
743
  name: "Composite",
744
- className: "VolumeGroup"
745
- }
746
- }
747
- }
744
+ className: "VolumeGroup",
745
+ },
746
+ },
747
+ },
748
748
  },
749
749
  nextLink: {
750
750
  serializedName: "nextLink",
751
751
  readOnly: true,
752
752
  type: {
753
- name: "String"
754
- }
755
- }
756
- }
757
- }
753
+ name: "String",
754
+ },
755
+ },
756
+ },
757
+ },
758
758
  };
759
759
 
760
760
  export const Identity: coreClient.CompositeMapper = {
@@ -766,34 +766,34 @@ export const Identity: coreClient.CompositeMapper = {
766
766
  serializedName: "principalId",
767
767
  readOnly: true,
768
768
  type: {
769
- name: "String"
770
- }
769
+ name: "String",
770
+ },
771
771
  },
772
772
  tenantId: {
773
773
  serializedName: "tenantId",
774
774
  readOnly: true,
775
775
  type: {
776
- name: "String"
777
- }
776
+ name: "String",
777
+ },
778
778
  },
779
779
  type: {
780
780
  serializedName: "type",
781
781
  required: true,
782
782
  type: {
783
- name: "String"
784
- }
783
+ name: "String",
784
+ },
785
785
  },
786
786
  userAssignedIdentities: {
787
787
  serializedName: "userAssignedIdentities",
788
788
  type: {
789
789
  name: "Dictionary",
790
790
  value: {
791
- type: { name: "Composite", className: "UserAssignedIdentity" }
792
- }
793
- }
794
- }
795
- }
796
- }
791
+ type: { name: "Composite", className: "UserAssignedIdentity" },
792
+ },
793
+ },
794
+ },
795
+ },
796
+ },
797
797
  };
798
798
 
799
799
  export const UserAssignedIdentity: coreClient.CompositeMapper = {
@@ -805,18 +805,18 @@ export const UserAssignedIdentity: coreClient.CompositeMapper = {
805
805
  serializedName: "principalId",
806
806
  readOnly: true,
807
807
  type: {
808
- name: "String"
809
- }
808
+ name: "String",
809
+ },
810
810
  },
811
811
  clientId: {
812
812
  serializedName: "clientId",
813
813
  readOnly: true,
814
814
  type: {
815
- name: "String"
816
- }
817
- }
818
- }
819
- }
815
+ name: "String",
816
+ },
817
+ },
818
+ },
819
+ },
820
820
  };
821
821
 
822
822
  export const VolumeGroupProperties: coreClient.CompositeMapper = {
@@ -828,34 +828,34 @@ export const VolumeGroupProperties: coreClient.CompositeMapper = {
828
828
  serializedName: "provisioningState",
829
829
  readOnly: true,
830
830
  type: {
831
- name: "String"
832
- }
831
+ name: "String",
832
+ },
833
833
  },
834
834
  protocolType: {
835
835
  serializedName: "protocolType",
836
836
  type: {
837
- name: "String"
838
- }
837
+ name: "String",
838
+ },
839
839
  },
840
840
  encryption: {
841
841
  serializedName: "encryption",
842
842
  type: {
843
- name: "String"
844
- }
843
+ name: "String",
844
+ },
845
845
  },
846
846
  encryptionProperties: {
847
847
  serializedName: "encryptionProperties",
848
848
  type: {
849
849
  name: "Composite",
850
- className: "EncryptionProperties"
851
- }
850
+ className: "EncryptionProperties",
851
+ },
852
852
  },
853
853
  networkAcls: {
854
854
  serializedName: "networkAcls",
855
855
  type: {
856
856
  name: "Composite",
857
- className: "NetworkRuleSet"
858
- }
857
+ className: "NetworkRuleSet",
858
+ },
859
859
  },
860
860
  privateEndpointConnections: {
861
861
  serializedName: "privateEndpointConnections",
@@ -865,13 +865,19 @@ export const VolumeGroupProperties: coreClient.CompositeMapper = {
865
865
  element: {
866
866
  type: {
867
867
  name: "Composite",
868
- className: "PrivateEndpointConnection"
869
- }
870
- }
871
- }
872
- }
873
- }
874
- }
868
+ className: "PrivateEndpointConnection",
869
+ },
870
+ },
871
+ },
872
+ },
873
+ enforceDataIntegrityCheckForIscsi: {
874
+ serializedName: "enforceDataIntegrityCheckForIscsi",
875
+ type: {
876
+ name: "Boolean",
877
+ },
878
+ },
879
+ },
880
+ },
875
881
  };
876
882
 
877
883
  export const EncryptionProperties: coreClient.CompositeMapper = {
@@ -883,18 +889,18 @@ export const EncryptionProperties: coreClient.CompositeMapper = {
883
889
  serializedName: "keyVaultProperties",
884
890
  type: {
885
891
  name: "Composite",
886
- className: "KeyVaultProperties"
887
- }
892
+ className: "KeyVaultProperties",
893
+ },
888
894
  },
889
895
  encryptionIdentity: {
890
896
  serializedName: "identity",
891
897
  type: {
892
898
  name: "Composite",
893
- className: "EncryptionIdentity"
894
- }
895
- }
896
- }
897
- }
899
+ className: "EncryptionIdentity",
900
+ },
901
+ },
902
+ },
903
+ },
898
904
  };
899
905
 
900
906
  export const KeyVaultProperties: coreClient.CompositeMapper = {
@@ -905,44 +911,44 @@ export const KeyVaultProperties: coreClient.CompositeMapper = {
905
911
  keyName: {
906
912
  serializedName: "keyName",
907
913
  type: {
908
- name: "String"
909
- }
914
+ name: "String",
915
+ },
910
916
  },
911
917
  keyVersion: {
912
918
  serializedName: "keyVersion",
913
919
  type: {
914
- name: "String"
915
- }
920
+ name: "String",
921
+ },
916
922
  },
917
923
  keyVaultUri: {
918
924
  serializedName: "keyVaultUri",
919
925
  type: {
920
- name: "String"
921
- }
926
+ name: "String",
927
+ },
922
928
  },
923
929
  currentVersionedKeyIdentifier: {
924
930
  serializedName: "currentVersionedKeyIdentifier",
925
931
  readOnly: true,
926
932
  type: {
927
- name: "String"
928
- }
933
+ name: "String",
934
+ },
929
935
  },
930
936
  lastKeyRotationTimestamp: {
931
937
  serializedName: "lastKeyRotationTimestamp",
932
938
  readOnly: true,
933
939
  type: {
934
- name: "DateTime"
935
- }
940
+ name: "DateTime",
941
+ },
936
942
  },
937
943
  currentVersionedKeyExpirationTimestamp: {
938
944
  serializedName: "currentVersionedKeyExpirationTimestamp",
939
945
  readOnly: true,
940
946
  type: {
941
- name: "DateTime"
942
- }
943
- }
944
- }
945
- }
947
+ name: "DateTime",
948
+ },
949
+ },
950
+ },
951
+ },
946
952
  };
947
953
 
948
954
  export const EncryptionIdentity: coreClient.CompositeMapper = {
@@ -953,11 +959,11 @@ export const EncryptionIdentity: coreClient.CompositeMapper = {
953
959
  encryptionUserAssignedIdentity: {
954
960
  serializedName: "userAssignedIdentity",
955
961
  type: {
956
- name: "String"
957
- }
958
- }
959
- }
960
- }
962
+ name: "String",
963
+ },
964
+ },
965
+ },
966
+ },
961
967
  };
962
968
 
963
969
  export const NetworkRuleSet: coreClient.CompositeMapper = {
@@ -972,13 +978,13 @@ export const NetworkRuleSet: coreClient.CompositeMapper = {
972
978
  element: {
973
979
  type: {
974
980
  name: "Composite",
975
- className: "VirtualNetworkRule"
976
- }
977
- }
978
- }
979
- }
980
- }
981
- }
981
+ className: "VirtualNetworkRule",
982
+ },
983
+ },
984
+ },
985
+ },
986
+ },
987
+ },
982
988
  };
983
989
 
984
990
  export const VirtualNetworkRule: coreClient.CompositeMapper = {
@@ -990,18 +996,18 @@ export const VirtualNetworkRule: coreClient.CompositeMapper = {
990
996
  serializedName: "id",
991
997
  required: true,
992
998
  type: {
993
- name: "String"
994
- }
999
+ name: "String",
1000
+ },
995
1001
  },
996
1002
  action: {
997
1003
  defaultValue: "Allow",
998
1004
  serializedName: "action",
999
1005
  type: {
1000
- name: "String"
1001
- }
1002
- }
1003
- }
1004
- }
1006
+ name: "String",
1007
+ },
1008
+ },
1009
+ },
1010
+ },
1005
1011
  };
1006
1012
 
1007
1013
  export const VolumeGroupUpdate: coreClient.CompositeMapper = {
@@ -1013,18 +1019,18 @@ export const VolumeGroupUpdate: coreClient.CompositeMapper = {
1013
1019
  serializedName: "identity",
1014
1020
  type: {
1015
1021
  name: "Composite",
1016
- className: "Identity"
1017
- }
1022
+ className: "Identity",
1023
+ },
1018
1024
  },
1019
1025
  properties: {
1020
1026
  serializedName: "properties",
1021
1027
  type: {
1022
1028
  name: "Composite",
1023
- className: "VolumeGroupUpdateProperties"
1024
- }
1025
- }
1026
- }
1027
- }
1029
+ className: "VolumeGroupUpdateProperties",
1030
+ },
1031
+ },
1032
+ },
1033
+ },
1028
1034
  };
1029
1035
 
1030
1036
  export const VolumeGroupUpdateProperties: coreClient.CompositeMapper = {
@@ -1035,31 +1041,37 @@ export const VolumeGroupUpdateProperties: coreClient.CompositeMapper = {
1035
1041
  protocolType: {
1036
1042
  serializedName: "protocolType",
1037
1043
  type: {
1038
- name: "String"
1039
- }
1044
+ name: "String",
1045
+ },
1040
1046
  },
1041
1047
  encryption: {
1042
1048
  serializedName: "encryption",
1043
1049
  type: {
1044
- name: "String"
1045
- }
1050
+ name: "String",
1051
+ },
1046
1052
  },
1047
1053
  encryptionProperties: {
1048
1054
  serializedName: "encryptionProperties",
1049
1055
  type: {
1050
1056
  name: "Composite",
1051
- className: "EncryptionProperties"
1052
- }
1057
+ className: "EncryptionProperties",
1058
+ },
1053
1059
  },
1054
1060
  networkAcls: {
1055
1061
  serializedName: "networkAcls",
1056
1062
  type: {
1057
1063
  name: "Composite",
1058
- className: "NetworkRuleSet"
1059
- }
1060
- }
1061
- }
1062
- }
1064
+ className: "NetworkRuleSet",
1065
+ },
1066
+ },
1067
+ enforceDataIntegrityCheckForIscsi: {
1068
+ serializedName: "enforceDataIntegrityCheckForIscsi",
1069
+ type: {
1070
+ name: "Boolean",
1071
+ },
1072
+ },
1073
+ },
1074
+ },
1063
1075
  };
1064
1076
 
1065
1077
  export const VolumeProperties: coreClient.CompositeMapper = {
@@ -1071,46 +1083,46 @@ export const VolumeProperties: coreClient.CompositeMapper = {
1071
1083
  serializedName: "volumeId",
1072
1084
  readOnly: true,
1073
1085
  type: {
1074
- name: "String"
1075
- }
1086
+ name: "String",
1087
+ },
1076
1088
  },
1077
1089
  creationData: {
1078
1090
  serializedName: "creationData",
1079
1091
  type: {
1080
1092
  name: "Composite",
1081
- className: "SourceCreationData"
1082
- }
1093
+ className: "SourceCreationData",
1094
+ },
1083
1095
  },
1084
1096
  sizeGiB: {
1085
1097
  serializedName: "sizeGiB",
1086
1098
  required: true,
1087
1099
  type: {
1088
- name: "Number"
1089
- }
1100
+ name: "Number",
1101
+ },
1090
1102
  },
1091
1103
  storageTarget: {
1092
1104
  serializedName: "storageTarget",
1093
1105
  type: {
1094
1106
  name: "Composite",
1095
- className: "IscsiTargetInfo"
1096
- }
1107
+ className: "IscsiTargetInfo",
1108
+ },
1097
1109
  },
1098
1110
  managedBy: {
1099
1111
  serializedName: "managedBy",
1100
1112
  type: {
1101
1113
  name: "Composite",
1102
- className: "ManagedByInfo"
1103
- }
1114
+ className: "ManagedByInfo",
1115
+ },
1104
1116
  },
1105
1117
  provisioningState: {
1106
1118
  serializedName: "provisioningState",
1107
1119
  readOnly: true,
1108
1120
  type: {
1109
- name: "String"
1110
- }
1111
- }
1112
- }
1113
- }
1121
+ name: "String",
1122
+ },
1123
+ },
1124
+ },
1125
+ },
1114
1126
  };
1115
1127
 
1116
1128
  export const SourceCreationData: coreClient.CompositeMapper = {
@@ -1121,17 +1133,17 @@ export const SourceCreationData: coreClient.CompositeMapper = {
1121
1133
  createSource: {
1122
1134
  serializedName: "createSource",
1123
1135
  type: {
1124
- name: "String"
1125
- }
1136
+ name: "String",
1137
+ },
1126
1138
  },
1127
1139
  sourceId: {
1128
1140
  serializedName: "sourceId",
1129
1141
  type: {
1130
- name: "String"
1131
- }
1132
- }
1133
- }
1134
- }
1142
+ name: "String",
1143
+ },
1144
+ },
1145
+ },
1146
+ },
1135
1147
  };
1136
1148
 
1137
1149
  export const IscsiTargetInfo: coreClient.CompositeMapper = {
@@ -1143,38 +1155,38 @@ export const IscsiTargetInfo: coreClient.CompositeMapper = {
1143
1155
  serializedName: "targetIqn",
1144
1156
  readOnly: true,
1145
1157
  type: {
1146
- name: "String"
1147
- }
1158
+ name: "String",
1159
+ },
1148
1160
  },
1149
1161
  targetPortalHostname: {
1150
1162
  serializedName: "targetPortalHostname",
1151
1163
  readOnly: true,
1152
1164
  type: {
1153
- name: "String"
1154
- }
1165
+ name: "String",
1166
+ },
1155
1167
  },
1156
1168
  targetPortalPort: {
1157
1169
  serializedName: "targetPortalPort",
1158
1170
  readOnly: true,
1159
1171
  type: {
1160
- name: "Number"
1161
- }
1172
+ name: "Number",
1173
+ },
1162
1174
  },
1163
1175
  provisioningState: {
1164
1176
  serializedName: "provisioningState",
1165
1177
  readOnly: true,
1166
1178
  type: {
1167
- name: "String"
1168
- }
1179
+ name: "String",
1180
+ },
1169
1181
  },
1170
1182
  status: {
1171
1183
  serializedName: "status",
1172
1184
  type: {
1173
- name: "String"
1174
- }
1175
- }
1176
- }
1177
- }
1185
+ name: "String",
1186
+ },
1187
+ },
1188
+ },
1189
+ },
1178
1190
  };
1179
1191
 
1180
1192
  export const ManagedByInfo: coreClient.CompositeMapper = {
@@ -1185,11 +1197,11 @@ export const ManagedByInfo: coreClient.CompositeMapper = {
1185
1197
  resourceId: {
1186
1198
  serializedName: "resourceId",
1187
1199
  type: {
1188
- name: "String"
1189
- }
1190
- }
1191
- }
1192
- }
1200
+ name: "String",
1201
+ },
1202
+ },
1203
+ },
1204
+ },
1193
1205
  };
1194
1206
 
1195
1207
  export const VolumeUpdate: coreClient.CompositeMapper = {
@@ -1201,11 +1213,11 @@ export const VolumeUpdate: coreClient.CompositeMapper = {
1201
1213
  serializedName: "properties",
1202
1214
  type: {
1203
1215
  name: "Composite",
1204
- className: "VolumeUpdateProperties"
1205
- }
1206
- }
1207
- }
1208
- }
1216
+ className: "VolumeUpdateProperties",
1217
+ },
1218
+ },
1219
+ },
1220
+ },
1209
1221
  };
1210
1222
 
1211
1223
  export const VolumeUpdateProperties: coreClient.CompositeMapper = {
@@ -1216,18 +1228,18 @@ export const VolumeUpdateProperties: coreClient.CompositeMapper = {
1216
1228
  sizeGiB: {
1217
1229
  serializedName: "sizeGiB",
1218
1230
  type: {
1219
- name: "Number"
1220
- }
1231
+ name: "Number",
1232
+ },
1221
1233
  },
1222
1234
  managedBy: {
1223
1235
  serializedName: "managedBy",
1224
1236
  type: {
1225
1237
  name: "Composite",
1226
- className: "ManagedByInfo"
1227
- }
1228
- }
1229
- }
1230
- }
1238
+ className: "ManagedByInfo",
1239
+ },
1240
+ },
1241
+ },
1242
+ },
1231
1243
  };
1232
1244
 
1233
1245
  export const VolumeList: coreClient.CompositeMapper = {
@@ -1242,20 +1254,20 @@ export const VolumeList: coreClient.CompositeMapper = {
1242
1254
  element: {
1243
1255
  type: {
1244
1256
  name: "Composite",
1245
- className: "Volume"
1246
- }
1247
- }
1248
- }
1257
+ className: "Volume",
1258
+ },
1259
+ },
1260
+ },
1249
1261
  },
1250
1262
  nextLink: {
1251
1263
  serializedName: "nextLink",
1252
1264
  readOnly: true,
1253
1265
  type: {
1254
- name: "String"
1255
- }
1256
- }
1257
- }
1258
- }
1266
+ name: "String",
1267
+ },
1268
+ },
1269
+ },
1270
+ },
1259
1271
  };
1260
1272
 
1261
1273
  export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
@@ -1270,20 +1282,20 @@ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
1270
1282
  element: {
1271
1283
  type: {
1272
1284
  name: "Composite",
1273
- className: "PrivateEndpointConnection"
1274
- }
1275
- }
1276
- }
1285
+ className: "PrivateEndpointConnection",
1286
+ },
1287
+ },
1288
+ },
1277
1289
  },
1278
1290
  nextLink: {
1279
1291
  serializedName: "nextLink",
1280
1292
  readOnly: true,
1281
1293
  type: {
1282
- name: "String"
1283
- }
1284
- }
1285
- }
1286
- }
1294
+ name: "String",
1295
+ },
1296
+ },
1297
+ },
1298
+ },
1287
1299
  };
1288
1300
 
1289
1301
  export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
@@ -1298,20 +1310,20 @@ export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
1298
1310
  element: {
1299
1311
  type: {
1300
1312
  name: "Composite",
1301
- className: "PrivateLinkResource"
1302
- }
1303
- }
1304
- }
1313
+ className: "PrivateLinkResource",
1314
+ },
1315
+ },
1316
+ },
1305
1317
  },
1306
1318
  nextLink: {
1307
1319
  serializedName: "nextLink",
1308
1320
  readOnly: true,
1309
1321
  type: {
1310
- name: "String"
1311
- }
1312
- }
1313
- }
1314
- }
1322
+ name: "String",
1323
+ },
1324
+ },
1325
+ },
1326
+ },
1315
1327
  };
1316
1328
 
1317
1329
  export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
@@ -1323,8 +1335,8 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
1323
1335
  serializedName: "groupId",
1324
1336
  readOnly: true,
1325
1337
  type: {
1326
- name: "String"
1327
- }
1338
+ name: "String",
1339
+ },
1328
1340
  },
1329
1341
  requiredMembers: {
1330
1342
  serializedName: "requiredMembers",
@@ -1333,10 +1345,10 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
1333
1345
  name: "Sequence",
1334
1346
  element: {
1335
1347
  type: {
1336
- name: "String"
1337
- }
1338
- }
1339
- }
1348
+ name: "String",
1349
+ },
1350
+ },
1351
+ },
1340
1352
  },
1341
1353
  requiredZoneNames: {
1342
1354
  serializedName: "requiredZoneNames",
@@ -1344,13 +1356,13 @@ export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
1344
1356
  name: "Sequence",
1345
1357
  element: {
1346
1358
  type: {
1347
- name: "String"
1348
- }
1349
- }
1350
- }
1351
- }
1352
- }
1353
- }
1359
+ name: "String",
1360
+ },
1361
+ },
1362
+ },
1363
+ },
1364
+ },
1365
+ },
1354
1366
  };
1355
1367
 
1356
1368
  export const SnapshotList: coreClient.CompositeMapper = {
@@ -1365,20 +1377,20 @@ export const SnapshotList: coreClient.CompositeMapper = {
1365
1377
  element: {
1366
1378
  type: {
1367
1379
  name: "Composite",
1368
- className: "Snapshot"
1369
- }
1370
- }
1371
- }
1380
+ className: "Snapshot",
1381
+ },
1382
+ },
1383
+ },
1372
1384
  },
1373
1385
  nextLink: {
1374
1386
  serializedName: "nextLink",
1375
1387
  readOnly: true,
1376
1388
  type: {
1377
- name: "String"
1378
- }
1379
- }
1380
- }
1381
- }
1389
+ name: "String",
1390
+ },
1391
+ },
1392
+ },
1393
+ },
1382
1394
  };
1383
1395
 
1384
1396
  export const SnapshotProperties: coreClient.CompositeMapper = {
@@ -1390,32 +1402,32 @@ export const SnapshotProperties: coreClient.CompositeMapper = {
1390
1402
  serializedName: "creationData",
1391
1403
  type: {
1392
1404
  name: "Composite",
1393
- className: "SnapshotCreationData"
1394
- }
1405
+ className: "SnapshotCreationData",
1406
+ },
1395
1407
  },
1396
1408
  provisioningState: {
1397
1409
  serializedName: "provisioningState",
1398
1410
  readOnly: true,
1399
1411
  type: {
1400
- name: "String"
1401
- }
1412
+ name: "String",
1413
+ },
1402
1414
  },
1403
1415
  sourceVolumeSizeGiB: {
1404
1416
  serializedName: "sourceVolumeSizeGiB",
1405
1417
  readOnly: true,
1406
1418
  type: {
1407
- name: "Number"
1408
- }
1419
+ name: "Number",
1420
+ },
1409
1421
  },
1410
1422
  volumeName: {
1411
1423
  serializedName: "volumeName",
1412
1424
  readOnly: true,
1413
1425
  type: {
1414
- name: "String"
1415
- }
1416
- }
1417
- }
1418
- }
1426
+ name: "String",
1427
+ },
1428
+ },
1429
+ },
1430
+ },
1419
1431
  };
1420
1432
 
1421
1433
  export const SnapshotCreationData: coreClient.CompositeMapper = {
@@ -1427,11 +1439,11 @@ export const SnapshotCreationData: coreClient.CompositeMapper = {
1427
1439
  serializedName: "sourceId",
1428
1440
  required: true,
1429
1441
  type: {
1430
- name: "String"
1431
- }
1432
- }
1433
- }
1434
- }
1442
+ name: "String",
1443
+ },
1444
+ },
1445
+ },
1446
+ },
1435
1447
  };
1436
1448
 
1437
1449
  export const PrivateEndpointConnection: coreClient.CompositeMapper = {
@@ -1444,11 +1456,11 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
1444
1456
  serializedName: "properties",
1445
1457
  type: {
1446
1458
  name: "Composite",
1447
- className: "PrivateEndpointConnectionProperties"
1448
- }
1449
- }
1450
- }
1451
- }
1459
+ className: "PrivateEndpointConnectionProperties",
1460
+ },
1461
+ },
1462
+ },
1463
+ },
1452
1464
  };
1453
1465
 
1454
1466
  export const TrackedResource: coreClient.CompositeMapper = {
@@ -1461,18 +1473,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
1461
1473
  serializedName: "tags",
1462
1474
  type: {
1463
1475
  name: "Dictionary",
1464
- value: { type: { name: "String" } }
1465
- }
1476
+ value: { type: { name: "String" } },
1477
+ },
1466
1478
  },
1467
1479
  location: {
1468
1480
  serializedName: "location",
1469
1481
  required: true,
1470
1482
  type: {
1471
- name: "String"
1472
- }
1473
- }
1474
- }
1475
- }
1483
+ name: "String",
1484
+ },
1485
+ },
1486
+ },
1487
+ },
1476
1488
  };
1477
1489
 
1478
1490
  export const ProxyResource: coreClient.CompositeMapper = {
@@ -1480,9 +1492,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
1480
1492
  name: "Composite",
1481
1493
  className: "ProxyResource",
1482
1494
  modelProperties: {
1483
- ...Resource.type.modelProperties
1484
- }
1485
- }
1495
+ ...Resource.type.modelProperties,
1496
+ },
1497
+ },
1486
1498
  };
1487
1499
 
1488
1500
  export const PrivateLinkResource: coreClient.CompositeMapper = {
@@ -1495,11 +1507,11 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
1495
1507
  serializedName: "properties",
1496
1508
  type: {
1497
1509
  name: "Composite",
1498
- className: "PrivateLinkResourceProperties"
1499
- }
1500
- }
1501
- }
1502
- }
1510
+ className: "PrivateLinkResourceProperties",
1511
+ },
1512
+ },
1513
+ },
1514
+ },
1503
1515
  };
1504
1516
 
1505
1517
  export const ElasticSan: coreClient.CompositeMapper = {
@@ -1512,11 +1524,11 @@ export const ElasticSan: coreClient.CompositeMapper = {
1512
1524
  serializedName: "properties",
1513
1525
  type: {
1514
1526
  name: "Composite",
1515
- className: "ElasticSanProperties"
1516
- }
1517
- }
1518
- }
1519
- }
1527
+ className: "ElasticSanProperties",
1528
+ },
1529
+ },
1530
+ },
1531
+ },
1520
1532
  };
1521
1533
 
1522
1534
  export const VolumeGroup: coreClient.CompositeMapper = {
@@ -1529,18 +1541,18 @@ export const VolumeGroup: coreClient.CompositeMapper = {
1529
1541
  serializedName: "identity",
1530
1542
  type: {
1531
1543
  name: "Composite",
1532
- className: "Identity"
1533
- }
1544
+ className: "Identity",
1545
+ },
1534
1546
  },
1535
1547
  properties: {
1536
1548
  serializedName: "properties",
1537
1549
  type: {
1538
1550
  name: "Composite",
1539
- className: "VolumeGroupProperties"
1540
- }
1541
- }
1542
- }
1543
- }
1551
+ className: "VolumeGroupProperties",
1552
+ },
1553
+ },
1554
+ },
1555
+ },
1544
1556
  };
1545
1557
 
1546
1558
  export const Volume: coreClient.CompositeMapper = {
@@ -1553,11 +1565,11 @@ export const Volume: coreClient.CompositeMapper = {
1553
1565
  serializedName: "properties",
1554
1566
  type: {
1555
1567
  name: "Composite",
1556
- className: "VolumeProperties"
1557
- }
1558
- }
1559
- }
1560
- }
1568
+ className: "VolumeProperties",
1569
+ },
1570
+ },
1571
+ },
1572
+ },
1561
1573
  };
1562
1574
 
1563
1575
  export const Snapshot: coreClient.CompositeMapper = {
@@ -1570,11 +1582,11 @@ export const Snapshot: coreClient.CompositeMapper = {
1570
1582
  serializedName: "properties",
1571
1583
  type: {
1572
1584
  name: "Composite",
1573
- className: "SnapshotProperties"
1574
- }
1575
- }
1576
- }
1577
- }
1585
+ className: "SnapshotProperties",
1586
+ },
1587
+ },
1588
+ },
1589
+ },
1578
1590
  };
1579
1591
 
1580
1592
  export const ElasticSansUpdateHeaders: coreClient.CompositeMapper = {
@@ -1585,11 +1597,11 @@ export const ElasticSansUpdateHeaders: coreClient.CompositeMapper = {
1585
1597
  location: {
1586
1598
  serializedName: "location",
1587
1599
  type: {
1588
- name: "String"
1589
- }
1590
- }
1591
- }
1592
- }
1600
+ name: "String",
1601
+ },
1602
+ },
1603
+ },
1604
+ },
1593
1605
  };
1594
1606
 
1595
1607
  export const ElasticSansDeleteHeaders: coreClient.CompositeMapper = {
@@ -1600,11 +1612,11 @@ export const ElasticSansDeleteHeaders: coreClient.CompositeMapper = {
1600
1612
  location: {
1601
1613
  serializedName: "location",
1602
1614
  type: {
1603
- name: "String"
1604
- }
1605
- }
1606
- }
1607
- }
1615
+ name: "String",
1616
+ },
1617
+ },
1618
+ },
1619
+ },
1608
1620
  };
1609
1621
 
1610
1622
  export const VolumeGroupsUpdateHeaders: coreClient.CompositeMapper = {
@@ -1615,11 +1627,11 @@ export const VolumeGroupsUpdateHeaders: coreClient.CompositeMapper = {
1615
1627
  location: {
1616
1628
  serializedName: "location",
1617
1629
  type: {
1618
- name: "String"
1619
- }
1620
- }
1621
- }
1622
- }
1630
+ name: "String",
1631
+ },
1632
+ },
1633
+ },
1634
+ },
1623
1635
  };
1624
1636
 
1625
1637
  export const VolumeGroupsDeleteHeaders: coreClient.CompositeMapper = {
@@ -1630,11 +1642,11 @@ export const VolumeGroupsDeleteHeaders: coreClient.CompositeMapper = {
1630
1642
  location: {
1631
1643
  serializedName: "location",
1632
1644
  type: {
1633
- name: "String"
1634
- }
1635
- }
1636
- }
1637
- }
1645
+ name: "String",
1646
+ },
1647
+ },
1648
+ },
1649
+ },
1638
1650
  };
1639
1651
 
1640
1652
  export const VolumesUpdateHeaders: coreClient.CompositeMapper = {
@@ -1645,11 +1657,11 @@ export const VolumesUpdateHeaders: coreClient.CompositeMapper = {
1645
1657
  location: {
1646
1658
  serializedName: "location",
1647
1659
  type: {
1648
- name: "String"
1649
- }
1650
- }
1651
- }
1652
- }
1660
+ name: "String",
1661
+ },
1662
+ },
1663
+ },
1664
+ },
1653
1665
  };
1654
1666
 
1655
1667
  export const VolumesDeleteHeaders: coreClient.CompositeMapper = {
@@ -1660,27 +1672,28 @@ export const VolumesDeleteHeaders: coreClient.CompositeMapper = {
1660
1672
  location: {
1661
1673
  serializedName: "location",
1662
1674
  type: {
1663
- name: "String"
1664
- }
1665
- }
1666
- }
1667
- }
1675
+ name: "String",
1676
+ },
1677
+ },
1678
+ },
1679
+ },
1668
1680
  };
1669
1681
 
1670
- export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {
1671
- type: {
1672
- name: "Composite",
1673
- className: "PrivateEndpointConnectionsDeleteHeaders",
1674
- modelProperties: {
1675
- location: {
1676
- serializedName: "location",
1677
- type: {
1678
- name: "String"
1679
- }
1680
- }
1681
- }
1682
- }
1683
- };
1682
+ export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =
1683
+ {
1684
+ type: {
1685
+ name: "Composite",
1686
+ className: "PrivateEndpointConnectionsDeleteHeaders",
1687
+ modelProperties: {
1688
+ location: {
1689
+ serializedName: "location",
1690
+ type: {
1691
+ name: "String",
1692
+ },
1693
+ },
1694
+ },
1695
+ },
1696
+ };
1684
1697
 
1685
1698
  export const VolumeSnapshotsDeleteHeaders: coreClient.CompositeMapper = {
1686
1699
  type: {
@@ -1690,9 +1703,9 @@ export const VolumeSnapshotsDeleteHeaders: coreClient.CompositeMapper = {
1690
1703
  location: {
1691
1704
  serializedName: "location",
1692
1705
  type: {
1693
- name: "String"
1694
- }
1695
- }
1696
- }
1697
- }
1706
+ name: "String",
1707
+ },
1708
+ },
1709
+ },
1710
+ },
1698
1711
  };