@azure/arm-elasticsan 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -69
- package/LICENSE +1 -1
- package/dist/index.js +429 -294
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansCreateSample.js +12 -8
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +6 -16
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +6 -16
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +5 -3
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +6 -16
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +9 -7
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +6 -16
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +6 -16
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +19 -17
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +6 -16
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +19 -17
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +8 -4
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +6 -16
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +6 -4
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +6 -16
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +1 -1
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +169 -124
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +393 -229
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +6 -16
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/skus.js +3 -8
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +3 -8
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.js +3 -8
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -1
- package/dist-esm/src/operations/volumes.js +3 -8
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.js +40 -16
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +9 -7
- package/review/arm-elasticsan.api.md +84 -39
- package/src/elasticSanManagement.ts +1 -1
- package/src/models/index.ts +178 -124
- package/src/models/mappers.ts +406 -262
- package/types/arm-elasticsan.d.ts +169 -115
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var tslib = require('tslib');
|
|
4
6
|
var coreClient = require('@azure/core-client');
|
|
5
7
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
@@ -606,6 +608,107 @@ const ElasticSanList = {
|
|
|
606
608
|
}
|
|
607
609
|
}
|
|
608
610
|
};
|
|
611
|
+
const ElasticSanProperties = {
|
|
612
|
+
type: {
|
|
613
|
+
name: "Composite",
|
|
614
|
+
className: "ElasticSanProperties",
|
|
615
|
+
modelProperties: {
|
|
616
|
+
sku: {
|
|
617
|
+
serializedName: "sku",
|
|
618
|
+
type: {
|
|
619
|
+
name: "Composite",
|
|
620
|
+
className: "Sku"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
availabilityZones: {
|
|
624
|
+
serializedName: "availabilityZones",
|
|
625
|
+
type: {
|
|
626
|
+
name: "Sequence",
|
|
627
|
+
element: {
|
|
628
|
+
type: {
|
|
629
|
+
name: "String"
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
provisioningState: {
|
|
635
|
+
serializedName: "provisioningState",
|
|
636
|
+
readOnly: true,
|
|
637
|
+
type: {
|
|
638
|
+
name: "String"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
baseSizeTiB: {
|
|
642
|
+
serializedName: "baseSizeTiB",
|
|
643
|
+
required: true,
|
|
644
|
+
type: {
|
|
645
|
+
name: "Number"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
extendedCapacitySizeTiB: {
|
|
649
|
+
serializedName: "extendedCapacitySizeTiB",
|
|
650
|
+
required: true,
|
|
651
|
+
type: {
|
|
652
|
+
name: "Number"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
totalVolumeSizeGiB: {
|
|
656
|
+
serializedName: "totalVolumeSizeGiB",
|
|
657
|
+
readOnly: true,
|
|
658
|
+
type: {
|
|
659
|
+
name: "Number"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
volumeGroupCount: {
|
|
663
|
+
serializedName: "volumeGroupCount",
|
|
664
|
+
readOnly: true,
|
|
665
|
+
type: {
|
|
666
|
+
name: "Number"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
totalIops: {
|
|
670
|
+
serializedName: "totalIops",
|
|
671
|
+
readOnly: true,
|
|
672
|
+
type: {
|
|
673
|
+
name: "Number"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
totalMBps: {
|
|
677
|
+
serializedName: "totalMBps",
|
|
678
|
+
readOnly: true,
|
|
679
|
+
type: {
|
|
680
|
+
name: "Number"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
totalSizeTiB: {
|
|
684
|
+
serializedName: "totalSizeTiB",
|
|
685
|
+
readOnly: true,
|
|
686
|
+
type: {
|
|
687
|
+
name: "Number"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
privateEndpointConnections: {
|
|
691
|
+
serializedName: "privateEndpointConnections",
|
|
692
|
+
readOnly: true,
|
|
693
|
+
type: {
|
|
694
|
+
name: "Sequence",
|
|
695
|
+
element: {
|
|
696
|
+
type: {
|
|
697
|
+
name: "Composite",
|
|
698
|
+
className: "PrivateEndpointConnection"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
publicNetworkAccess: {
|
|
704
|
+
serializedName: "publicNetworkAccess",
|
|
705
|
+
type: {
|
|
706
|
+
name: "String"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
};
|
|
609
712
|
const Sku = {
|
|
610
713
|
type: {
|
|
611
714
|
name: "Composite",
|
|
@@ -627,6 +730,46 @@ const Sku = {
|
|
|
627
730
|
}
|
|
628
731
|
}
|
|
629
732
|
};
|
|
733
|
+
const PrivateEndpointConnectionProperties = {
|
|
734
|
+
type: {
|
|
735
|
+
name: "Composite",
|
|
736
|
+
className: "PrivateEndpointConnectionProperties",
|
|
737
|
+
modelProperties: {
|
|
738
|
+
provisioningState: {
|
|
739
|
+
serializedName: "provisioningState",
|
|
740
|
+
readOnly: true,
|
|
741
|
+
type: {
|
|
742
|
+
name: "String"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
privateEndpoint: {
|
|
746
|
+
serializedName: "privateEndpoint",
|
|
747
|
+
type: {
|
|
748
|
+
name: "Composite",
|
|
749
|
+
className: "PrivateEndpoint"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
privateLinkServiceConnectionState: {
|
|
753
|
+
serializedName: "privateLinkServiceConnectionState",
|
|
754
|
+
type: {
|
|
755
|
+
name: "Composite",
|
|
756
|
+
className: "PrivateLinkServiceConnectionState"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
groupIds: {
|
|
760
|
+
serializedName: "groupIds",
|
|
761
|
+
type: {
|
|
762
|
+
name: "Sequence",
|
|
763
|
+
element: {
|
|
764
|
+
type: {
|
|
765
|
+
name: "String"
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
};
|
|
630
773
|
const PrivateEndpoint = {
|
|
631
774
|
type: {
|
|
632
775
|
name: "Composite",
|
|
@@ -753,27 +896,42 @@ const ElasticSanUpdate = {
|
|
|
753
896
|
name: "Composite",
|
|
754
897
|
className: "ElasticSanUpdate",
|
|
755
898
|
modelProperties: {
|
|
899
|
+
properties: {
|
|
900
|
+
serializedName: "properties",
|
|
901
|
+
type: {
|
|
902
|
+
name: "Composite",
|
|
903
|
+
className: "ElasticSanUpdateProperties"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
756
906
|
tags: {
|
|
757
907
|
serializedName: "tags",
|
|
758
908
|
type: {
|
|
759
909
|
name: "Dictionary",
|
|
760
910
|
value: { type: { name: "String" } }
|
|
761
911
|
}
|
|
762
|
-
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
};
|
|
916
|
+
const ElasticSanUpdateProperties = {
|
|
917
|
+
type: {
|
|
918
|
+
name: "Composite",
|
|
919
|
+
className: "ElasticSanUpdateProperties",
|
|
920
|
+
modelProperties: {
|
|
763
921
|
baseSizeTiB: {
|
|
764
|
-
serializedName: "
|
|
922
|
+
serializedName: "baseSizeTiB",
|
|
765
923
|
type: {
|
|
766
924
|
name: "Number"
|
|
767
925
|
}
|
|
768
926
|
},
|
|
769
927
|
extendedCapacitySizeTiB: {
|
|
770
|
-
serializedName: "
|
|
928
|
+
serializedName: "extendedCapacitySizeTiB",
|
|
771
929
|
type: {
|
|
772
930
|
name: "Number"
|
|
773
931
|
}
|
|
774
932
|
},
|
|
775
933
|
publicNetworkAccess: {
|
|
776
|
-
serializedName: "
|
|
934
|
+
serializedName: "publicNetworkAccess",
|
|
777
935
|
type: {
|
|
778
936
|
name: "String"
|
|
779
937
|
}
|
|
@@ -868,6 +1026,60 @@ const UserAssignedIdentity = {
|
|
|
868
1026
|
}
|
|
869
1027
|
}
|
|
870
1028
|
};
|
|
1029
|
+
const VolumeGroupProperties = {
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "Composite",
|
|
1032
|
+
className: "VolumeGroupProperties",
|
|
1033
|
+
modelProperties: {
|
|
1034
|
+
provisioningState: {
|
|
1035
|
+
serializedName: "provisioningState",
|
|
1036
|
+
readOnly: true,
|
|
1037
|
+
type: {
|
|
1038
|
+
name: "String"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
protocolType: {
|
|
1042
|
+
serializedName: "protocolType",
|
|
1043
|
+
type: {
|
|
1044
|
+
name: "String"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
encryption: {
|
|
1048
|
+
serializedName: "encryption",
|
|
1049
|
+
type: {
|
|
1050
|
+
name: "String"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
encryptionProperties: {
|
|
1054
|
+
serializedName: "encryptionProperties",
|
|
1055
|
+
type: {
|
|
1056
|
+
name: "Composite",
|
|
1057
|
+
className: "EncryptionProperties"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
networkAcls: {
|
|
1061
|
+
serializedName: "networkAcls",
|
|
1062
|
+
type: {
|
|
1063
|
+
name: "Composite",
|
|
1064
|
+
className: "NetworkRuleSet"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
privateEndpointConnections: {
|
|
1068
|
+
serializedName: "privateEndpointConnections",
|
|
1069
|
+
readOnly: true,
|
|
1070
|
+
type: {
|
|
1071
|
+
name: "Sequence",
|
|
1072
|
+
element: {
|
|
1073
|
+
type: {
|
|
1074
|
+
name: "Composite",
|
|
1075
|
+
className: "PrivateEndpointConnection"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
};
|
|
871
1083
|
const EncryptionProperties = {
|
|
872
1084
|
type: {
|
|
873
1085
|
name: "Composite",
|
|
@@ -1005,27 +1217,42 @@ const VolumeGroupUpdate = {
|
|
|
1005
1217
|
className: "Identity"
|
|
1006
1218
|
}
|
|
1007
1219
|
},
|
|
1220
|
+
properties: {
|
|
1221
|
+
serializedName: "properties",
|
|
1222
|
+
type: {
|
|
1223
|
+
name: "Composite",
|
|
1224
|
+
className: "VolumeGroupUpdateProperties"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
};
|
|
1230
|
+
const VolumeGroupUpdateProperties = {
|
|
1231
|
+
type: {
|
|
1232
|
+
name: "Composite",
|
|
1233
|
+
className: "VolumeGroupUpdateProperties",
|
|
1234
|
+
modelProperties: {
|
|
1008
1235
|
protocolType: {
|
|
1009
|
-
serializedName: "
|
|
1236
|
+
serializedName: "protocolType",
|
|
1010
1237
|
type: {
|
|
1011
1238
|
name: "String"
|
|
1012
1239
|
}
|
|
1013
1240
|
},
|
|
1014
1241
|
encryption: {
|
|
1015
|
-
serializedName: "
|
|
1242
|
+
serializedName: "encryption",
|
|
1016
1243
|
type: {
|
|
1017
1244
|
name: "String"
|
|
1018
1245
|
}
|
|
1019
1246
|
},
|
|
1020
1247
|
encryptionProperties: {
|
|
1021
|
-
serializedName: "
|
|
1248
|
+
serializedName: "encryptionProperties",
|
|
1022
1249
|
type: {
|
|
1023
1250
|
name: "Composite",
|
|
1024
1251
|
className: "EncryptionProperties"
|
|
1025
1252
|
}
|
|
1026
1253
|
},
|
|
1027
1254
|
networkAcls: {
|
|
1028
|
-
serializedName: "
|
|
1255
|
+
serializedName: "networkAcls",
|
|
1029
1256
|
type: {
|
|
1030
1257
|
name: "Composite",
|
|
1031
1258
|
className: "NetworkRuleSet"
|
|
@@ -1034,6 +1261,56 @@ const VolumeGroupUpdate = {
|
|
|
1034
1261
|
}
|
|
1035
1262
|
}
|
|
1036
1263
|
};
|
|
1264
|
+
const VolumeProperties = {
|
|
1265
|
+
type: {
|
|
1266
|
+
name: "Composite",
|
|
1267
|
+
className: "VolumeProperties",
|
|
1268
|
+
modelProperties: {
|
|
1269
|
+
volumeId: {
|
|
1270
|
+
serializedName: "volumeId",
|
|
1271
|
+
readOnly: true,
|
|
1272
|
+
type: {
|
|
1273
|
+
name: "String"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
creationData: {
|
|
1277
|
+
serializedName: "creationData",
|
|
1278
|
+
type: {
|
|
1279
|
+
name: "Composite",
|
|
1280
|
+
className: "SourceCreationData"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
sizeGiB: {
|
|
1284
|
+
serializedName: "sizeGiB",
|
|
1285
|
+
required: true,
|
|
1286
|
+
type: {
|
|
1287
|
+
name: "Number"
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
storageTarget: {
|
|
1291
|
+
serializedName: "storageTarget",
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "Composite",
|
|
1294
|
+
className: "IscsiTargetInfo"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
managedBy: {
|
|
1298
|
+
serializedName: "managedBy",
|
|
1299
|
+
type: {
|
|
1300
|
+
name: "Composite",
|
|
1301
|
+
className: "ManagedByInfo"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
provisioningState: {
|
|
1305
|
+
serializedName: "provisioningState",
|
|
1306
|
+
readOnly: true,
|
|
1307
|
+
type: {
|
|
1308
|
+
name: "String"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
};
|
|
1037
1314
|
const SourceCreationData = {
|
|
1038
1315
|
type: {
|
|
1039
1316
|
name: "Composite",
|
|
@@ -1114,15 +1391,30 @@ const VolumeUpdate = {
|
|
|
1114
1391
|
type: {
|
|
1115
1392
|
name: "Composite",
|
|
1116
1393
|
className: "VolumeUpdate",
|
|
1394
|
+
modelProperties: {
|
|
1395
|
+
properties: {
|
|
1396
|
+
serializedName: "properties",
|
|
1397
|
+
type: {
|
|
1398
|
+
name: "Composite",
|
|
1399
|
+
className: "VolumeUpdateProperties"
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
const VolumeUpdateProperties = {
|
|
1406
|
+
type: {
|
|
1407
|
+
name: "Composite",
|
|
1408
|
+
className: "VolumeUpdateProperties",
|
|
1117
1409
|
modelProperties: {
|
|
1118
1410
|
sizeGiB: {
|
|
1119
|
-
serializedName: "
|
|
1411
|
+
serializedName: "sizeGiB",
|
|
1120
1412
|
type: {
|
|
1121
1413
|
name: "Number"
|
|
1122
1414
|
}
|
|
1123
1415
|
},
|
|
1124
1416
|
managedBy: {
|
|
1125
|
-
serializedName: "
|
|
1417
|
+
serializedName: "managedBy",
|
|
1126
1418
|
type: {
|
|
1127
1419
|
name: "Composite",
|
|
1128
1420
|
className: "ManagedByInfo"
|
|
@@ -1212,6 +1504,44 @@ const PrivateLinkResourceListResult = {
|
|
|
1212
1504
|
}
|
|
1213
1505
|
}
|
|
1214
1506
|
};
|
|
1507
|
+
const PrivateLinkResourceProperties = {
|
|
1508
|
+
type: {
|
|
1509
|
+
name: "Composite",
|
|
1510
|
+
className: "PrivateLinkResourceProperties",
|
|
1511
|
+
modelProperties: {
|
|
1512
|
+
groupId: {
|
|
1513
|
+
serializedName: "groupId",
|
|
1514
|
+
readOnly: true,
|
|
1515
|
+
type: {
|
|
1516
|
+
name: "String"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
requiredMembers: {
|
|
1520
|
+
serializedName: "requiredMembers",
|
|
1521
|
+
readOnly: true,
|
|
1522
|
+
type: {
|
|
1523
|
+
name: "Sequence",
|
|
1524
|
+
element: {
|
|
1525
|
+
type: {
|
|
1526
|
+
name: "String"
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
requiredZoneNames: {
|
|
1532
|
+
serializedName: "requiredZoneNames",
|
|
1533
|
+
type: {
|
|
1534
|
+
name: "Sequence",
|
|
1535
|
+
element: {
|
|
1536
|
+
type: {
|
|
1537
|
+
name: "String"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
};
|
|
1215
1545
|
const SnapshotList = {
|
|
1216
1546
|
type: {
|
|
1217
1547
|
name: "Composite",
|
|
@@ -1239,6 +1569,42 @@ const SnapshotList = {
|
|
|
1239
1569
|
}
|
|
1240
1570
|
}
|
|
1241
1571
|
};
|
|
1572
|
+
const SnapshotProperties = {
|
|
1573
|
+
type: {
|
|
1574
|
+
name: "Composite",
|
|
1575
|
+
className: "SnapshotProperties",
|
|
1576
|
+
modelProperties: {
|
|
1577
|
+
creationData: {
|
|
1578
|
+
serializedName: "creationData",
|
|
1579
|
+
type: {
|
|
1580
|
+
name: "Composite",
|
|
1581
|
+
className: "SnapshotCreationData"
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
provisioningState: {
|
|
1585
|
+
serializedName: "provisioningState",
|
|
1586
|
+
readOnly: true,
|
|
1587
|
+
type: {
|
|
1588
|
+
name: "String"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
sourceVolumeSizeGiB: {
|
|
1592
|
+
serializedName: "sourceVolumeSizeGiB",
|
|
1593
|
+
readOnly: true,
|
|
1594
|
+
type: {
|
|
1595
|
+
name: "Number"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
volumeName: {
|
|
1599
|
+
serializedName: "volumeName",
|
|
1600
|
+
readOnly: true,
|
|
1601
|
+
type: {
|
|
1602
|
+
name: "String"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
};
|
|
1242
1608
|
const SnapshotCreationData = {
|
|
1243
1609
|
type: {
|
|
1244
1610
|
name: "Composite",
|
|
@@ -1258,33 +1624,11 @@ const PrivateEndpointConnection = {
|
|
|
1258
1624
|
type: {
|
|
1259
1625
|
name: "Composite",
|
|
1260
1626
|
className: "PrivateEndpointConnection",
|
|
1261
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
1262
|
-
serializedName: "properties
|
|
1263
|
-
readOnly: true,
|
|
1264
|
-
type: {
|
|
1265
|
-
name: "String"
|
|
1266
|
-
}
|
|
1267
|
-
}, privateEndpoint: {
|
|
1268
|
-
serializedName: "properties.privateEndpoint",
|
|
1627
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1628
|
+
serializedName: "properties",
|
|
1269
1629
|
type: {
|
|
1270
1630
|
name: "Composite",
|
|
1271
|
-
className: "
|
|
1272
|
-
}
|
|
1273
|
-
}, privateLinkServiceConnectionState: {
|
|
1274
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1275
|
-
type: {
|
|
1276
|
-
name: "Composite",
|
|
1277
|
-
className: "PrivateLinkServiceConnectionState"
|
|
1278
|
-
}
|
|
1279
|
-
}, groupIds: {
|
|
1280
|
-
serializedName: "properties.groupIds",
|
|
1281
|
-
type: {
|
|
1282
|
-
name: "Sequence",
|
|
1283
|
-
element: {
|
|
1284
|
-
type: {
|
|
1285
|
-
name: "String"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1631
|
+
className: "PrivateEndpointConnectionProperties"
|
|
1288
1632
|
}
|
|
1289
1633
|
} })
|
|
1290
1634
|
}
|
|
@@ -1319,32 +1663,11 @@ const PrivateLinkResource = {
|
|
|
1319
1663
|
type: {
|
|
1320
1664
|
name: "Composite",
|
|
1321
1665
|
className: "PrivateLinkResource",
|
|
1322
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
1323
|
-
serializedName: "properties
|
|
1324
|
-
readOnly: true,
|
|
1666
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1667
|
+
serializedName: "properties",
|
|
1325
1668
|
type: {
|
|
1326
|
-
name: "
|
|
1327
|
-
|
|
1328
|
-
}, requiredMembers: {
|
|
1329
|
-
serializedName: "properties.requiredMembers",
|
|
1330
|
-
readOnly: true,
|
|
1331
|
-
type: {
|
|
1332
|
-
name: "Sequence",
|
|
1333
|
-
element: {
|
|
1334
|
-
type: {
|
|
1335
|
-
name: "String"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
}, requiredZoneNames: {
|
|
1340
|
-
serializedName: "properties.requiredZoneNames",
|
|
1341
|
-
type: {
|
|
1342
|
-
name: "Sequence",
|
|
1343
|
-
element: {
|
|
1344
|
-
type: {
|
|
1345
|
-
name: "String"
|
|
1346
|
-
}
|
|
1347
|
-
}
|
|
1669
|
+
name: "Composite",
|
|
1670
|
+
className: "PrivateLinkResourceProperties"
|
|
1348
1671
|
}
|
|
1349
1672
|
} })
|
|
1350
1673
|
}
|
|
@@ -1353,86 +1676,11 @@ const ElasticSan = {
|
|
|
1353
1676
|
type: {
|
|
1354
1677
|
name: "Composite",
|
|
1355
1678
|
className: "ElasticSan",
|
|
1356
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), {
|
|
1357
|
-
serializedName: "properties
|
|
1679
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
1680
|
+
serializedName: "properties",
|
|
1358
1681
|
type: {
|
|
1359
1682
|
name: "Composite",
|
|
1360
|
-
className: "
|
|
1361
|
-
}
|
|
1362
|
-
}, availabilityZones: {
|
|
1363
|
-
serializedName: "properties.availabilityZones",
|
|
1364
|
-
type: {
|
|
1365
|
-
name: "Sequence",
|
|
1366
|
-
element: {
|
|
1367
|
-
type: {
|
|
1368
|
-
name: "String"
|
|
1369
|
-
}
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
}, provisioningState: {
|
|
1373
|
-
serializedName: "properties.provisioningState",
|
|
1374
|
-
readOnly: true,
|
|
1375
|
-
type: {
|
|
1376
|
-
name: "String"
|
|
1377
|
-
}
|
|
1378
|
-
}, baseSizeTiB: {
|
|
1379
|
-
serializedName: "properties.baseSizeTiB",
|
|
1380
|
-
required: true,
|
|
1381
|
-
type: {
|
|
1382
|
-
name: "Number"
|
|
1383
|
-
}
|
|
1384
|
-
}, extendedCapacitySizeTiB: {
|
|
1385
|
-
serializedName: "properties.extendedCapacitySizeTiB",
|
|
1386
|
-
required: true,
|
|
1387
|
-
type: {
|
|
1388
|
-
name: "Number"
|
|
1389
|
-
}
|
|
1390
|
-
}, totalVolumeSizeGiB: {
|
|
1391
|
-
serializedName: "properties.totalVolumeSizeGiB",
|
|
1392
|
-
readOnly: true,
|
|
1393
|
-
type: {
|
|
1394
|
-
name: "Number"
|
|
1395
|
-
}
|
|
1396
|
-
}, volumeGroupCount: {
|
|
1397
|
-
serializedName: "properties.volumeGroupCount",
|
|
1398
|
-
readOnly: true,
|
|
1399
|
-
type: {
|
|
1400
|
-
name: "Number"
|
|
1401
|
-
}
|
|
1402
|
-
}, totalIops: {
|
|
1403
|
-
serializedName: "properties.totalIops",
|
|
1404
|
-
readOnly: true,
|
|
1405
|
-
type: {
|
|
1406
|
-
name: "Number"
|
|
1407
|
-
}
|
|
1408
|
-
}, totalMBps: {
|
|
1409
|
-
serializedName: "properties.totalMBps",
|
|
1410
|
-
readOnly: true,
|
|
1411
|
-
type: {
|
|
1412
|
-
name: "Number"
|
|
1413
|
-
}
|
|
1414
|
-
}, totalSizeTiB: {
|
|
1415
|
-
serializedName: "properties.totalSizeTiB",
|
|
1416
|
-
readOnly: true,
|
|
1417
|
-
type: {
|
|
1418
|
-
name: "Number"
|
|
1419
|
-
}
|
|
1420
|
-
}, privateEndpointConnections: {
|
|
1421
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1422
|
-
readOnly: true,
|
|
1423
|
-
type: {
|
|
1424
|
-
name: "Sequence",
|
|
1425
|
-
element: {
|
|
1426
|
-
type: {
|
|
1427
|
-
name: "Composite",
|
|
1428
|
-
className: "PrivateEndpointConnection"
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
}
|
|
1432
|
-
}, publicNetworkAccess: {
|
|
1433
|
-
serializedName: "properties.publicNetworkAccess",
|
|
1434
|
-
type: {
|
|
1435
|
-
name: "String"
|
|
1683
|
+
className: "ElasticSanProperties"
|
|
1436
1684
|
}
|
|
1437
1685
|
} })
|
|
1438
1686
|
}
|
|
@@ -1447,45 +1695,11 @@ const VolumeGroup = {
|
|
|
1447
1695
|
name: "Composite",
|
|
1448
1696
|
className: "Identity"
|
|
1449
1697
|
}
|
|
1450
|
-
},
|
|
1451
|
-
serializedName: "properties
|
|
1452
|
-
readOnly: true,
|
|
1453
|
-
type: {
|
|
1454
|
-
name: "String"
|
|
1455
|
-
}
|
|
1456
|
-
}, protocolType: {
|
|
1457
|
-
serializedName: "properties.protocolType",
|
|
1458
|
-
type: {
|
|
1459
|
-
name: "String"
|
|
1460
|
-
}
|
|
1461
|
-
}, encryption: {
|
|
1462
|
-
serializedName: "properties.encryption",
|
|
1463
|
-
type: {
|
|
1464
|
-
name: "String"
|
|
1465
|
-
}
|
|
1466
|
-
}, encryptionProperties: {
|
|
1467
|
-
serializedName: "properties.encryptionProperties",
|
|
1468
|
-
type: {
|
|
1469
|
-
name: "Composite",
|
|
1470
|
-
className: "EncryptionProperties"
|
|
1471
|
-
}
|
|
1472
|
-
}, networkAcls: {
|
|
1473
|
-
serializedName: "properties.networkAcls",
|
|
1698
|
+
}, properties: {
|
|
1699
|
+
serializedName: "properties",
|
|
1474
1700
|
type: {
|
|
1475
1701
|
name: "Composite",
|
|
1476
|
-
className: "
|
|
1477
|
-
}
|
|
1478
|
-
}, privateEndpointConnections: {
|
|
1479
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1480
|
-
readOnly: true,
|
|
1481
|
-
type: {
|
|
1482
|
-
name: "Sequence",
|
|
1483
|
-
element: {
|
|
1484
|
-
type: {
|
|
1485
|
-
name: "Composite",
|
|
1486
|
-
className: "PrivateEndpointConnection"
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1702
|
+
className: "VolumeGroupProperties"
|
|
1489
1703
|
}
|
|
1490
1704
|
} })
|
|
1491
1705
|
}
|
|
@@ -1494,41 +1708,11 @@ const Volume = {
|
|
|
1494
1708
|
type: {
|
|
1495
1709
|
name: "Composite",
|
|
1496
1710
|
className: "Volume",
|
|
1497
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1498
|
-
serializedName: "properties
|
|
1499
|
-
readOnly: true,
|
|
1500
|
-
type: {
|
|
1501
|
-
name: "String"
|
|
1502
|
-
}
|
|
1503
|
-
}, creationData: {
|
|
1504
|
-
serializedName: "properties.creationData",
|
|
1505
|
-
type: {
|
|
1506
|
-
name: "Composite",
|
|
1507
|
-
className: "SourceCreationData"
|
|
1508
|
-
}
|
|
1509
|
-
}, sizeGiB: {
|
|
1510
|
-
serializedName: "properties.sizeGiB",
|
|
1511
|
-
required: true,
|
|
1512
|
-
type: {
|
|
1513
|
-
name: "Number"
|
|
1514
|
-
}
|
|
1515
|
-
}, storageTarget: {
|
|
1516
|
-
serializedName: "properties.storageTarget",
|
|
1517
|
-
type: {
|
|
1518
|
-
name: "Composite",
|
|
1519
|
-
className: "IscsiTargetInfo"
|
|
1520
|
-
}
|
|
1521
|
-
}, managedBy: {
|
|
1522
|
-
serializedName: "properties.managedBy",
|
|
1711
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1712
|
+
serializedName: "properties",
|
|
1523
1713
|
type: {
|
|
1524
1714
|
name: "Composite",
|
|
1525
|
-
className: "
|
|
1526
|
-
}
|
|
1527
|
-
}, provisioningState: {
|
|
1528
|
-
serializedName: "properties.provisioningState",
|
|
1529
|
-
readOnly: true,
|
|
1530
|
-
type: {
|
|
1531
|
-
name: "String"
|
|
1715
|
+
className: "VolumeProperties"
|
|
1532
1716
|
}
|
|
1533
1717
|
} })
|
|
1534
1718
|
}
|
|
@@ -1537,29 +1721,11 @@ const Snapshot = {
|
|
|
1537
1721
|
type: {
|
|
1538
1722
|
name: "Composite",
|
|
1539
1723
|
className: "Snapshot",
|
|
1540
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1541
|
-
serializedName: "properties
|
|
1724
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1725
|
+
serializedName: "properties",
|
|
1542
1726
|
type: {
|
|
1543
1727
|
name: "Composite",
|
|
1544
|
-
className: "
|
|
1545
|
-
}
|
|
1546
|
-
}, provisioningState: {
|
|
1547
|
-
serializedName: "properties.provisioningState",
|
|
1548
|
-
readOnly: true,
|
|
1549
|
-
type: {
|
|
1550
|
-
name: "String"
|
|
1551
|
-
}
|
|
1552
|
-
}, sourceVolumeSizeGiB: {
|
|
1553
|
-
serializedName: "properties.sourceVolumeSizeGiB",
|
|
1554
|
-
readOnly: true,
|
|
1555
|
-
type: {
|
|
1556
|
-
name: "Number"
|
|
1557
|
-
}
|
|
1558
|
-
}, volumeName: {
|
|
1559
|
-
serializedName: "properties.volumeName",
|
|
1560
|
-
readOnly: true,
|
|
1561
|
-
type: {
|
|
1562
|
-
name: "String"
|
|
1728
|
+
className: "SnapshotProperties"
|
|
1563
1729
|
}
|
|
1564
1730
|
} })
|
|
1565
1731
|
}
|
|
@@ -1681,7 +1847,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
1681
1847
|
__proto__: null,
|
|
1682
1848
|
ElasticSan: ElasticSan,
|
|
1683
1849
|
ElasticSanList: ElasticSanList,
|
|
1850
|
+
ElasticSanProperties: ElasticSanProperties,
|
|
1684
1851
|
ElasticSanUpdate: ElasticSanUpdate,
|
|
1852
|
+
ElasticSanUpdateProperties: ElasticSanUpdateProperties,
|
|
1685
1853
|
ElasticSansDeleteHeaders: ElasticSansDeleteHeaders,
|
|
1686
1854
|
ElasticSansUpdateHeaders: ElasticSansUpdateHeaders,
|
|
1687
1855
|
EncryptionIdentity: EncryptionIdentity,
|
|
@@ -1700,9 +1868,11 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
1700
1868
|
PrivateEndpoint: PrivateEndpoint,
|
|
1701
1869
|
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
1702
1870
|
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
1871
|
+
PrivateEndpointConnectionProperties: PrivateEndpointConnectionProperties,
|
|
1703
1872
|
PrivateEndpointConnectionsDeleteHeaders: PrivateEndpointConnectionsDeleteHeaders,
|
|
1704
1873
|
PrivateLinkResource: PrivateLinkResource,
|
|
1705
1874
|
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
1875
|
+
PrivateLinkResourceProperties: PrivateLinkResourceProperties,
|
|
1706
1876
|
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
1707
1877
|
ProxyResource: ProxyResource,
|
|
1708
1878
|
Resource: Resource,
|
|
@@ -1714,6 +1884,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
1714
1884
|
Snapshot: Snapshot,
|
|
1715
1885
|
SnapshotCreationData: SnapshotCreationData,
|
|
1716
1886
|
SnapshotList: SnapshotList,
|
|
1887
|
+
SnapshotProperties: SnapshotProperties,
|
|
1717
1888
|
SourceCreationData: SourceCreationData,
|
|
1718
1889
|
SystemData: SystemData,
|
|
1719
1890
|
TrackedResource: TrackedResource,
|
|
@@ -1722,12 +1893,16 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
1722
1893
|
Volume: Volume,
|
|
1723
1894
|
VolumeGroup: VolumeGroup,
|
|
1724
1895
|
VolumeGroupList: VolumeGroupList,
|
|
1896
|
+
VolumeGroupProperties: VolumeGroupProperties,
|
|
1725
1897
|
VolumeGroupUpdate: VolumeGroupUpdate,
|
|
1898
|
+
VolumeGroupUpdateProperties: VolumeGroupUpdateProperties,
|
|
1726
1899
|
VolumeGroupsDeleteHeaders: VolumeGroupsDeleteHeaders,
|
|
1727
1900
|
VolumeGroupsUpdateHeaders: VolumeGroupsUpdateHeaders,
|
|
1728
1901
|
VolumeList: VolumeList,
|
|
1902
|
+
VolumeProperties: VolumeProperties,
|
|
1729
1903
|
VolumeSnapshotsDeleteHeaders: VolumeSnapshotsDeleteHeaders,
|
|
1730
1904
|
VolumeUpdate: VolumeUpdate,
|
|
1905
|
+
VolumeUpdateProperties: VolumeUpdateProperties,
|
|
1731
1906
|
VolumesDeleteHeaders: VolumesDeleteHeaders,
|
|
1732
1907
|
VolumesUpdateHeaders: VolumesUpdateHeaders
|
|
1733
1908
|
});
|
|
@@ -2000,16 +2175,11 @@ class OperationsImpl {
|
|
|
2000
2175
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2001
2176
|
var _a, e_1, _b, _c;
|
|
2002
2177
|
try {
|
|
2003
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2178
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2004
2179
|
_c = _f.value;
|
|
2005
2180
|
_d = false;
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2009
|
-
}
|
|
2010
|
-
finally {
|
|
2011
|
-
_d = true;
|
|
2012
|
-
}
|
|
2181
|
+
const page = _c;
|
|
2182
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2013
2183
|
}
|
|
2014
2184
|
}
|
|
2015
2185
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2097,16 +2267,11 @@ class SkusImpl {
|
|
|
2097
2267
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2098
2268
|
var _a, e_1, _b, _c;
|
|
2099
2269
|
try {
|
|
2100
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2270
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2101
2271
|
_c = _f.value;
|
|
2102
2272
|
_d = false;
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2106
|
-
}
|
|
2107
|
-
finally {
|
|
2108
|
-
_d = true;
|
|
2109
|
-
}
|
|
2273
|
+
const page = _c;
|
|
2274
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2110
2275
|
}
|
|
2111
2276
|
}
|
|
2112
2277
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2227,16 +2392,11 @@ class ElasticSansImpl {
|
|
|
2227
2392
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
2228
2393
|
var _a, e_1, _b, _c;
|
|
2229
2394
|
try {
|
|
2230
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2395
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2231
2396
|
_c = _f.value;
|
|
2232
2397
|
_d = false;
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2236
|
-
}
|
|
2237
|
-
finally {
|
|
2238
|
-
_d = true;
|
|
2239
|
-
}
|
|
2398
|
+
const page = _c;
|
|
2399
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2240
2400
|
}
|
|
2241
2401
|
}
|
|
2242
2402
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2294,16 +2454,11 @@ class ElasticSansImpl {
|
|
|
2294
2454
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
2295
2455
|
var _a, e_2, _b, _c;
|
|
2296
2456
|
try {
|
|
2297
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2457
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2298
2458
|
_c = _f.value;
|
|
2299
2459
|
_d = false;
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2303
|
-
}
|
|
2304
|
-
finally {
|
|
2305
|
-
_d = true;
|
|
2306
|
-
}
|
|
2460
|
+
const page = _c;
|
|
2461
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2307
2462
|
}
|
|
2308
2463
|
}
|
|
2309
2464
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -2778,16 +2933,11 @@ class VolumeGroupsImpl {
|
|
|
2778
2933
|
return tslib.__asyncGenerator(this, arguments, function* listByElasticSanPagingAll_1() {
|
|
2779
2934
|
var _a, e_1, _b, _c;
|
|
2780
2935
|
try {
|
|
2781
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByElasticSanPagingPage(resourceGroupName, elasticSanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2936
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByElasticSanPagingPage(resourceGroupName, elasticSanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2782
2937
|
_c = _f.value;
|
|
2783
2938
|
_d = false;
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2787
|
-
}
|
|
2788
|
-
finally {
|
|
2789
|
-
_d = true;
|
|
2790
|
-
}
|
|
2939
|
+
const page = _c;
|
|
2940
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2791
2941
|
}
|
|
2792
2942
|
}
|
|
2793
2943
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3240,16 +3390,11 @@ class VolumesImpl {
|
|
|
3240
3390
|
return tslib.__asyncGenerator(this, arguments, function* listByVolumeGroupPagingAll_1() {
|
|
3241
3391
|
var _a, e_1, _b, _c;
|
|
3242
3392
|
try {
|
|
3243
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByVolumeGroupPagingPage(resourceGroupName, elasticSanName, volumeGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3393
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByVolumeGroupPagingPage(resourceGroupName, elasticSanName, volumeGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3244
3394
|
_c = _f.value;
|
|
3245
3395
|
_d = false;
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3249
|
-
}
|
|
3250
|
-
finally {
|
|
3251
|
-
_d = true;
|
|
3252
|
-
}
|
|
3396
|
+
const page = _c;
|
|
3397
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3253
3398
|
}
|
|
3254
3399
|
}
|
|
3255
3400
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3721,16 +3866,11 @@ class PrivateEndpointConnectionsImpl {
|
|
|
3721
3866
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3722
3867
|
var _a, e_1, _b, _c;
|
|
3723
3868
|
try {
|
|
3724
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, elasticSanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3869
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, elasticSanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3725
3870
|
_c = _f.value;
|
|
3726
3871
|
_d = false;
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3730
|
-
}
|
|
3731
|
-
finally {
|
|
3732
|
-
_d = true;
|
|
3733
|
-
}
|
|
3872
|
+
const page = _c;
|
|
3873
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3734
3874
|
}
|
|
3735
3875
|
}
|
|
3736
3876
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4113,16 +4253,11 @@ class VolumeSnapshotsImpl {
|
|
|
4113
4253
|
return tslib.__asyncGenerator(this, arguments, function* listByVolumeGroupPagingAll_1() {
|
|
4114
4254
|
var _a, e_1, _b, _c;
|
|
4115
4255
|
try {
|
|
4116
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByVolumeGroupPagingPage(resourceGroupName, elasticSanName, volumeGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4256
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByVolumeGroupPagingPage(resourceGroupName, elasticSanName, volumeGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4117
4257
|
_c = _f.value;
|
|
4118
4258
|
_d = false;
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4122
|
-
}
|
|
4123
|
-
finally {
|
|
4124
|
-
_d = true;
|
|
4125
|
-
}
|
|
4259
|
+
const page = _c;
|
|
4260
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4126
4261
|
}
|
|
4127
4262
|
}
|
|
4128
4263
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4466,7 +4601,7 @@ class ElasticSanManagement extends coreClient__namespace.ServiceClient {
|
|
|
4466
4601
|
requestContentType: "application/json; charset=utf-8",
|
|
4467
4602
|
credential: credentials
|
|
4468
4603
|
};
|
|
4469
|
-
const packageDetails = `azsdk-js-arm-elasticsan/1.0.0
|
|
4604
|
+
const packageDetails = `azsdk-js-arm-elasticsan/1.0.0`;
|
|
4470
4605
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
4471
4606
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
4472
4607
|
: `${packageDetails}`;
|