@azure/arm-connectedvmware 1.0.0-alpha.20230320.1 → 1.0.0-alpha.20230501.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 (76) hide show
  1. package/dist/index.js +252 -105
  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 +12 -5
  6. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  7. package/dist-esm/samples-dev/clustersListSample.js +12 -5
  8. package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +12 -5
  10. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/datastoresListSample.js +12 -5
  12. package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/guestAgentsListByVMSample.js +12 -5
  14. package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +1 -1
  15. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +12 -5
  16. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -1
  17. package/dist-esm/samples-dev/hostsListSample.js +12 -5
  18. package/dist-esm/samples-dev/hostsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js +12 -5
  20. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +1 -1
  21. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +12 -5
  22. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -1
  23. package/dist-esm/samples-dev/machineExtensionsListSample.js +12 -5
  24. package/dist-esm/samples-dev/machineExtensionsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/operationsListSample.js +12 -5
  26. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +12 -5
  28. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/resourcePoolsListSample.js +12 -5
  30. package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -1
  31. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +12 -5
  32. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -1
  33. package/dist-esm/samples-dev/vCentersListSample.js +12 -5
  34. package/dist-esm/samples-dev/vCentersListSample.js.map +1 -1
  35. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +12 -5
  36. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
  37. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +12 -5
  38. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -1
  39. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +12 -5
  40. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
  41. package/dist-esm/samples-dev/virtualMachinesListSample.js +12 -5
  42. package/dist-esm/samples-dev/virtualMachinesListSample.js.map +1 -1
  43. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +12 -5
  44. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
  45. package/dist-esm/samples-dev/virtualNetworksListSample.js +12 -5
  46. package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -1
  47. package/dist-esm/src/models/index.d.ts +102 -102
  48. package/dist-esm/src/models/index.d.ts.map +1 -1
  49. package/dist-esm/src/operations/clusters.js +24 -10
  50. package/dist-esm/src/operations/clusters.js.map +1 -1
  51. package/dist-esm/src/operations/datastores.js +24 -10
  52. package/dist-esm/src/operations/datastores.js.map +1 -1
  53. package/dist-esm/src/operations/guestAgents.js +12 -5
  54. package/dist-esm/src/operations/guestAgents.js.map +1 -1
  55. package/dist-esm/src/operations/hosts.js +24 -10
  56. package/dist-esm/src/operations/hosts.js.map +1 -1
  57. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +12 -5
  58. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -1
  59. package/dist-esm/src/operations/inventoryItems.js +12 -5
  60. package/dist-esm/src/operations/inventoryItems.js.map +1 -1
  61. package/dist-esm/src/operations/machineExtensions.js +12 -5
  62. package/dist-esm/src/operations/machineExtensions.js.map +1 -1
  63. package/dist-esm/src/operations/operations.js +12 -5
  64. package/dist-esm/src/operations/operations.js.map +1 -1
  65. package/dist-esm/src/operations/resourcePools.js +24 -10
  66. package/dist-esm/src/operations/resourcePools.js.map +1 -1
  67. package/dist-esm/src/operations/vCenters.js +24 -10
  68. package/dist-esm/src/operations/vCenters.js.map +1 -1
  69. package/dist-esm/src/operations/virtualMachineTemplates.js +24 -10
  70. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
  71. package/dist-esm/src/operations/virtualMachines.js +24 -10
  72. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  73. package/dist-esm/src/operations/virtualNetworks.js +24 -10
  74. package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
  75. package/package.json +2 -2
  76. package/types/tsdoc-metadata.json +1 -1
package/dist/index.js CHANGED
@@ -4812,17 +4812,24 @@ class OperationsImpl {
4812
4812
  }
4813
4813
  listPagingAll(options) {
4814
4814
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4815
- var e_1, _a;
4815
+ var _a, e_1, _b, _c;
4816
4816
  try {
4817
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4818
- const page = _c.value;
4819
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4817
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4818
+ _c = _f.value;
4819
+ _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
+ }
4820
4827
  }
4821
4828
  }
4822
4829
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4823
4830
  finally {
4824
4831
  try {
4825
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4832
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4826
4833
  }
4827
4834
  finally { if (e_1) throw e_1.error; }
4828
4835
  }
@@ -4966,17 +4973,24 @@ class VirtualMachinesImpl {
4966
4973
  }
4967
4974
  listPagingAll(options) {
4968
4975
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4969
- var e_1, _a;
4976
+ var _a, e_1, _b, _c;
4970
4977
  try {
4971
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4972
- const page = _c.value;
4973
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4978
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4979
+ _c = _f.value;
4980
+ _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
+ }
4974
4988
  }
