@azure/arm-connectedvmware 1.0.0-alpha.20231009.1 → 1.0.0-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 (74) hide show
  1. package/dist/index.js +134 -242
  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/clustersListByResourceGroupSample.js +3 -8
  6. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  7. package/dist-esm/samples-dev/clustersListSample.js +3 -8
  8. package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +3 -8
  10. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/datastoresListSample.js +3 -8
  12. package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/guestAgentsListByVMSample.js +3 -8
  14. package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +1 -1
  15. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +3 -8
  16. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -1
  17. package/dist-esm/samples-dev/hostsListSample.js +3 -8
  18. package/dist-esm/samples-dev/hostsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js +3 -8
  20. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +1 -1
  21. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +3 -8
  22. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -1
  23. package/dist-esm/samples-dev/machineExtensionsListSample.js +3 -8
  24. package/dist-esm/samples-dev/machineExtensionsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  26. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +3 -8
  28. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/resourcePoolsListSample.js +3 -8
  30. package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -1
  31. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +3 -8
  32. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -1
  33. package/dist-esm/samples-dev/vCentersListSample.js +3 -8
  34. package/dist-esm/samples-dev/vCentersListSample.js.map +1 -1
  35. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +3 -8
  36. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
  37. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +3 -8
  38. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -1
  39. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +3 -8
  40. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
  41. package/dist-esm/samples-dev/virtualMachinesListSample.js +3 -8
  42. package/dist-esm/samples-dev/virtualMachinesListSample.js.map +1 -1
  43. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +3 -8
  44. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
  45. package/dist-esm/samples-dev/virtualNetworksListSample.js +3 -8
  46. package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -1
  47. package/dist-esm/src/operations/clusters.js +6 -16
  48. package/dist-esm/src/operations/clusters.js.map +1 -1
  49. package/dist-esm/src/operations/datastores.js +6 -16
  50. package/dist-esm/src/operations/datastores.js.map +1 -1
  51. package/dist-esm/src/operations/guestAgents.js +3 -8
  52. package/dist-esm/src/operations/guestAgents.js.map +1 -1
  53. package/dist-esm/src/operations/hosts.js +6 -16
  54. package/dist-esm/src/operations/hosts.js.map +1 -1
  55. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +3 -8
  56. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -1
  57. package/dist-esm/src/operations/inventoryItems.js +3 -8
  58. package/dist-esm/src/operations/inventoryItems.js.map +1 -1
  59. package/dist-esm/src/operations/machineExtensions.js +3 -8
  60. package/dist-esm/src/operations/machineExtensions.js.map +1 -1
  61. package/dist-esm/src/operations/operations.js +3 -8
  62. package/dist-esm/src/operations/operations.js.map +1 -1
  63. package/dist-esm/src/operations/resourcePools.js +6 -16
  64. package/dist-esm/src/operations/resourcePools.js.map +1 -1
  65. package/dist-esm/src/operations/vCenters.js +6 -16
  66. package/dist-esm/src/operations/vCenters.js.map +1 -1
  67. package/dist-esm/src/operations/virtualMachineTemplates.js +6 -16
  68. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
  69. package/dist-esm/src/operations/virtualMachines.js +6 -16
  70. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  71. package/dist-esm/src/operations/virtualNetworks.js +6 -16
  72. package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
  73. package/package.json +3 -10
  74. 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.
