@azure/arm-scvmm 1.0.0-alpha.20231010.1 → 1.0.0-alpha.20231025.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +87 -160
- 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/availabilitySetsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +3 -8
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/operations/availabilitySets.js +6 -16
- package/dist-esm/src/operations/availabilitySets.js.map +1 -1
- package/dist-esm/src/operations/clouds.js +6 -16
- package/dist-esm/src/operations/clouds.js.map +1 -1
- package/dist-esm/src/operations/inventoryItems.js +3 -8
- package/dist-esm/src/operations/inventoryItems.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/virtualMachineTemplates.js +6 -16
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +6 -16
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.js +6 -16
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/vmmServers.js +6 -16
- package/dist-esm/src/operations/vmmServers.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -2392,61 +2389,61 @@ let discriminators = {
|
|
|
2392
2389
|
|
|
2393
2390
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2394
2391
|
__proto__: null,
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
ResourcePatch: ResourcePatch,
|
|
2402
|
-
VMMServerListResult: VMMServerListResult,
|
|
2403
|
-
ResourceProviderOperationList: ResourceProviderOperationList,
|
|
2404
|
-
ResourceProviderOperation: ResourceProviderOperation,
|
|
2405
|
-
ResourceProviderOperationDisplay: ResourceProviderOperationDisplay,
|
|
2392
|
+
AvailabilitySet: AvailabilitySet,
|
|
2393
|
+
AvailabilitySetListItem: AvailabilitySetListItem,
|
|
2394
|
+
AvailabilitySetListResult: AvailabilitySetListResult,
|
|
2395
|
+
AvailabilitySetsCreateOrUpdateHeaders: AvailabilitySetsCreateOrUpdateHeaders,
|
|
2396
|
+
AvailabilitySetsDeleteHeaders: AvailabilitySetsDeleteHeaders,
|
|
2397
|
+
Checkpoint: Checkpoint,
|
|
2406
2398
|
Cloud: Cloud,
|
|
2407
2399
|
CloudCapacity: CloudCapacity,
|
|
2408
|
-
|
|
2400
|
+
CloudInventoryItem: CloudInventoryItem,
|
|
2409
2401
|
CloudListResult: CloudListResult,
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
Checkpoint: Checkpoint,
|
|
2414
|
-
AvailabilitySetListItem: AvailabilitySetListItem,
|
|
2415
|
-
OsProfile: OsProfile,
|
|
2402
|
+
ErrorDefinition: ErrorDefinition,
|
|
2403
|
+
ErrorResponse: ErrorResponse,
|
|
2404
|
+
ExtendedLocation: ExtendedLocation,
|
|
2416
2405
|
HardwareProfile: HardwareProfile,
|
|
2417
|
-
|
|
2406
|
+
HardwareProfileUpdate: HardwareProfileUpdate,
|
|
2407
|
+
InventoryItem: InventoryItem,
|
|
2408
|
+
InventoryItemDetails: InventoryItemDetails,
|
|
2409
|
+
InventoryItemProperties: InventoryItemProperties,
|
|
2410
|
+
InventoryItemsList: InventoryItemsList,
|
|
2418
2411
|
NetworkInterfaces: NetworkInterfaces,
|
|
2412
|
+
NetworkInterfacesUpdate: NetworkInterfacesUpdate,
|
|
2413
|
+
NetworkProfile: NetworkProfile,
|
|
2414
|
+
NetworkProfileUpdate: NetworkProfileUpdate,
|
|
2415
|
+
OsProfile: OsProfile,
|
|
2416
|
+
ProxyResource: ProxyResource,
|
|
2417
|
+
Resource: Resource,
|
|
2418
|
+
ResourcePatch: ResourcePatch,
|
|
2419
|
+
ResourceProviderOperation: ResourceProviderOperation,
|
|
2420
|
+
ResourceProviderOperationDisplay: ResourceProviderOperationDisplay,
|
|
2421
|
+
ResourceProviderOperationList: ResourceProviderOperationList,
|
|
2422
|
+
StopVirtualMachineOptions: StopVirtualMachineOptions,
|
|
2419
2423
|
StorageProfile: StorageProfile,
|
|
2420
|
-
VirtualDisk: VirtualDisk,
|
|
2421
|
-
StorageQoSPolicyDetails: StorageQoSPolicyDetails,
|
|
2422
|
-
VirtualMachineUpdate: VirtualMachineUpdate,
|
|
2423
|
-
VirtualMachineUpdateProperties: VirtualMachineUpdateProperties,
|
|
2424
|
-
HardwareProfileUpdate: HardwareProfileUpdate,
|
|
2425
2424
|
StorageProfileUpdate: StorageProfileUpdate,
|
|
2425
|
+
StorageQoSPolicy: StorageQoSPolicy,
|
|
2426
|
+
StorageQoSPolicyDetails: StorageQoSPolicyDetails,
|
|
2427
|
+
SystemData: SystemData,
|
|
2428
|
+
VMMServer: VMMServer,
|
|
2429
|
+
VMMServerListResult: VMMServerListResult,
|
|
2430
|
+
VMMServerPropertiesCredentials: VMMServerPropertiesCredentials,
|
|
2431
|
+
VirtualDisk: VirtualDisk,
|
|
2426
2432
|
VirtualDiskUpdate: VirtualDiskUpdate,
|
|
2427
|
-
|
|
2428
|
-
NetworkInterfacesUpdate: NetworkInterfacesUpdate,
|
|
2429
|
-
StopVirtualMachineOptions: StopVirtualMachineOptions,
|
|
2433
|
+
VirtualMachine: VirtualMachine,
|
|
2430
2434
|
VirtualMachineCreateCheckpoint: VirtualMachineCreateCheckpoint,
|
|
2431
2435
|
VirtualMachineDeleteCheckpoint: VirtualMachineDeleteCheckpoint,
|
|
2432
|
-
|
|
2436
|
+
VirtualMachineInventoryItem: VirtualMachineInventoryItem,
|
|
2433
2437
|
VirtualMachineListResult: VirtualMachineListResult,
|
|
2438
|
+
VirtualMachineRestoreCheckpoint: VirtualMachineRestoreCheckpoint,
|
|
2434
2439
|
VirtualMachineTemplate: VirtualMachineTemplate,
|
|
2440
|
+
VirtualMachineTemplateInventoryItem: VirtualMachineTemplateInventoryItem,
|
|
2435
2441
|
VirtualMachineTemplateListResult: VirtualMachineTemplateListResult,
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
Resource: Resource,
|
|
2440
|
-
InventoryItemsList: InventoryItemsList,
|
|
2441
|
-
InventoryItemDetails: InventoryItemDetails,
|
|
2442
|
-
CloudInventoryItem: CloudInventoryItem,
|
|
2442
|
+
VirtualMachineUpdate: VirtualMachineUpdate,
|
|
2443
|
+
VirtualMachineUpdateProperties: VirtualMachineUpdateProperties,
|
|
2444
|
+
VirtualNetwork: VirtualNetwork,
|
|
2443
2445
|
VirtualNetworkInventoryItem: VirtualNetworkInventoryItem,
|
|
2444
|
-
|
|
2445
|
-
VirtualMachineInventoryItem: VirtualMachineInventoryItem,
|
|
2446
|
-
ProxyResource: ProxyResource,
|
|
2447
|
-
InventoryItem: InventoryItem,
|
|
2448
|
-
AvailabilitySetsCreateOrUpdateHeaders: AvailabilitySetsCreateOrUpdateHeaders,
|
|
2449
|
-
AvailabilitySetsDeleteHeaders: AvailabilitySetsDeleteHeaders,
|
|
2446
|
+
VirtualNetworkListResult: VirtualNetworkListResult,
|
|
2450
2447
|
discriminators: discriminators
|
|
2451
2448
|
});
|
|
2452
2449
|
|
|
@@ -2764,16 +2761,11 @@ class VmmServersImpl {
|
|
|
2764
2761
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
2765
2762
|
var _a, e_1, _b, _c;
|
|
2766
2763
|
try {
|
|
2767
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2764
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2768
2765
|
_c = _f.value;
|
|
2769
2766
|
_d = false;
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2773
|
-
}
|
|
2774
|
-
finally {
|
|
2775
|
-
_d = true;
|
|
2776
|
-
}
|
|
2767
|
+
const page = _c;
|
|
2768
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2777
2769
|
}
|
|
2778
2770
|
}
|
|
2779
2771
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2830,16 +2822,11 @@ class VmmServersImpl {
|
|
|
2830
2822
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
2831
2823
|
var _a, e_2, _b, _c;
|
|
2832
2824
|
try {
|
|
2833
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2825
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2834
2826
|
_c = _f.value;
|
|
2835
2827
|
_d = false;
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2839
|
-
}
|
|
2840
|
-
finally {
|
|
2841
|
-
_d = true;
|
|
2842
|
-
}
|
|
2828
|
+
const page = _c;
|
|
2829
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2843
2830
|
}
|
|
2844
2831
|
}
|
|
2845
2832
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3300,16 +3287,11 @@ class OperationsImpl {
|
|
|
3300
3287
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3301
3288
|
var _a, e_1, _b, _c;
|
|
3302
3289
|
try {
|
|
3303
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3290
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3304
3291
|
_c = _f.value;
|
|
3305
3292
|
_d = false;
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3309
|
-
}
|
|
3310
|
-
finally {
|
|
3311
|
-
_d = true;
|
|
3312
|
-
}
|
|
3293
|
+
const page = _c;
|
|
3294
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3313
3295
|
}
|
|
3314
3296
|
}
|
|
3315
3297
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3434,16 +3416,11 @@ class CloudsImpl {
|
|
|
3434
3416
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3435
3417
|
var _a, e_1, _b, _c;
|
|
3436
3418
|
try {
|
|
3437
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3419
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3438
3420
|
_c = _f.value;
|
|
3439
3421
|
_d = false;
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3443
|
-
}
|
|
3444
|
-
finally {
|
|
3445
|
-
_d = true;
|
|
3446
|
-
}
|
|
3422
|
+
const page = _c;
|
|
3423
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3447
3424
|
}
|
|
3448
3425
|
}
|
|
3449
3426
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3500,16 +3477,11 @@ class CloudsImpl {
|
|
|
3500
3477
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
3501
3478
|
var _a, e_2, _b, _c;
|
|
3502
3479
|
try {
|
|
3503
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3480
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3504
3481
|
_c = _f.value;
|
|
3505
3482
|
_d = false;
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3509
|
-
}
|
|
3510
|
-
finally {
|
|
3511
|
-
_d = true;
|
|
3512
|
-
}
|
|
3483
|
+
const page = _c;
|
|
3484
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3513
3485
|
}
|
|
3514
3486
|
}
|
|
3515
3487
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3971,16 +3943,11 @@ class VirtualNetworksImpl {
|
|
|
3971
3943
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3972
3944
|
var _a, e_1, _b, _c;
|
|
3973
3945
|
try {
|
|
3974
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3946
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3975
3947
|
_c = _f.value;
|
|
3976
3948
|
_d = false;
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3980
|
-
}
|
|
3981
|
-
finally {
|
|
3982
|
-
_d = true;
|
|
3983
|
-
}
|
|
3949
|
+
const page = _c;
|
|
3950
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3984
3951
|
}
|
|
3985
3952
|
}
|
|
3986
3953
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4037,16 +4004,11 @@ class VirtualNetworksImpl {
|
|
|
4037
4004
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
4038
4005
|
var _a, e_2, _b, _c;
|
|
4039
4006
|
try {
|
|
4040
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4007
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4041
4008
|
_c = _f.value;
|
|
4042
4009
|
_d = false;
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4046
|
-
}
|
|
4047
|
-
finally {
|
|
4048
|
-
_d = true;
|
|
4049
|
-
}
|
|
4010
|
+
const page = _c;
|
|
4011
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4050
4012
|
}
|
|
4051
4013
|
}
|
|
4052
4014
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -4508,16 +4470,11 @@ class VirtualMachinesImpl {
|
|
|
4508
4470
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
4509
4471
|
var _a, e_1, _b, _c;
|
|
4510
4472
|
try {
|
|
4511
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4473
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4512
4474
|
_c = _f.value;
|
|
4513
4475
|
_d = false;
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4517
|
-
}
|
|
4518
|
-
finally {
|
|
4519
|
-
_d = true;
|
|
4520
|
-
}
|
|
4476
|
+
const page = _c;
|
|
4477
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4521
4478
|
}
|
|
4522
4479
|
}
|
|
4523
4480
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4574,16 +4531,11 @@ class VirtualMachinesImpl {
|
|
|
4574
4531
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
4575
4532
|
var _a, e_2, _b, _c;
|
|
4576
4533
|
try {
|
|
4577
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4534
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4578
4535
|
_c = _f.value;
|
|
4579
4536
|
_d = false;
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4583
|
-
}
|
|
4584
|
-
finally {
|
|
4585
|
-
_d = true;
|
|
4586
|
-
}
|
|
4537
|
+
const page = _c;
|
|
4538
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4587
4539
|
}
|
|
4588
4540
|
}
|
|
4589
4541
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -5491,16 +5443,11 @@ class VirtualMachineTemplatesImpl {
|
|
|
5491
5443
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
5492
5444
|
var _a, e_1, _b, _c;
|
|
5493
5445
|
try {
|
|
5494
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5446
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5495
5447
|
_c = _f.value;
|
|
5496
5448
|
_d = false;
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5500
|
-
}
|
|
5501
|
-
finally {
|
|
5502
|
-
_d = true;
|
|
5503
|
-
}
|
|
5449
|
+
const page = _c;
|
|
5450
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5504
5451
|
}
|
|
5505
5452
|
}
|
|
5506
5453
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5557,16 +5504,11 @@ class VirtualMachineTemplatesImpl {
|
|
|
5557
5504
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
5558
5505
|
var _a, e_2, _b, _c;
|
|
5559
5506
|
try {
|
|
5560
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5507
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5561
5508
|
_c = _f.value;
|
|
5562
5509
|
_d = false;
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5566
|
-
}
|
|
5567
|
-
finally {
|
|
5568
|
-
_d = true;
|
|
5569
|
-
}
|
|
5510
|
+
const page = _c;
|
|
5511
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5570
5512
|
}
|
|
5571
5513
|
}
|
|
5572
5514
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -6028,16 +5970,11 @@ class AvailabilitySetsImpl {
|
|
|
6028
5970
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
6029
5971
|
var _a, e_1, _b, _c;
|
|
6030
5972
|
try {
|
|
6031
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5973
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6032
5974
|
_c = _f.value;
|
|
6033
5975
|
_d = false;
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6037
|
-
}
|
|
6038
|
-
finally {
|
|
6039
|
-
_d = true;
|
|
6040
|
-
}
|
|
5976
|
+
const page = _c;
|
|
5977
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6041
5978
|
}
|
|
6042
5979
|
}
|
|
6043
5980
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6094,16 +6031,11 @@ class AvailabilitySetsImpl {
|
|
|
6094
6031
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
6095
6032
|
var _a, e_2, _b, _c;
|
|
6096
6033
|
try {
|
|
6097
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6034
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6098
6035
|
_c = _f.value;
|
|
6099
6036
|
_d = false;
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6103
|
-
}
|
|
6104
|
-
finally {
|
|
6105
|
-
_d = true;
|
|
6106
|
-
}
|
|
6037
|
+
const page = _c;
|
|
6038
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6107
6039
|
}
|
|
6108
6040
|
}
|
|
6109
6041
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -6565,16 +6497,11 @@ class InventoryItemsImpl {
|
|
|
6565
6497
|
return tslib.__asyncGenerator(this, arguments, function* listByVMMServerPagingAll_1() {
|
|
6566
6498
|
var _a, e_1, _b, _c;
|
|
6567
6499
|
try {
|
|
6568
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByVMMServerPagingPage(resourceGroupName, vmmServerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6500
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByVMMServerPagingPage(resourceGroupName, vmmServerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6569
6501
|
_c = _f.value;
|
|
6570
6502
|
_d = false;
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6574
|
-
}
|
|
6575
|
-
finally {
|
|
6576
|
-
_d = true;
|
|
6577
|
-
}
|
|
6503
|
+
const page = _c;
|
|
6504
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6578
6505
|
}
|
|
6579
6506
|
}
|
|
6580
6507
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|