4975
4989
  }
4976
4990
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4977
4991
  finally {
4978
4992
  try {
4979
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4993
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4980
4994
  }
4981
4995
  finally { if (e_1) throw e_1.error; }
4982
4996
  }
@@ -5026,17 +5040,24 @@ class VirtualMachinesImpl {
5026
5040
  }
5027
5041
  listByResourceGroupPagingAll(resourceGroupName, options) {
5028
5042
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5029
- var e_2, _a;
5043
+ var _a, e_2, _b, _c;
5030
5044
  try {
5031
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5032
- const page = _c.value;
5033
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5045
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5046
+ _c = _f.value;
5047
+ _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
+ }
5034
5055
  }
5035
5056
  }
5036
5057
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
5037
5058
  finally {
5038
5059
  try {
5039
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5060
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5040
5061
  }
5041
5062
  finally { if (e_2) throw e_2.error; }
5042
5063
  }
@@ -5872,17 +5893,24 @@ class ResourcePoolsImpl {
5872
5893
  }
5873
5894
  listPagingAll(options) {
5874
5895
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5875
- var e_1, _a;
5896
+ var _a, e_1, _b, _c;
5876
5897
  try {
5877
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5878
- const page = _c.value;
5879
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5898
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5899
+ _c = _f.value;
5900
+ _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
+ }
5880
5908
  }
5881
5909
  }
5882
5910
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5883
5911
  finally {
5884
5912
  try {
5885
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5913
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5886
5914
  }
5887
5915
  finally { if (e_1) throw e_1.error; }
5888
5916
  }
@@ -5932,17 +5960,24 @@ class ResourcePoolsImpl {
5932
5960
  }
5933
5961
  listByResourceGroupPagingAll(resourceGroupName, options) {
5934
5962
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5935
- var e_2, _a;
5963
+ var _a, e_2, _b, _c;
5936
5964
  try {
5937
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5938
- const page = _c.value;
5939
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5965
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5966
+ _c = _f.value;
5967
+ _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
+ }
5940
5975
  }
5941
5976
  }
5942
5977
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
5943
5978
  finally {
5944
5979
  try {
5945
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5980
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5946
5981
  }
5947
5982
  finally { if (e_2) throw e_2.error; }
5948
5983
  }
@@ -6338,17 +6373,24 @@ class ClustersImpl {
6338
6373
  }
6339
6374
  listPagingAll(options) {
6340
6375
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6341
- var e_1, _a;
6376
+ var _a, e_1, _b, _c;
6342
6377
  try {
6343
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6344
- const page = _c.value;
6345
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6378
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6379
+ _c = _f.value;
6380
+ _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
+ }
6346
6388
  }
6347
6389
  }
6348
6390
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6349
6391
  finally {
6350
6392
  try {
6351
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6393
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6352
6394
  }
6353
6395
  finally { if (e_1) throw e_1.error; }
6354
6396
  }
@@ -6398,17 +6440,24 @@ class ClustersImpl {
6398
6440
  }
6399
6441
  listByResourceGroupPagingAll(resourceGroupName, options) {
6400
6442
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6401
- var e_2, _a;
6443
+ var _a, e_2, _b, _c;
6402
6444
  try {
6403
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6404
- const page = _c.value;
6405
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6445
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6446
+ _c = _f.value;
6447
+ _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
+ }
6406
6455
  }
6407
6456
  }
6408
6457
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
6409
6458
  finally {
6410
6459
  try {
6411
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6460
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6412
6461
  }
6413
6462
  finally { if (e_2) throw e_2.error; }
6414
6463
  }
@@ -6804,17 +6853,24 @@ class HostsImpl {
6804
6853
  }
6805
6854
  listPagingAll(options) {
6806
6855
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6807
- var e_1, _a;
6856
+ var _a, e_1, _b, _c;
6808
6857
  try {
6809
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6810
- const page = _c.value;
6811
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6858
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6859
+ _c = _f.value;
6860
+ _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
+ }
6812
6868
  }
6813
6869
  }
6814
6870
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6815
6871
  finally {
6816
6872
  try {
6817
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6873
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6818
6874
  }
6819
6875
  finally { if (e_1) throw e_1.error; }
6820
6876
  }
@@ -6864,17 +6920,24 @@ class HostsImpl {
6864
6920
  }
6865
6921
  listByResourceGroupPagingAll(resourceGroupName, options) {
6866
6922
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
6867
- var e_2, _a;
6923
+ var _a, e_2, _b, _c;
6868
6924
  try {
6869
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6870
- const page = _c.value;
6871
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6925
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6926
+ _c = _f.value;
6927
+ _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
+ }
6872
6935
  }
