@azure/arm-elasticsan 1.0.0-beta.1 → 1.0.0-beta.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 (169) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/LICENSE +1 -1
  3. package/dist/index.js +1245 -374
  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/elasticSansCreateSample.js +25 -17
  8. package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
  9. package/dist-esm/samples-dev/elasticSansDeleteSample.js +17 -10
  10. package/dist-esm/samples-dev/elasticSansDeleteSample.js.map +1 -1
  11. package/dist-esm/samples-dev/elasticSansGetSample.js +17 -10
  12. package/dist-esm/samples-dev/elasticSansGetSample.js.map +1 -1
  13. package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +39 -18
  14. package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +37 -16
  16. package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
  17. package/dist-esm/samples-dev/elasticSansUpdateSample.js +20 -13
  18. package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
  19. package/dist-esm/samples-dev/operationsListSample.js +39 -16
  20. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +2 -0
  22. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +1 -0
  23. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +74 -0
  24. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -0
  25. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
  26. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +58 -0
  28. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
  29. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
  30. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
  31. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +58 -0
  32. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
  33. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +2 -0
  34. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +1 -0
  35. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +98 -0
  36. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -0
  37. package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts +2 -0
  38. package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts.map +1 -0
  39. package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +56 -0
  40. package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js.map +1 -0
  41. package/dist-esm/samples-dev/skusListSample.js +38 -17
  42. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  43. package/dist-esm/samples-dev/volumeGroupsCreateSample.js +24 -15
  44. package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
  45. package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +19 -12
  46. package/dist-esm/samples-dev/volumeGroupsDeleteSample.js.map +1 -1
  47. package/dist-esm/samples-dev/volumeGroupsGetSample.js +19 -12
  48. package/dist-esm/samples-dev/volumeGroupsGetSample.js.map +1 -1
  49. package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +41 -20
  50. package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
  51. package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +24 -15
  52. package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
  53. package/dist-esm/samples-dev/volumesCreateSample.js +24 -18
  54. package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
  55. package/dist-esm/samples-dev/volumesDeleteSample.js +21 -14
  56. package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
  57. package/dist-esm/samples-dev/volumesGetSample.js +21 -14
  58. package/dist-esm/samples-dev/volumesGetSample.js.map +1 -1
  59. package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +43 -22
  60. package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
  61. package/dist-esm/samples-dev/volumesUpdateSample.js +22 -18
  62. package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
  63. package/dist-esm/src/elasticSanManagement.d.ts +3 -1
  64. package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
  65. package/dist-esm/src/elasticSanManagement.js +8 -9
  66. package/dist-esm/src/elasticSanManagement.js.map +1 -1
  67. package/dist-esm/src/index.d.ts +1 -0
  68. package/dist-esm/src/index.d.ts.map +1 -1
  69. package/dist-esm/src/index.js +1 -0
  70. package/dist-esm/src/index.js.map +1 -1
  71. package/dist-esm/src/lroImpl.d.ts +6 -11
  72. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  73. package/dist-esm/src/lroImpl.js +12 -20
  74. package/dist-esm/src/lroImpl.js.map +1 -1
  75. package/dist-esm/src/models/index.d.ts +331 -124
  76. package/dist-esm/src/models/index.d.ts.map +1 -1
  77. package/dist-esm/src/models/index.js +28 -0
  78. package/dist-esm/src/models/index.js.map +1 -1
  79. package/dist-esm/src/models/mappers.d.ts +20 -6
  80. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  81. package/dist-esm/src/models/mappers.js +400 -112
  82. package/dist-esm/src/models/mappers.js.map +1 -1
  83. package/dist-esm/src/models/parameters.d.ts +2 -0
  84. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  85. package/dist-esm/src/models/parameters.js +16 -3
  86. package/dist-esm/src/models/parameters.js.map +1 -1
  87. package/dist-esm/src/operations/elasticSans.d.ts +4 -4
  88. package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
  89. package/dist-esm/src/operations/elasticSans.js +98 -51
  90. package/dist-esm/src/operations/elasticSans.js.map +1 -1
  91. package/dist-esm/src/operations/index.d.ts +2 -0
  92. package/dist-esm/src/operations/index.d.ts.map +1 -1
  93. package/dist-esm/src/operations/index.js +2 -0
  94. package/dist-esm/src/operations/index.js.map +1 -1
  95. package/dist-esm/src/operations/operations.d.ts +2 -2
  96. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  97. package/dist-esm/src/operations/operations.js +22 -11
  98. package/dist-esm/src/operations/operations.js.map +1 -1
  99. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  100. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  101. package/dist-esm/src/operations/privateEndpointConnections.js +334 -0
  102. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  103. package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
  104. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  105. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  106. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  107. package/dist-esm/src/operations/skus.d.ts.map +1 -1
  108. package/dist-esm/src/operations/skus.js +21 -10
  109. package/dist-esm/src/operations/skus.js.map +1 -1
  110. package/dist-esm/src/operations/volumeGroups.d.ts +4 -4
  111. package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
  112. package/dist-esm/src/operations/volumeGroups.js +78 -48
  113. package/dist-esm/src/operations/volumeGroups.js.map +1 -1
  114. package/dist-esm/src/operations/volumes.d.ts +4 -4
  115. package/dist-esm/src/operations/volumes.d.ts.map +1 -1
  116. package/dist-esm/src/operations/volumes.js +86 -56
  117. package/dist-esm/src/operations/volumes.js.map +1 -1
  118. package/dist-esm/src/operationsInterfaces/elasticSans.d.ts +4 -4
  119. package/dist-esm/src/operationsInterfaces/elasticSans.d.ts.map +1 -1
  120. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  121. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  122. package/dist-esm/src/operationsInterfaces/index.js +2 -0
  123. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  124. package/dist-esm/src/operationsInterfaces/operations.d.ts +2 -2
  125. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
  126. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  127. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  129. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
  131. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  133. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +4 -4
  135. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -1
  136. package/dist-esm/src/operationsInterfaces/volumes.d.ts +4 -4
  137. package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -1
  138. package/dist-esm/src/pagingHelper.d.ts +13 -0
  139. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  140. package/dist-esm/src/pagingHelper.js +32 -0
  141. package/dist-esm/src/pagingHelper.js.map +1 -0
  142. package/dist-esm/test/elasticsan_examples.spec.js +12 -5
  143. package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
  144. package/package.json +11 -10
  145. package/review/arm-elasticsan.api.md +229 -60
  146. package/src/elasticSanManagement.ts +16 -9
  147. package/src/index.ts +1 -0
  148. package/src/lroImpl.ts +31 -23
  149. package/src/models/index.ts +334 -93
  150. package/src/models/mappers.ts +429 -114
  151. package/src/models/parameters.ts +19 -3
  152. package/src/operations/elasticSans.ts +97 -60
  153. package/src/operations/index.ts +2 -0
  154. package/src/operations/operations.ts +16 -11
  155. package/src/operations/privateEndpointConnections.ts +450 -0
  156. package/src/operations/privateLinkResources.ts +72 -0
  157. package/src/operations/skus.ts +11 -6
  158. package/src/operations/volumeGroups.ts +76 -53
  159. package/src/operations/volumes.ts +82 -53
  160. package/src/operationsInterfaces/elasticSans.ts +6 -6
  161. package/src/operationsInterfaces/index.ts +2 -0
  162. package/src/operationsInterfaces/operations.ts +2 -2
  163. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  164. package/src/operationsInterfaces/privateLinkResources.ts +27 -0
  165. package/src/operationsInterfaces/volumeGroups.ts +6 -6
  166. package/src/operationsInterfaces/volumes.ts +10 -4
  167. package/src/pagingHelper.ts +39 -0
  168. package/types/arm-elasticsan.d.ts +409 -98
  169. package/types/tsdoc-metadata.json +1 -1