@@ -4367,90 +4364,90 @@ let discriminators = {
4367
4364
 
4368
4365
  var Mappers = /*#__PURE__*/Object.freeze({
4369
4366
  __proto__: null,
4370
- OperationsList: OperationsList,
4371
- Operation: Operation,
4372
- OperationDisplay: OperationDisplay,
4373
- ErrorResponse: ErrorResponse,
4374
- ErrorDefinition: ErrorDefinition,
4375
- VirtualMachineAssessPatchesResult: VirtualMachineAssessPatchesResult,
4376
4367
  AvailablePatchCountByClassification: AvailablePatchCountByClassification,
4377
- ErrorDetail: ErrorDetail,
4378
- VirtualMachineInstallPatchesParameters: VirtualMachineInstallPatchesParameters,
4379
- WindowsParameters: WindowsParameters,
4380
- LinuxParameters: LinuxParameters,
4381
- VirtualMachineInstallPatchesResult: VirtualMachineInstallPatchesResult,
4382
- ResourcePool: ResourcePool,
4383
- ResourceStatus: ResourceStatus,
4384
- ExtendedLocation: ExtendedLocation,
4385
- SystemData: SystemData,
4386
- ResourcePatch: ResourcePatch,
4387
- ResourcePoolsList: ResourcePoolsList,
4388
4368
  Cluster: Cluster,
4369
+ ClusterInventoryItem: ClusterInventoryItem,
4389
4370
  ClustersList: ClustersList,
4390
- Host: Host,
4391
- HostsList: HostsList,
4371
+ Condition: Condition,
4392
4372
  Datastore: Datastore,
4373
+ DatastoreInventoryItem: DatastoreInventoryItem,
4393
4374
  DatastoresList: DatastoresList,
4394
- VCenter: VCenter,
4395
- VICredential: VICredential,
4396
- VCentersList: VCentersList,
4397
- VirtualMachine: VirtualMachine,
4398
- PlacementProfile: PlacementProfile,
4399
- OsProfile: OsProfile,
4400
- OsProfileWindowsConfiguration: OsProfileWindowsConfiguration,
4401
- OsProfileLinuxConfiguration: OsProfileLinuxConfiguration,
4402
- HardwareProfile: HardwareProfile,
4403
- NetworkProfile: NetworkProfile,
4404
- NetworkInterface: NetworkInterface,
4405
- NicIPSettings: NicIPSettings,
4406
- NicIPAddressSettings: NicIPAddressSettings,
4407
- StorageProfile: StorageProfile,
4408
- VirtualDisk: VirtualDisk,
4409
- VirtualScsiController: VirtualScsiController,
4375
+ ErrorDefinition: ErrorDefinition,
4376
+ ErrorDetail: ErrorDetail,
4377
+ ErrorResponse: ErrorResponse,
4378
+ ExtendedLocation: ExtendedLocation,
4379
+ GuestAgent: GuestAgent,
4380
+ GuestAgentList: GuestAgentList,
4410
4381
  GuestAgentProfile: GuestAgentProfile,
4411
- SecurityProfile: SecurityProfile,
4412
- UefiSettings: UefiSettings,
4382
+ GuestCredential: GuestCredential,
4383
+ HardwareProfile: HardwareProfile,
4384
+ Host: Host,
4385
+ HostInventoryItem: HostInventoryItem,
4386
+ HostsList: HostsList,
4387
+ HttpProxyConfiguration: HttpProxyConfiguration,
4388
+ HybridIdentityMetadata: HybridIdentityMetadata,
4389
+ HybridIdentityMetadataList: HybridIdentityMetadataList,
4413
4390
  Identity: Identity,
4414
- VirtualMachineUpdate: VirtualMachineUpdate,
4415
- OsProfileUpdate: OsProfileUpdate,
4416
- OsProfileUpdateWindowsConfiguration: OsProfileUpdateWindowsConfiguration,
4417
- OsProfileUpdateLinuxConfiguration: OsProfileUpdateLinuxConfiguration,
4418
- StorageProfileUpdate: StorageProfileUpdate,
4419
- VirtualDiskUpdate: VirtualDiskUpdate,
4420
- NetworkProfileUpdate: NetworkProfileUpdate,
4421
- NetworkInterfaceUpdate: NetworkInterfaceUpdate,
4422
- StopVirtualMachineOptions: StopVirtualMachineOptions,
4423
- VirtualMachinesList: VirtualMachinesList,
4424
- VirtualMachineTemplate: VirtualMachineTemplate,
4425
- VirtualMachineTemplatesList: VirtualMachineTemplatesList,
4426
- VirtualNetwork: VirtualNetwork,
4427
- VirtualNetworksList: VirtualNetworksList,
4391
+ InventoryItem: InventoryItem,
4392
+ InventoryItemDetails: InventoryItemDetails,
4428
4393
  InventoryItemProperties: InventoryItemProperties,
4429
- Resource: Resource,
4430
4394
  InventoryItemsList: InventoryItemsList,
4431
- HybridIdentityMetadataList: HybridIdentityMetadataList,
4395
+ LinuxParameters: LinuxParameters,
4432
4396
  MachineExtension: MachineExtension,
4433
4397
  MachineExtensionInstanceView: MachineExtensionInstanceView,
4434
4398
  MachineExtensionInstanceViewStatus: MachineExtensionInstanceViewStatus,
4435
- MachineExtensionsListResult: MachineExtensionsListResult,
4436
- GuestCredential: GuestCredential,
4437
- HttpProxyConfiguration: HttpProxyConfiguration,
4438
- GuestAgentList: GuestAgentList,
4439
- Condition: Condition,
4440
- InventoryItemDetails: InventoryItemDetails,
4399
+ MachineExtensionPropertiesInstanceView: MachineExtensionPropertiesInstanceView,
4441
4400
  MachineExtensionUpdate: MachineExtensionUpdate,
4401
+ MachineExtensionsListResult: MachineExtensionsListResult,
4402
+ NetworkInterface: NetworkInterface,
4403
+ NetworkInterfaceUpdate: NetworkInterfaceUpdate,
4404
+ NetworkProfile: NetworkProfile,
4405
+ NetworkProfileUpdate: NetworkProfileUpdate,
4406
+ NicIPAddressSettings: NicIPAddressSettings,
4407
+ NicIPSettings: NicIPSettings,
4408
+ Operation: Operation,
4409
+ OperationDisplay: OperationDisplay,
4410
+ OperationsList: OperationsList,
4411
+ OsProfile: OsProfile,
4412
+ OsProfileLinuxConfiguration: OsProfileLinuxConfiguration,
4413
+ OsProfileUpdate: OsProfileUpdate,
4414
+ OsProfileUpdateLinuxConfiguration: OsProfileUpdateLinuxConfiguration,
4415
+ OsProfileUpdateWindowsConfiguration: OsProfileUpdateWindowsConfiguration,
4416
+ OsProfileWindowsConfiguration: OsProfileWindowsConfiguration,
4417
+ PlacementProfile: PlacementProfile,
4418
+ ProxyResource: ProxyResource,
4419
+ Resource: Resource,
4420
+ ResourcePatch: ResourcePatch,
4421
+ ResourcePool: ResourcePool,
4442
4422
  ResourcePoolInventoryItem: ResourcePoolInventoryItem,
4423
+ ResourcePoolsList: ResourcePoolsList,
4424
+ ResourceStatus: ResourceStatus,
4425
+ SecurityProfile: SecurityProfile,
4426
+ StopVirtualMachineOptions: StopVirtualMachineOptions,
4427
+ StorageProfile: StorageProfile,
4428
+ StorageProfileUpdate: StorageProfileUpdate,
4429
+ SystemData: SystemData,
4430
+ UefiSettings: UefiSettings,
4431
+ VCenter: VCenter,
4432
+ VCentersList: VCentersList,
4433
+ VICredential: VICredential,
4434
+ VirtualDisk: VirtualDisk,
4435
+ VirtualDiskUpdate: VirtualDiskUpdate,
4436
+ VirtualMachine: VirtualMachine,
4437
+ VirtualMachineAssessPatchesResult: VirtualMachineAssessPatchesResult,
4438
+ VirtualMachineInstallPatchesParameters: VirtualMachineInstallPatchesParameters,
4439
+ VirtualMachineInstallPatchesResult: VirtualMachineInstallPatchesResult,
4443
4440
  VirtualMachineInventoryItem: VirtualMachineInventoryItem,
4441
+ VirtualMachineTemplate: VirtualMachineTemplate,
4444
4442
  VirtualMachineTemplateInventoryItem: VirtualMachineTemplateInventoryItem,
4443
+ VirtualMachineTemplatesList: VirtualMachineTemplatesList,
4444
+ VirtualMachineUpdate: VirtualMachineUpdate,
4445
+ VirtualMachinesList: VirtualMachinesList,
4446
+ VirtualNetwork: VirtualNetwork,
4445
4447
  VirtualNetworkInventoryItem: VirtualNetworkInventoryItem,
4446
- ClusterInventoryItem: ClusterInventoryItem,
4447
- DatastoreInventoryItem: DatastoreInventoryItem,
4448
- HostInventoryItem: HostInventoryItem,
4449
- ProxyResource: ProxyResource,
4450
- MachineExtensionPropertiesInstanceView: MachineExtensionPropertiesInstanceView,
4451
- InventoryItem: InventoryItem,
4452
- HybridIdentityMetadata: HybridIdentityMetadata,
4453
- GuestAgent: GuestAgent,
4448
+ VirtualNetworksList: VirtualNetworksList,
4449
+ VirtualScsiController: VirtualScsiController,
4450
+ WindowsParameters: WindowsParameters,
4454
4451
  discriminators: discriminators
4455
4452
  });
4456
4453
 
@@ -4814,16 +4811,11 @@ class OperationsImpl {
4814
4811
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4815
4812
  var _a, e_1, _b, _c;
4816
4813
  try {
4817
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4814
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4818
4815
  _c = _f.value;
4819
4816
  _d = false;
4820
- try {
4821
- const page = _c;
4822
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4823
- }
4824
- finally {
4825
- _d = true;
4826
- }
4817
+ const page = _c;
4818
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4827
4819
  }
4828
4820
  }
4829
4821
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4975,16 +4967,11 @@ class VirtualMachinesImpl {
4975
4967
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4976
4968
  var _a, e_1, _b, _c;
4977
4969
  try {
4978
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4970
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4979
4971
  _c = _f.value;
4980
4972
  _d = false;
4981
- try {
4982
- const page = _c;
4983
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4984
- }
4985
- finally {
4986
- _d = true;
4987
- }
4973
+ const page = _c;
4974
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4988
4975
  }
4989
4976
  }
4990
4977
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5042,16 +5029,11 @@ class VirtualMachinesImpl {
5042
5029
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5043
5030
  var _a, e_2, _b, _c;
5044
5031
  try {
5045
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5032
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5046
5033
  _c = _f.value;
5047
5034
  _d = false;
5048
- try {
5049
- const page = _c;
5050
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5051
- }
5052
- finally {
5053
- _d = true;
5054
- }
5035
+ const page = _c;
5036
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5055
5037
  }
5056
5038
  }
5057
5039
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5895,16 +5877,11 @@ class ResourcePoolsImpl {
5895
5877
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5896
5878
  var _a, e_1, _b, _c;
5897
5879
  try {
5898
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5880
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5899
5881
  _c = _f.value;
5900
5882
  _d = false;
5901
- try {
5902
- const page = _c;
5903
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5904
- }
5905
- finally {
5906
- _d = true;
5907
- }
5883
+ const page = _c;
5884
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5908
5885
  }
5909
5886
  }
5910
5887
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5962,16 +5939,11 @@ class ResourcePoolsImpl {
5962
5939
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5963
5940
  var _a, e_2, _b, _c;
5964
5941
  try {
5965
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5942
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5966
5943
  _c = _f.value;
5967
5944
  _d = false;
5968
- try {
5969
- const page = _c;
5970
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5971
- }
5972
- finally {
5973
- _d = true;
5974
- }
5945
+ const page = _c;
5946
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5975
5947
  }
5976
5948
  }
5977
5949
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6375,16 +6347,11 @@ class ClustersImpl {
6375
6347
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6376
6348
  var _a, e_1, _b, _c;
6377
6349
  try {
6378
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6350
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6379
6351
  _c = _f.value;
6380
6352
  _d = false;
6381
- try {
6382
- const page = _c;
6383
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6384
- }
6385
- finally {
6386
- _d = true;
6387
- }
6353
+ const page = _c;
6354
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6388
6355
  }
6389
6356
  }
6390
6357
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6442,16 +6409,11 @@ class ClustersImpl {
6442
6409
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6443
6410
  var _a, e_2, _b, _c;
6444
6411
  try {
6445
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6412
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6446
6413
  _c = _f.value;
6447
6414
  _d = false;
6448
- try {
6449
- const page = _c;
6450
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6451
- }
6452
- finally {
6453
- _d = true;
6454
- }
6415
+ const page = _c;
6416
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6455
6417
  }
6456
6418
  }
6457
6419
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -6855,16 +6817,11 @@ class HostsImpl {
6855
6817
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6856
6818
  var _a, e_1, _b, _c;
6857
6819
  try {
6858
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6820
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6859
6821
  _c = _f.value;
6860
6822
  _d = false;
6861
- try {
6862
- const page = _c;
6863
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6864
- }
6865
- finally {
6866
- _d = true;
6867
- }
6823
+ const page = _c;
6824
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6868
6825
  }
6869
6826
  }
6870
6827
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6922,16 +6879,11 @@ class HostsImpl {
6922
6879
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6923
6880
  var _a, e_2, _b, _c;
6924
6881
  try {
6925
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6882
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6926
6883
  _c = _f.value;
6927
6884
  _d = false;
6928
- try {
6929
- const page = _c;
6930
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6931
- }
6932
- finally {
6933
- _d = true;
6934
- }
6885
+ const page = _c;
6886
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6935
6887
  }
6936
6888
  }
6937
6889
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -7335,16 +7287,11 @@ class DatastoresImpl {
7335
7287
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7336
7288
  var _a, e_1, _b, _c;
7337
7289
  try {
7338
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7290
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7339
7291
  _c = _f.value;
7340
7292
  _d = false;
7341
- try {
7342
- const page = _c;
7343
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7344
- }
7345
- finally {
7346
- _d = true;
7347
- }
7293
+ const page = _c;
7294
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7348
7295
  }
7349
7296
  }
7350
7297
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7402,16 +7349,11 @@ class DatastoresImpl {
7402
7349
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7403
7350
  var _a, e_2, _b, _c;
7404
7351
  try {
7405
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7352
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7406
7353
  _c = _f.value;
7407
7354
  _d = false;
7408
- try {
7409
- const page = _c;
7410
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7411
- }
7412
- finally {
7413
- _d = true;
7414
- }
7355
+ const page = _c;
7356
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7415
7357
  }
7416
7358
  }
7417
7359
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -7815,16 +7757,11 @@ class VCentersImpl {
7815
7757
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7816
7758
  var _a, e_1, _b, _c;
7817
7759
  try {
7818
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7760
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7819
7761
  _c = _f.value;
7820
7762
  _d = false;
7821
- try {
7822
- const page = _c;
7823
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7824
- }
7825
- finally {
7826
- _d = true;
7827
- }
7763
+ const page = _c;
7764
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7828
7765
  }
7829
7766
  }
7830
7767
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7882,16 +7819,11 @@ class VCentersImpl {
7882
7819
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7883
7820
  var _a, e_2, _b, _c;
7884
7821
  try {
7885
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7822
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7886
7823
  _c = _f.value;
7887
7824
  _d = false;
7888
- try {
7889
- const page = _c;
7890
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7891
- }
7892
- finally {
7893
- _d = true;
7894
- }
7825
+ const page = _c;
7826
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7895
7827
  }
7896
7828
  }
7897
7829
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -8295,16 +8227,11 @@ class VirtualMachineTemplatesImpl {
8295
8227
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8296
8228
  var _a, e_1, _b, _c;
8297
8229
  try {
8298
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8230
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8299
8231
  _c = _f.value;
8300
8232
  _d = false;
8301
- try {
8302
- const page = _c;
8303
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8304
- }
8305
- finally {
8306
- _d = true;
8307
- }
8233
+ const page = _c;
8234
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8308
8235
  }
8309
8236
  }
8310
8237
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8362,16 +8289,11 @@ class VirtualMachineTemplatesImpl {
8362
8289
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
8363
8290
  var _a, e_2, _b, _c;
8364
8291
  try {
8365
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8292
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8366
8293
  _c = _f.value;
8367
8294
  _d = false;
8368
- try {
8369
- const page = _c;
8370
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8371
- }
8372
- finally {
8373
- _d = true;
8374
- }
8295
+ const page = _c;
8296
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8375
8297
  }
8376
8298
  }
8377
8299
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -8775,16 +8697,11 @@ class VirtualNetworksImpl {
8775
8697
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8776
8698
  var _a, e_1, _b, _c;
8777
8699
  try {
8778
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8700
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8779
8701
  _c = _f.value;
8780
8702
  _d = false;
8781
- try {
8782
- const page = _c;
8783
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8784
- }
8785
- finally {
8786
- _d = true;
8787
- }
8703
+ const page = _c;
8704
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8788
8705
  }
8789
8706
  }
8790
8707
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8842,16 +8759,11 @@ class VirtualNetworksImpl {
8842
8759
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
8843
8760
  var _a, e_2, _b, _c;
8844
8761
  try {
8845
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8762
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8846
8763
  _c = _f.value;
8847
8764
  _d = false;
8848
- try {
8849
- const page = _c;
8850
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8851
- }
8852
- finally {
8853
- _d = true;
8854
- }
8765
+ const page = _c;
8766
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8855
8767
  }
8856
8768
  }
8857
8769
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -9257,16 +9169,11 @@ class InventoryItemsImpl {
9257
9169
  return tslib.__asyncGenerator(this, arguments, function* listByVCenterPagingAll_1() {
9258
9170
  var _a, e_1, _b, _c;
9259
9171
  try {
9260
- for (var _d = true, _e = tslib.__asyncValues(this.listByVCenterPagingPage(resourceGroupName, vcenterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9172
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVCenterPagingPage(resourceGroupName, vcenterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
9261
9173
  _c = _f.value;
9262
9174
  _d = false;
9263
- try {
9264
- const page = _c;
9265
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9266
- }
9267
- finally {
9268
- _d = true;
9269
- }
9175
+ const page = _c;
9176
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9270
9177
  }
9271
9178
  }
9272
9179
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -9504,16 +9411,11 @@ class HybridIdentityMetadataOperationsImpl {
9504
9411
  return tslib.__asyncGenerator(this, arguments, function* listByVmPagingAll_1() {
9505
9412
  var _a, e_1, _b, _c;
9506
9413
  try {
9507
- for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9414
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
9508
9415
  _c = _f.value;
9509
9416
  _d = false;
9510
- try {
9511
- const page = _c;
9512
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9513
- }
9514
- finally {
9515
- _d = true;
9516
- }
9417
+ const page = _c;
9418
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9517
9419
  }
9518
9420
  }
9519
9421
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -9751,16 +9653,11 @@ class MachineExtensionsImpl {
9751
9653
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
9752
9654
  var _a, e_1, _b, _c;
9753
9655
  try {
9754
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9656
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
9755
9657
  _c = _f.value;
9756
9658
  _d = false;
9757
- try {
9758
- const page = _c;
9759
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9760
- }
9761
- finally {
9762
- _d = true;
9763
- }
9659
+ const page = _c;
9660
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9764
9661
  }
9765
9662
  }
9766
9663
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -10186,16 +10083,11 @@ class GuestAgentsImpl {
10186
10083
  return tslib.__asyncGenerator(this, arguments, function* listByVmPagingAll_1() {
10187
10084
  var _a, e_1, _b, _c;
10188
10085
  try {
10189
- for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
10086
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
10190
10087
  _c = _f.value;
10191
10088
  _d = false;
10192
- try {
10193
- const page = _c;
10194
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10195
- }
10196
- finally {
10197
- _d = true;
10198
- }
10089
+ const page = _c;
10090
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10199
10091
  }
10200
10092
  }
10201
10093
  catch (e_1_1) { e_1 = { error: e_1_1 }; }