6873
6936
  }
6874
6937
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
6875
6938
  finally {
6876
6939
  try {
6877
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6940
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6878
6941
  }
6879
6942
  finally { if (e_2) throw e_2.error; }
6880
6943
  }
@@ -7270,17 +7333,24 @@ class DatastoresImpl {
7270
7333
  }
7271
7334
  listPagingAll(options) {
7272
7335
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7273
- var e_1, _a;
7336
+ var _a, e_1, _b, _c;
7274
7337
  try {
7275
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7276
- const page = _c.value;
7277
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7338
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7339
+ _c = _f.value;
7340
+ _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
+ }
7278
7348
  }
7279
7349
  }
7280
7350
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
7281
7351
  finally {
7282
7352
  try {
7283
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7353
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7284
7354
  }
7285
7355
  finally { if (e_1) throw e_1.error; }
7286
7356
  }
@@ -7330,17 +7400,24 @@ class DatastoresImpl {
7330
7400
  }
7331
7401
  listByResourceGroupPagingAll(resourceGroupName, options) {
7332
7402
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7333
- var e_2, _a;
7403
+ var _a, e_2, _b, _c;
7334
7404
  try {
7335
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7336
- const page = _c.value;
7337
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7405
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7406
+ _c = _f.value;
7407
+ _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
+ }
7338
7415
  }
7339
7416
  }
7340
7417
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
7341
7418
  finally {
7342
7419
  try {
7343
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7420
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7344
7421
  }
7345
7422
  finally { if (e_2) throw e_2.error; }
7346
7423
  }
@@ -7736,17 +7813,24 @@ class VCentersImpl {
7736
7813
  }
7737
7814
  listPagingAll(options) {
7738
7815
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7739
- var e_1, _a;
7816
+ var _a, e_1, _b, _c;
7740
7817
  try {
7741
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7742
- const page = _c.value;
7743
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7818
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7819
+ _c = _f.value;
7820
+ _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
+ }
7744
7828
  }
7745
7829
  }
7746
7830
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
7747
7831
  finally {
7748
7832
  try {
7749
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7833
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7750
7834
  }
7751
7835
  finally { if (e_1) throw e_1.error; }
7752
7836
  }
@@ -7796,17 +7880,24 @@ class VCentersImpl {
7796
7880
  }
7797
7881
  listByResourceGroupPagingAll(resourceGroupName, options) {
7798
7882
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7799
- var e_2, _a;
7883
+ var _a, e_2, _b, _c;
7800
7884
  try {
7801
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
7802
- const page = _c.value;
7803
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7885
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7886
+ _c = _f.value;
7887
+ _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
+ }
7804
7895
  }
7805
7896
  }
7806
7897
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
7807
7898
  finally {
7808
7899
  try {
7809
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
7900
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
7810
7901
  }
7811
7902
  finally { if (e_2) throw e_2.error; }
7812
7903
  }
@@ -8202,17 +8293,24 @@ class VirtualMachineTemplatesImpl {
8202
8293
  }
8203
8294
  listPagingAll(options) {
8204
8295
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8205
- var e_1, _a;
8296
+ var _a, e_1, _b, _c;
8206
8297
  try {
8207
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
8208
- const page = _c.value;
8209
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8298
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8299
+ _c = _f.value;
8300
+ _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
+ }
8210
8308
  }
8211
8309
  }
8212
8310
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
8213
8311
  finally {
8214
8312
  try {
8215
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
8313
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
8216
8314
  }
8217
8315
  finally { if (e_1) throw e_1.error; }
8218
8316
  }
@@ -8262,17 +8360,24 @@ class VirtualMachineTemplatesImpl {
8262
8360
  }
8263
8361
  listByResourceGroupPagingAll(resourceGroupName, options) {
8264
8362
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
8265
- var e_2, _a;
8363
+ var _a, e_2, _b, _c;
8266
8364
  try {
8267
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
8268
- const page = _c.value;
8269
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8365
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8366
+ _c = _f.value;
8367
+ _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
+ }
8270
8375
  }
8271
8376
  }
8272
8377
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
8273
8378
  finally {
8274
8379
  try {
8275
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
8380
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
8276
8381
  }
8277
8382
  finally { if (e_2) throw e_2.error; }
8278
8383
  }
@@ -8668,17 +8773,24 @@ class VirtualNetworksImpl {
8668
8773
  }