@@ -8,26 +8,27 @@
8
8
 
9
9
  import * as coreClient from "@azure/core-client";
10
10
 
11
- export const ElasticSanOperationListResult: coreClient.CompositeMapper = {
11
+ export const OperationListResult: coreClient.CompositeMapper = {
12
12
  type: {
13
13
  name: "Composite",
14
- className: "ElasticSanOperationListResult",
14
+ className: "OperationListResult",
15
15
  modelProperties: {
16
16
  value: {
17
17
  serializedName: "value",
18
- required: true,
18
+ readOnly: true,
19
19
  type: {
20
20
  name: "Sequence",
21
21
  element: {
22
22
  type: {
23
23
  name: "Composite",
24
- className: "ElasticSanRPOperation"
24
+ className: "Operation"
25
25
  }
26
26
  }
27
27
  }
28
28
  },
29
29
  nextLink: {
30
30
  serializedName: "nextLink",
31
+ readOnly: true,
31
32
  type: {
32
33
  name: "String"
33
34
  }
@@ -36,14 +37,14 @@ export const ElasticSanOperationListResult: coreClient.CompositeMapper = {
36
37
  }
37
38
  };
38
39
 
39
- export const ElasticSanRPOperation: coreClient.CompositeMapper = {
40
+ export const Operation: coreClient.CompositeMapper = {
40
41
  type: {
41
42
  name: "Composite",
42
- className: "ElasticSanRPOperation",
43
+ className: "Operation",
43
44
  modelProperties: {
44
45
  name: {
45
46
  serializedName: "name",
46
- required: true,
47
+ readOnly: true,
47
48
  type: {
48
49
  name: "String"
49
50
  }
@@ -59,42 +60,56 @@ export const ElasticSanRPOperation: coreClient.CompositeMapper = {
59
60
  serializedName: "display",
60
61
  type: {
61
62
  name: "Composite",
62
- className: "ElasticSanOperationDisplay"
63
+ className: "OperationDisplay"
64
+ }
65
+ },
66
+ origin: {
67
+ serializedName: "origin",
68
+ readOnly: true,
69
+ type: {
70
+ name: "String"
71
+ }
72
+ },
73
+ actionType: {
74
+ serializedName: "actionType",
75
+ readOnly: true,
76
+ type: {
77
+ name: "String"
63
78
  }
64
79
  }
65
80
  }
66
81
  }
67
82
  };
68
83
 
69
- export const ElasticSanOperationDisplay: coreClient.CompositeMapper = {
84
+ export const OperationDisplay: coreClient.CompositeMapper = {
70
85
  type: {
71
86
  name: "Composite",
72
- className: "ElasticSanOperationDisplay",
87
+ className: "OperationDisplay",
73
88
  modelProperties: {
74
89
  provider: {
75
90
  serializedName: "provider",
76
- required: true,
91
+ readOnly: true,
77
92
  type: {
78
93
  name: "String"
79
94
  }
80
95
  },
81
96
  resource: {
82
97
  serializedName: "resource",
83
- required: true,
98
+ readOnly: true,
84
99
  type: {
85
100
  name: "String"
86
101
  }
87
102
  },
88
103
  operation: {
89
104
  serializedName: "operation",
90
- required: true,
105
+ readOnly: true,
91
106
  type: {
92
107
  name: "String"
93
108
  }
94
109
  },
95
110
  description: {
96
111
  serializedName: "description",
97
- required: true,
112
+ readOnly: true,
98
113
  type: {
99
114
  name: "String"
100
115
  }
@@ -103,26 +118,26 @@ export const ElasticSanOperationDisplay: coreClient.CompositeMapper = {
103
118
  }
104
119
  };
105
120
 
106
- export const ErrorModel: coreClient.CompositeMapper = {
121
+ export const ErrorResponse: coreClient.CompositeMapper = {
107
122
  type: {
108
123
  name: "Composite",
109
- className: "ErrorModel",
124
+ className: "ErrorResponse",
110
125
  modelProperties: {
111
126
  error: {
112
127
  serializedName: "error",
113
128
  type: {
114
129
  name: "Composite",
115
- className: "ErrorResponse"
130
+ className: "ErrorDetail"
116
131
  }
117
132
  }
118
133
  }
119
134
  }
120
135
  };
121
136
 
122
- export const ErrorResponse: coreClient.CompositeMapper = {
137
+ export const ErrorDetail: coreClient.CompositeMapper = {
123
138
  type: {
124
139
  name: "Composite",
125
- className: "ErrorResponse",
140
+ className: "ErrorDetail",
126
141
  modelProperties: {
127
142
  code: {
128
143
  serializedName: "code",
@@ -153,7 +168,7 @@ export const ErrorResponse: coreClient.CompositeMapper = {
153
168
  element: {
154
169
  type: {
155
170
  name: "Composite",
156
- className: "ErrorResponse"
171
+ className: "ErrorDetail"
157
172
  }
158
173
  }
159
174
  }
@@ -216,6 +231,13 @@ export const SkuInformationList: coreClient.CompositeMapper = {
216
231
  }
217
232
  }
218
233
  }
234
+ },
235
+ nextLink: {
236
+ serializedName: "nextLink",
237
+ readOnly: true,
238
+ type: {
239
+ name: "String"
240
+ }
219
241
  }
220
242
  }
221
243
  }
@@ -346,7 +368,6 @@ export const ElasticSanList: coreClient.CompositeMapper = {
346
368
  modelProperties: {
347
369
  value: {
348
370
  serializedName: "value",
349
- required: true,
350
371
  type: {
351
372
  name: "Sequence",
352
373
  element: {
@@ -390,46 +411,44 @@ export const Sku: coreClient.CompositeMapper = {
390
411
  }
391
412
  };
392
413
 
393
- export const SystemData: coreClient.CompositeMapper = {
414
+ export const PrivateEndpoint: coreClient.CompositeMapper = {
394
415
  type: {
395
416
  name: "Composite",
396
- className: "SystemData",
417
+ className: "PrivateEndpoint",
397
418
  modelProperties: {
398
- createdBy: {
399
- serializedName: "createdBy",
419
+ id: {
420
+ serializedName: "id",
421
+ readOnly: true,
400
422
  type: {
401
423
  name: "String"
402
424
  }
403
- },
404
- createdByType: {
405
- serializedName: "createdByType",
425
+ }
426
+ }
427
+ }
428
+ };
429
+
430
+ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
431
+ type: {
432
+ name: "Composite",
433
+ className: "PrivateLinkServiceConnectionState",
434
+ modelProperties: {
435
+ status: {
436
+ serializedName: "status",
406
437
  type: {
407
438
  name: "String"
408
439
  }
409
440
  },
410
- createdAt: {
411
- serializedName: "createdAt",
412
- type: {
413
- name: "DateTime"
414
- }
415
- },
416
- lastModifiedBy: {
417
- serializedName: "lastModifiedBy",
441
+ description: {
442
+ serializedName: "description",
418
443
  type: {
419
444
  name: "String"
420
445
  }
421
446
  },
422
- lastModifiedByType: {
423
- serializedName: "lastModifiedByType",
447
+ actionsRequired: {
448
+ serializedName: "actionsRequired",
424
449
  type: {
425
450
  name: "String"
426
451
  }
427
- },
428
- lastModifiedAt: {
429
- serializedName: "lastModifiedAt",
430
- type: {
431
- name: "DateTime"
432
- }
433
452
  }
434
453
  }
435
454
  }
@@ -461,11 +480,56 @@ export const Resource: coreClient.CompositeMapper = {
461
480
  name: "String"
462
481
  }
463
482
  },
464
- tags: {
465
- serializedName: "tags",
483
+ systemData: {
484
+ serializedName: "systemData",
466
485
  type: {
467
- name: "Dictionary",
468
- value: { type: { name: "String" } }
486
+ name: "Composite",
487
+ className: "SystemData"
488
+ }
489
+ }
490
+ }
491
+ }
492
+ };
493
+
494
+ export const SystemData: coreClient.CompositeMapper = {
495
+ type: {
496
+ name: "Composite",
497
+ className: "SystemData",
498
+ modelProperties: {
499
+ createdBy: {
500
+ serializedName: "createdBy",
501
+ type: {
502
+ name: "String"
503
+ }
504
+ },
505
+ createdByType: {
506
+ serializedName: "createdByType",
507
+ type: {
508
+ name: "String"
509
+ }
510
+ },
511
+ createdAt: {
512
+ serializedName: "createdAt",
513
+ type: {
514
+ name: "DateTime"
515
+ }
516
+ },
517
+ lastModifiedBy: {
518
+ serializedName: "lastModifiedBy",
519
+ type: {
520
+ name: "String"
521
+ }
522
+ },
523
+ lastModifiedByType: {
524
+ serializedName: "lastModifiedByType",
525
+ type: {
526
+ name: "String"
527
+ }
528
+ },
529
+ lastModifiedAt: {
530
+ serializedName: "lastModifiedAt",
531
+ type: {
532
+ name: "DateTime"
469
533
  }
470
534
  }
471
535
  }
@@ -507,7 +571,6 @@ export const VolumeGroupList: coreClient.CompositeMapper = {
507
571
  modelProperties: {
508
572
  value: {
509
573
  serializedName: "value",
510
- required: true,
511
574
  type: {
512
575
  name: "Sequence",
513
576
  element: {
@@ -593,13 +656,6 @@ export const VolumeGroupUpdate: coreClient.CompositeMapper = {
593
656
  name: "Composite",
594
657
  className: "VolumeGroupUpdate",
595
658
  modelProperties: {
596
- tags: {
597
- serializedName: "tags",
598
- type: {
599
- name: "Dictionary",
600
- value: { type: { name: "String" } }
601
- }
602
- },
603
659
  protocolType: {
604
660
  serializedName: "properties.protocolType",
605
661
  type: {
@@ -694,13 +750,6 @@ export const VolumeUpdate: coreClient.CompositeMapper = {
694
750
  name: "Composite",
695
751
  className: "VolumeUpdate",
696
752
  modelProperties: {
697
- tags: {
698
- serializedName: "tags",
699
- type: {
700
- name: "Dictionary",
701
- value: { type: { name: "String" } }
702
- }
703
- },
704
753
  sizeGiB: {
705
754
  serializedName: "properties.sizeGiB",
706
755
  type: {
@@ -718,7 +767,6 @@ export const VolumeList: coreClient.CompositeMapper = {
718
767
  modelProperties: {
719
768
  value: {
720
769
  serializedName: "value",
721
- required: true,
722
770
  type: {
723
771
  name: "Sequence",
724
772
  element: {
@@ -740,14 +788,26 @@ export const VolumeList: coreClient.CompositeMapper = {
740
788
  }
741
789
  };
742
790
 
743
- export const TrackedResource: coreClient.CompositeMapper = {
791
+ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
744
792
  type: {
745
793
  name: "Composite",
746
- className: "TrackedResource",
794
+ className: "PrivateEndpointConnectionListResult",
747
795
  modelProperties: {
748
- ...Resource.type.modelProperties,
749
- location: {
750
- serializedName: "location",
796
+ value: {
797
+ serializedName: "value",
798
+ type: {
799
+ name: "Sequence",
800
+ element: {
801
+ type: {
802
+ name: "Composite",
803
+ className: "PrivateEndpointConnection"
804
+ }
805
+ }
806
+ }
807
+ },
808
+ nextLink: {
809
+ serializedName: "nextLink",
810
+ readOnly: true,
751
811
  type: {
752
812
  name: "String"
753
813
  }
@@ -756,19 +816,40 @@ export const TrackedResource: coreClient.CompositeMapper = {
756
816
  }
757
817
  };
758
818
 
759
- export const VolumeGroup: coreClient.CompositeMapper = {
819
+ export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
760
820
  type: {
761
821
  name: "Composite",
762
- className: "VolumeGroup",
822
+ className: "PrivateLinkResourceListResult",
763
823
  modelProperties: {
764
- ...Resource.type.modelProperties,
765
- systemData: {
766
- serializedName: "systemData",
824
+ value: {
825
+ serializedName: "value",
767
826
  type: {
768
- name: "Composite",
769
- className: "SystemData"
827
+ name: "Sequence",
828
+ element: {
829
+ type: {
830
+ name: "Composite",
831
+ className: "PrivateLinkResource"
832
+ }
833
+ }
770
834
  }
771
835
  },
836
+ nextLink: {
837
+ serializedName: "nextLink",
838
+ readOnly: true,
839
+ type: {
840
+ name: "String"
841
+ }
842
+ }
843
+ }
844
+ }
845
+ };
846
+
847
+ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
848
+ type: {
849
+ name: "Composite",
850
+ className: "PrivateEndpointConnection",
851
+ modelProperties: {
852
+ ...Resource.type.modelProperties,
772
853
  provisioningState: {
773
854
  serializedName: "properties.provisioningState",
774
855
  readOnly: true,
@@ -776,67 +857,103 @@ export const VolumeGroup: coreClient.CompositeMapper = {
776
857
  name: "String"
777
858
  }
778
859
  },
779
- protocolType: {
780
- serializedName: "properties.protocolType",
860
+ privateEndpoint: {
861
+ serializedName: "properties.privateEndpoint",
781
862
  type: {
782
- name: "String"
863
+ name: "Composite",
864
+ className: "PrivateEndpoint"
783
865
  }
784
866
  },
785
- encryption: {
786
- serializedName: "properties.encryption",
867
+ privateLinkServiceConnectionState: {
868
+ serializedName: "properties.privateLinkServiceConnectionState",
787
869
  type: {
788
- name: "String"
870
+ name: "Composite",
871
+ className: "PrivateLinkServiceConnectionState"
789
872
  }
790
873
  },
791
- networkAcls: {
792
- serializedName: "properties.networkAcls",
874
+ groupIds: {
875
+ serializedName: "properties.groupIds",
793
876
  type: {
794
- name: "Composite",
795
- className: "NetworkRuleSet"
877
+ name: "Sequence",
878
+ element: {
879
+ type: {
880
+ name: "String"
881
+ }
882
+ }
796
883
  }
797
884
  }
798
885
  }
799
886
  }
800
887
  };
801
888
 
802
- export const Volume: coreClient.CompositeMapper = {
889
+ export const TrackedResource: coreClient.CompositeMapper = {
803
890
  type: {
804
891
  name: "Composite",
805
- className: "Volume",
892
+ className: "TrackedResource",
806
893
  modelProperties: {
807
894
  ...Resource.type.modelProperties,
808
- systemData: {
809
- serializedName: "systemData",
895
+ tags: {
896
+ serializedName: "tags",
810
897
  type: {
811
- name: "Composite",
812
- className: "SystemData"
898
+ name: "Dictionary",
899
+ value: { type: { name: "String" } }
813
900
  }
814
901
  },
815
- volumeId: {
816
- serializedName: "properties.volumeId",
817
- readOnly: true,
902
+ location: {
903
+ serializedName: "location",
904
+ required: true,
818
905
  type: {
819
906
  name: "String"
820
907
  }
821
- },
822
- creationData: {
823
- serializedName: "properties.creationData",
908
+ }
909
+ }
910
+ }
911
+ };
912
+
913
+ export const ProxyResource: coreClient.CompositeMapper = {
914
+ type: {
915
+ name: "Composite",
916
+ className: "ProxyResource",
917
+ modelProperties: {
918
+ ...Resource.type.modelProperties
919
+ }
920
+ }
921
+ };
922
+
923
+ export const PrivateLinkResource: coreClient.CompositeMapper = {
924
+ type: {
925
+ name: "Composite",
926
+ className: "PrivateLinkResource",
927
+ modelProperties: {
928
+ ...Resource.type.modelProperties,
929
+ groupId: {
930
+ serializedName: "properties.groupId",
931
+ readOnly: true,
824
932
  type: {
825
- name: "Composite",
826
- className: "SourceCreationData"
933
+ name: "String"
827
934
  }
828
935
  },
829
- sizeGiB: {
830
- serializedName: "properties.sizeGiB",
936
+ requiredMembers: {
937
+ serializedName: "properties.requiredMembers",
938
+ readOnly: true,
831
939
  type: {
832
- name: "Number"
940
+ name: "Sequence",
941
+ element: {
942
+ type: {
943
+ name: "String"
944
+ }
945
+ }
833
946
  }
834
947
  },
835
- storageTarget: {
836
- serializedName: "properties.storageTarget",
948
+ requiredZoneNames: {
949
+ serializedName: "properties.requiredZoneNames",
837
950
  type: {
838
- name: "Composite",
839
- className: "IscsiTargetInfo"
951
+ name: "Sequence",
952
+ element: {
953
+ type: {
954
+ name: "String"
955
+ }
956
+ }
840
957
  }
841
958
  }
842
959
  }
@@ -849,13 +966,6 @@ export const ElasticSan: coreClient.CompositeMapper = {
849
966
  className: "ElasticSan",
850
967
  modelProperties: {
851
968
  ...TrackedResource.type.modelProperties,
852
- systemData: {
853
- serializedName: "systemData",
854
- type: {
855
- name: "Composite",
856
- className: "SystemData"
857
- }
858
- },
859
969
  sku: {
860
970
  serializedName: "properties.sku",
861
971
  type: {
@@ -929,6 +1039,211 @@ export const ElasticSan: coreClient.CompositeMapper = {
929
1039
  type: {
930
1040
  name: "Number"
931
1041
  }
1042
+ },
1043
+ privateEndpointConnections: {
1044
+ serializedName: "properties.privateEndpointConnections",
1045
+ readOnly: true,
1046
+ type: {
1047
+ name: "Sequence",
1048
+ element: {
1049
+ type: {
1050
+ name: "Composite",
1051
+ className: "PrivateEndpointConnection"
1052
+ }
1053
+ }
1054
+ }
1055
+ }
1056
+ }
1057
+ }
1058
+ };
1059
+
1060
+ export const VolumeGroup: coreClient.CompositeMapper = {
1061
+ type: {
1062
+ name: "Composite",
1063
+ className: "VolumeGroup",
1064
+ modelProperties: {
1065
+ ...ProxyResource.type.modelProperties,
1066
+ provisioningState: {
1067
+ serializedName: "properties.provisioningState",
1068
+ readOnly: true,
1069
+ type: {
1070
+ name: "String"
1071
+ }
1072
+ },
1073
+ protocolType: {
1074
+ serializedName: "properties.protocolType",
1075
+ type: {
1076
+ name: "String"
1077
+ }
1078
+ },
1079
+ encryption: {
1080
+ serializedName: "properties.encryption",
1081
+ type: {
1082
+ name: "String"
1083
+ }
1084
+ },
1085
+ networkAcls: {
1086
+ serializedName: "properties.networkAcls",
1087
+ type: {
1088
+ name: "Composite",
1089
+ className: "NetworkRuleSet"
1090
+ }
1091
+ },
1092
+ privateEndpointConnections: {
1093
+ serializedName: "properties.privateEndpointConnections",
1094
+ readOnly: true,
1095
+ type: {
1096
+ name: "Sequence",
1097
+ element: {
1098
+ type: {
1099
+ name: "Composite",
1100
+ className: "PrivateEndpointConnection"
1101
+ }
1102
+ }
1103
+ }
1104
+ }
1105
+ }
1106
+ }
1107
+ };
1108
+
1109
+ export const Volume: coreClient.CompositeMapper = {
1110
+ type: {
1111
+ name: "Composite",
1112
+ className: "Volume",
1113
+ modelProperties: {
1114
+ ...ProxyResource.type.modelProperties,
1115
+ volumeId: {
1116
+ serializedName: "properties.volumeId",
1117
+ readOnly: true,
1118
+ type: {
1119
+ name: "String"
1120
+ }
1121
+ },
1122
+ creationData: {
1123
+ serializedName: "properties.creationData",
1124
+ type: {
1125
+ name: "Composite",
1126
+ className: "SourceCreationData"
1127
+ }
1128
+ },
1129
+ sizeGiB: {
1130
+ serializedName: "properties.sizeGiB",
1131
+ required: true,
1132
+ type: {
1133
+ name: "Number"
1134
+ }
1135
+ },
1136
+ storageTarget: {
1137
+ serializedName: "properties.storageTarget",
1138
+ type: {
1139
+ name: "Composite",
1140
+ className: "IscsiTargetInfo"
1141
+ }
1142
+ }
1143
+ }
1144
+ }
1145
+ };
1146
+
1147
+ export const ElasticSansUpdateHeaders: coreClient.CompositeMapper = {
1148
+ type: {
1149
+ name: "Composite",
1150
+ className: "ElasticSansUpdateHeaders",
1151
+ modelProperties: {
1152
+ location: {
1153
+ serializedName: "location",
1154
+ type: {
1155
+ name: "String"
1156
+ }
1157
+ }
1158
+ }
1159
+ }
1160
+ };
1161
+
1162
+ export const ElasticSansDeleteHeaders: coreClient.CompositeMapper = {
1163
+ type: {
1164
+ name: "Composite",
1165
+ className: "ElasticSansDeleteHeaders",
1166
+ modelProperties: {
1167
+ location: {
1168
+ serializedName: "location",
1169
+ type: {
1170
+ name: "String"
1171
+ }
1172
+ }
1173
+ }
1174
+ }
1175
+ };
1176
+
1177
+ export const VolumeGroupsUpdateHeaders: coreClient.CompositeMapper = {
1178
+ type: {
1179
+ name: "Composite",
1180
+ className: "VolumeGroupsUpdateHeaders",
1181
+ modelProperties: {
1182
+ location: {
1183
+ serializedName: "location",
1184
+ type: {
1185
+ name: "String"
1186
+ }
1187
+ }
1188
+ }
1189
+ }
1190
+ };
1191
+
1192
+ export const VolumeGroupsDeleteHeaders: coreClient.CompositeMapper = {
1193
+ type: {
1194
+ name: "Composite",
1195
+ className: "VolumeGroupsDeleteHeaders",
1196
+ modelProperties: {
1197
+ location: {
1198
+ serializedName: "location",
1199
+ type: {
1200
+ name: "String"
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ };
1206
+
1207
+ export const VolumesUpdateHeaders: coreClient.CompositeMapper = {
1208
+ type: {
1209
+ name: "Composite",
1210
+ className: "VolumesUpdateHeaders",
1211
+ modelProperties: {
1212
+ location: {
1213
+ serializedName: "location",
1214
+ type: {
1215
+ name: "String"
1216
+ }
1217
+ }
1218
+ }
1219
+ }
1220
+ };
1221
+
1222
+ export const VolumesDeleteHeaders: coreClient.CompositeMapper = {
1223
+ type: {
1224
+ name: "Composite",
1225
+ className: "VolumesDeleteHeaders",
1226
+ modelProperties: {
1227
+ location: {
1228
+ serializedName: "location",
1229
+ type: {
1230
+ name: "String"
1231
+ }
1232
+ }
1233
+ }
1234
+ }
1235
+ };
1236
+
1237
+ export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {
1238
+ type: {
1239
+ name: "Composite",
1240
+ className: "PrivateEndpointConnectionsDeleteHeaders",
1241
+ modelProperties: {
1242
+ location: {
1243
+ serializedName: "location",
1244
+ type: {
1245
+ name: "String"
1246
+ }
932
1247
  }
933
1248
  }
934
1249
  }