@azure/arm-vmwarecloudsimple 3.1.1-alpha.20231009.1 → 3.1.1-alpha.20231023.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.
Files changed (56) hide show
  1. package/dist/index.js +84 -157
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/customizationPoliciesListSample.js +3 -8
  6. package/dist-esm/samples-dev/customizationPoliciesListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js +3 -8
  8. package/dist-esm/samples-dev/dedicatedCloudNodesListByResourceGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js +3 -8
  10. package/dist-esm/samples-dev/dedicatedCloudNodesListBySubscriptionSample.js.map +1 -1
  11. package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js +3 -8
  12. package/dist-esm/samples-dev/dedicatedCloudServicesListByResourceGroupSample.js.map +1 -1
  13. package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js +3 -8
  14. package/dist-esm/samples-dev/dedicatedCloudServicesListBySubscriptionSample.js.map +1 -1
  15. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  16. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/privateCloudsListSample.js +3 -8
  18. package/dist-esm/samples-dev/privateCloudsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/resourcePoolsListSample.js +3 -8
  20. package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/skusAvailabilityListSample.js +3 -8
  22. package/dist-esm/samples-dev/skusAvailabilityListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/usagesListSample.js +3 -8
  24. package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +3 -8
  26. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +3 -8
  28. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +3 -8
  30. package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +1 -1
  31. package/dist-esm/samples-dev/virtualNetworksListSample.js +3 -8
  32. package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -1
  33. package/dist-esm/src/operations/customizationPolicies.js +3 -8
  34. package/dist-esm/src/operations/customizationPolicies.js.map +1 -1
  35. package/dist-esm/src/operations/dedicatedCloudNodes.js +6 -16
  36. package/dist-esm/src/operations/dedicatedCloudNodes.js.map +1 -1
  37. package/dist-esm/src/operations/dedicatedCloudServices.js +6 -16
  38. package/dist-esm/src/operations/dedicatedCloudServices.js.map +1 -1
  39. package/dist-esm/src/operations/operations.js +3 -8
  40. package/dist-esm/src/operations/operations.js.map +1 -1
  41. package/dist-esm/src/operations/privateClouds.js +3 -8
  42. package/dist-esm/src/operations/privateClouds.js.map +1 -1
  43. package/dist-esm/src/operations/resourcePools.js +3 -8
  44. package/dist-esm/src/operations/resourcePools.js.map +1 -1
  45. package/dist-esm/src/operations/skusAvailability.js +3 -8
  46. package/dist-esm/src/operations/skusAvailability.js.map +1 -1
  47. package/dist-esm/src/operations/usages.js +3 -8
  48. package/dist-esm/src/operations/usages.js.map +1 -1
  49. package/dist-esm/src/operations/virtualMachineTemplates.js +3 -8
  50. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
  51. package/dist-esm/src/operations/virtualMachines.js +6 -16
  52. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  53. package/dist-esm/src/operations/virtualNetworks.js +3 -8
  54. package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
  55. package/package.json +3 -10
  56. 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 _interopNamespace(e) {
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["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -2525,63 +2522,63 @@ const VirtualMachinesStopExceptionHeaders = {
2525
2522
 
2526
2523
  var Mappers = /*#__PURE__*/Object.freeze({
2527
2524
  __proto__: null,
2528
- AvailableOperationsListResponse: AvailableOperationsListResponse,
2529
2525
  AvailableOperation: AvailableOperation,
2530
2526
  AvailableOperationDisplay: AvailableOperationDisplay,
2531
- AvailableOperationDisplayPropertyServiceSpecificationMetricsList: AvailableOperationDisplayPropertyServiceSpecificationMetricsList,
2532
2527
  AvailableOperationDisplayPropertyServiceSpecificationMetricsItem: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem,
2528
+ AvailableOperationDisplayPropertyServiceSpecificationMetricsList: AvailableOperationDisplayPropertyServiceSpecificationMetricsList,
2529
+ AvailableOperationsListResponse: AvailableOperationsListResponse,
2533
2530
  CsrpError: CsrpError,
2534
2531
  CsrpErrorBody: CsrpErrorBody,
2535
- DedicatedCloudNodeListResponse: DedicatedCloudNodeListResponse,
2532
+ CustomizationHostName: CustomizationHostName,
2533
+ CustomizationIPAddress: CustomizationIPAddress,
2534
+ CustomizationIPSettings: CustomizationIPSettings,
2535
+ CustomizationIdentity: CustomizationIdentity,
2536
+ CustomizationIdentityUserData: CustomizationIdentityUserData,
2537
+ CustomizationNicSetting: CustomizationNicSetting,
2538
+ CustomizationPoliciesListResponse: CustomizationPoliciesListResponse,
2539
+ CustomizationPolicy: CustomizationPolicy,
2540
+ CustomizationSpecification: CustomizationSpecification,
2536
2541
  DedicatedCloudNode: DedicatedCloudNode,
2537
- Sku: Sku,
2538
- DedicatedCloudServiceListResponse: DedicatedCloudServiceListResponse,
2542
+ DedicatedCloudNodeListResponse: DedicatedCloudNodeListResponse,
2543
+ DedicatedCloudNodesCreateOrUpdateHeaders: DedicatedCloudNodesCreateOrUpdateHeaders,
2544
+ DedicatedCloudNodesDeleteExceptionHeaders: DedicatedCloudNodesDeleteExceptionHeaders,
2539
2545
  DedicatedCloudService: DedicatedCloudService,
2540
- SkuAvailabilityListResponse: SkuAvailabilityListResponse,
2541
- SkuAvailability: SkuAvailability,
2542
- OperationResource: OperationResource,
2546
+ DedicatedCloudServiceListResponse: DedicatedCloudServiceListResponse,
2547
+ DedicatedCloudServicesDeleteExceptionHeaders: DedicatedCloudServicesDeleteExceptionHeaders,
2548
+ GuestOSCustomization: GuestOSCustomization,
2549
+ GuestOsnicCustomization: GuestOsnicCustomization,
2543
2550
  OperationError: OperationError,
2544
- PrivateCloudList: PrivateCloudList,
2551
+ OperationResource: OperationResource,
2552
+ OperationsGetExceptionHeaders: OperationsGetExceptionHeaders,
2553
+ OperationsGetHeaders: OperationsGetHeaders,
2554
+ PatchPayload: PatchPayload,
2545
2555
  PrivateCloud: PrivateCloud,
2556
+ PrivateCloudList: PrivateCloudList,
2546
2557
  ResourcePool: ResourcePool,
2547
- VirtualMachineTemplate: VirtualMachineTemplate,
2548
- VirtualDiskController: VirtualDiskController,
2549
- VirtualDisk: VirtualDisk,
2550
- VirtualNic: VirtualNic,
2551
- GuestOsnicCustomization: GuestOsnicCustomization,
2552
- VirtualNetwork: VirtualNetwork,
2553
- CustomizationPoliciesListResponse: CustomizationPoliciesListResponse,
2554
- CustomizationPolicy: CustomizationPolicy,
2555
- CustomizationSpecification: CustomizationSpecification,
2556
- CustomizationIdentity: CustomizationIdentity,
2557
- CustomizationHostName: CustomizationHostName,
2558
- CustomizationIdentityUserData: CustomizationIdentityUserData,
2559
- CustomizationNicSetting: CustomizationNicSetting,
2560
- CustomizationIPSettings: CustomizationIPSettings,
2561
- CustomizationIPAddress: CustomizationIPAddress,
2562
2558
  ResourcePoolsListResponse: ResourcePoolsListResponse,
2563
- VirtualMachineTemplateListResponse: VirtualMachineTemplateListResponse,
2564
- VirtualNetworkListResponse: VirtualNetworkListResponse,
2565
- UsageListResponse: UsageListResponse,
2559
+ Sku: Sku,
2560
+ SkuAvailability: SkuAvailability,
2561
+ SkuAvailabilityListResponse: SkuAvailabilityListResponse,
2566
2562
  Usage: Usage,
2563
+ UsageListResponse: UsageListResponse,
2567
2564
  UsageName: UsageName,
2568
- VirtualMachineListResponse: VirtualMachineListResponse,
2565
+ VirtualDisk: VirtualDisk,
2566
+ VirtualDiskController: VirtualDiskController,
2569
2567
  VirtualMachine: VirtualMachine,
2570
- GuestOSCustomization: GuestOSCustomization,
2571
- PatchPayload: PatchPayload,
2568
+ VirtualMachineListResponse: VirtualMachineListResponse,
2572
2569
  VirtualMachineStopMode: VirtualMachineStopMode,
2573
- OperationsGetHeaders: OperationsGetHeaders,
2574
- OperationsGetExceptionHeaders: OperationsGetExceptionHeaders,
2575
- DedicatedCloudNodesCreateOrUpdateHeaders: DedicatedCloudNodesCreateOrUpdateHeaders,
2576
- DedicatedCloudNodesDeleteExceptionHeaders: DedicatedCloudNodesDeleteExceptionHeaders,
2577
- DedicatedCloudServicesDeleteExceptionHeaders: DedicatedCloudServicesDeleteExceptionHeaders,
2570
+ VirtualMachineTemplate: VirtualMachineTemplate,
2571
+ VirtualMachineTemplateListResponse: VirtualMachineTemplateListResponse,
2578
2572
  VirtualMachinesCreateOrUpdateHeaders: VirtualMachinesCreateOrUpdateHeaders,
2579
- VirtualMachinesDeleteHeaders: VirtualMachinesDeleteHeaders,
2580
2573
  VirtualMachinesDeleteExceptionHeaders: VirtualMachinesDeleteExceptionHeaders,
2581
- VirtualMachinesStartHeaders: VirtualMachinesStartHeaders,
2574
+ VirtualMachinesDeleteHeaders: VirtualMachinesDeleteHeaders,
2582
2575
  VirtualMachinesStartExceptionHeaders: VirtualMachinesStartExceptionHeaders,
2576
+ VirtualMachinesStartHeaders: VirtualMachinesStartHeaders,
2577
+ VirtualMachinesStopExceptionHeaders: VirtualMachinesStopExceptionHeaders,
2583
2578
  VirtualMachinesStopHeaders: VirtualMachinesStopHeaders,
2584
- VirtualMachinesStopExceptionHeaders: VirtualMachinesStopExceptionHeaders
2579
+ VirtualNetwork: VirtualNetwork,
2580
+ VirtualNetworkListResponse: VirtualNetworkListResponse,
2581
+ VirtualNic: VirtualNic
2585
2582
  });
2586
2583
 
2587
2584
  /*
@@ -2952,16 +2949,11 @@ class OperationsImpl {
2952
2949
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2953
2950
  var _a, e_1, _b, _c;
2954
2951
  try {
2955
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2952
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2956
2953
  _c = _f.value;
2957
2954
  _d = false;
2958
- try {
2959
- const page = _c;
2960
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2961
- }
2962
- finally {
2963
- _d = true;
2964
- }
2955
+ const page = _c;
2956
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2965
2957
  }
2966
2958
  }
2967
2959
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3149,16 +3141,11 @@ class DedicatedCloudNodesImpl {
3149
3141
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3150
3142
  var _a, e_1, _b, _c;
3151
3143
  try {
3152
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3144
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3153
3145
  _c = _f.value;
3154
3146
  _d = false;
3155
- try {
3156
- const page = _c;
3157
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3158
- }
3159
- finally {
3160
- _d = true;
3161
- }
3147
+ const page = _c;
3148
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3162
3149
  }
3163
3150
  }
3164
3151
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3216,16 +3203,11 @@ class DedicatedCloudNodesImpl {
3216
3203
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3217
3204
  var _a, e_2, _b, _c;
3218
3205
  try {
3219
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3206
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3220
3207
  _c = _f.value;
3221
3208
  _d = false;
3222
- try {
3223
- const page = _c;
3224
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3225
- }
3226
- finally {
3227
- _d = true;
3228
- }
3209
+ const page = _c;
3210
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3229
3211
  }
3230
3212
  }
3231
3213
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -3618,16 +3600,11 @@ class DedicatedCloudServicesImpl {
3618
3600
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3619
3601
  var _a, e_1, _b, _c;
3620
3602
  try {
3621
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3603
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3622
3604
  _c = _f.value;
3623
3605
  _d = false;
3624
- try {
3625
- const page = _c;
3626
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3627
- }
3628
- finally {
3629
- _d = true;
3630
- }
3606
+ const page = _c;
3607
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3631
3608
  }
3632
3609
  }
3633
3610
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3685,16 +3662,11 @@ class DedicatedCloudServicesImpl {
3685
3662
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3686
3663
  var _a, e_2, _b, _c;
3687
3664
  try {
3688
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3665
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3689
3666
  _c = _f.value;
3690
3667
  _d = false;
3691
- try {
3692
- const page = _c;
3693
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3694
- }
3695
- finally {
3696
- _d = true;
3697
- }
3668
+ const page = _c;
3669
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3698
3670
  }
3699
3671
  }
3700
3672
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4070,16 +4042,11 @@ class SkusAvailabilityImpl {
4070
4042
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4071
4043
  var _a, e_1, _b, _c;
4072
4044
  try {
4073
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4045
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4074
4046
  _c = _f.value;
4075
4047
  _d = false;
4076
- try {
4077
- const page = _c;
4078
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4079
- }
4080
- finally {
4081
- _d = true;
4082
- }
4048
+ const page = _c;
4049
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4083
4050
  }
4084
4051
  }
4085
4052
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4215,16 +4182,11 @@ class PrivateCloudsImpl {
4215
4182
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4216
4183
  var _a, e_1, _b, _c;
4217
4184
  try {
4218
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4185
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4219
4186
  _c = _f.value;
4220
4187
  _d = false;
4221
- try {
4222
- const page = _c;
4223
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4224
- }
4225
- finally {
4226
- _d = true;
4227
- }
4188
+ const page = _c;
4189
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4228
4190
  }
4229
4191
  }
4230
4192
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4391,16 +4353,11 @@ class CustomizationPoliciesImpl {
4391
4353
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4392
4354
  var _a, e_1, _b, _c;
4393
4355
  try {
4394
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4356
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4395
4357
  _c = _f.value;
4396
4358
  _d = false;
4397
- try {
4398
- const page = _c;
4399
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4400
- }
4401
- finally {
4402
- _d = true;
4403
- }
4359
+ const page = _c;
4360
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4404
4361
  }
4405
4362
  }
4406
4363
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4573,16 +4530,11 @@ class ResourcePoolsImpl {
4573
4530
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4574
4531
  var _a, e_1, _b, _c;
4575
4532
  try {
4576
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4533
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4577
4534
  _c = _f.value;
4578
4535
  _d = false;
4579
- try {
4580
- const page = _c;
4581
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4582
- }
4583
- finally {
4584
- _d = true;
4585
- }
4536
+ const page = _c;
4537
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4586
4538
  }
4587
4539
  }
4588
4540
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4756,16 +4708,11 @@ class VirtualMachineTemplatesImpl {
4756
4708
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4757
4709
  var _a, e_1, _b, _c;
4758
4710
  try {
4759
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(pcName, regionId, resourcePoolName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4711
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(pcName, regionId, resourcePoolName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4760
4712
  _c = _f.value;
4761
4713
  _d = false;
4762
- try {
4763
- const page = _c;
4764
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4765
- }
4766
- finally {
4767
- _d = true;
4768
- }
4714
+ const page = _c;
4715
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4769
4716
  }
4770
4717
  }
4771
4718
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4940,16 +4887,11 @@ class VirtualNetworksImpl {
4940
4887
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4941
4888
  var _a, e_1, _b, _c;
4942
4889
  try {
4943
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, resourcePoolName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4890
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, pcName, resourcePoolName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4944
4891
  _c = _f.value;
4945
4892
  _d = false;
4946
- try {
4947
- const page = _c;
4948
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4949
- }
4950
- finally {
4951
- _d = true;
4952
- }
4893
+ const page = _c;
4894
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4953
4895
  }
4954
4896
  }
4955
4897
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5122,16 +5064,11 @@ class UsagesImpl {
5122
5064
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5123
5065
  var _a, e_1, _b, _c;
5124
5066
  try {
5125
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5067
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(regionId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5126
5068
  _c = _f.value;
5127
5069
  _d = false;
5128
- try {
5129
- const page = _c;
5130
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5131
- }
5132
- finally {
5133
- _d = true;
5134
- }
5070
+ const page = _c;
5071
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5135
5072
  }
5136
5073
  }
5137
5074
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5266,16 +5203,11 @@ class VirtualMachinesImpl {
5266
5203
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
5267
5204
  var _a, e_1, _b, _c;
5268
5205
  try {
5269
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5206
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5270
5207
  _c = _f.value;
5271
5208
  _d = false;
5272
- try {
5273
- const page = _c;
5274
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5275
- }
5276
- finally {
5277
- _d = true;
5278
- }
5209
+ const page = _c;
5210
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5279
5211
  }
5280
5212
  }
5281
5213
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5333,16 +5265,11 @@ class VirtualMachinesImpl {
5333
5265
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5334
5266
  var _a, e_2, _b, _c;
5335
5267
  try {
5336
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5268
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5337
5269
  _c = _f.value;
5338
5270
  _d = false;
5339
- try {
5340
- const page = _c;
5341
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5342
- }
5343
- finally {
5344
- _d = true;
5345
- }
5271
+ const page = _c;
5272
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5346
5273
  }
5347
5274
  }
5348
5275
  catch (e_2_1) { e_2 = { error: e_2_1 }; }