8669
8774
  listPagingAll(options) {
8670
8775
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8671
- var e_1, _a;
8776
+ var _a, e_1, _b, _c;
8672
8777
  try {
8673
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
8674
- const page = _c.value;
8675
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8778
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8779
+ _c = _f.value;
8780
+ _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
+ }
8676
8788
  }
8677
8789
  }
8678
8790
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
8679
8791
  finally {
8680
8792
  try {
8681
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
8793
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
8682
8794
  }
8683
8795
  finally { if (e_1) throw e_1.error; }
8684
8796
  }
@@ -8728,17 +8840,24 @@ class VirtualNetworksImpl {
8728
8840
  }
8729
8841
  listByResourceGroupPagingAll(resourceGroupName, options) {
8730
8842
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
8731
- var e_2, _a;
8843
+ var _a, e_2, _b, _c;
8732
8844
  try {
8733
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
8734
- const page = _c.value;
8735
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8845
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8846
+ _c = _f.value;
8847
+ _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
+ }
8736
8855
  }
8737
8856
  }
8738
8857
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
8739
8858
  finally {
8740
8859
  try {
8741
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
8860
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
8742
8861
  }
8743
8862
  finally { if (e_2) throw e_2.error; }
8744
8863
  }
@@ -9136,17 +9255,24 @@ class InventoryItemsImpl {
9136
9255
  }
9137
9256
  listByVCenterPagingAll(resourceGroupName, vcenterName, options) {
9138
9257
  return tslib.__asyncGenerator(this, arguments, function* listByVCenterPagingAll_1() {
9139
- var e_1, _a;
9258
+ var _a, e_1, _b, _c;
9140
9259
  try {
9141
- for (var _b = tslib.__asyncValues(this.listByVCenterPagingPage(resourceGroupName, vcenterName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
9142
- const page = _c.value;
9143
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9260
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVCenterPagingPage(resourceGroupName, vcenterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9261
+ _c = _f.value;
9262
+ _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
+ }
9144
9270
  }
9145
9271
  }
9146
9272
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
9147
9273
  finally {
9148
9274
  try {
9149
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
9275
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
9150
9276
  }
9151
9277
  finally { if (e_1) throw e_1.error; }
9152
9278
  }
@@ -9376,17 +9502,24 @@ class HybridIdentityMetadataOperationsImpl {
9376
9502
  }
9377
9503
  listByVmPagingAll(resourceGroupName, virtualMachineName, options) {
9378
9504
  return tslib.__asyncGenerator(this, arguments, function* listByVmPagingAll_1() {
9379
- var e_1, _a;
9505
+ var _a, e_1, _b, _c;
9380
9506
  try {
9381
- for (var _b = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
9382
- const page = _c.value;
9383
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9507
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9508
+ _c = _f.value;
9509
+ _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
+ }
9384
9517
  }
9385
9518
  }
9386
9519
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
9387
9520
  finally {
9388
9521
  try {
9389
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
9522
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
9390
9523
  }
9391
9524
  finally { if (e_1) throw e_1.error; }
9392
9525
  }
@@ -9616,17 +9749,24 @@ class MachineExtensionsImpl {
9616
9749
  }
9617
9750
  listPagingAll(resourceGroupName, name, options) {
9618
9751
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
9619
- var e_1, _a;
9752
+ var _a, e_1, _b, _c;
9620
9753
  try {
9621
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, name, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
9622
- const page = _c.value;
9623
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9754
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, name, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9755
+ _c = _f.value;
9756
+ _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
+ }
9624
9764
  }
9625
9765
  }
9626
9766
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
9627
9767
  finally {
9628
9768
  try {
9629
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
9769
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
9630
9770
  }
9631
9771
  finally { if (e_1) throw e_1.error; }
9632
9772
  }
@@ -10044,17 +10184,24 @@ class GuestAgentsImpl {
10044
10184
  }
10045
10185
  listByVmPagingAll(resourceGroupName, virtualMachineName, options) {
10046
10186
  return tslib.__asyncGenerator(this, arguments, function* listByVmPagingAll_1() {
10047
- var e_1, _a;
10187
+ var _a, e_1, _b, _c;
10048
10188
  try {
10049
- for (var _b = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
10050
- const page = _c.value;
10051
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10189
+ for (var _d = true, _e = tslib.__asyncValues(this.listByVmPagingPage(resourceGroupName, virtualMachineName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
10190
+ _c = _f.value;
10191
+ _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
+ }
10052
10199
  }
10053
10200
  }
10054
10201
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
10055
10202
  finally {
10056
10203
  try {
10057
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
10204
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
10058
10205
  }
10059
10206
  finally { if (e_1) throw e_1.error; }
10060
10207
  }