@azure/arm-vmwarecloudsimple 3.1.1-alpha.20231016.1 → 3.1.1-alpha.20231030.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 (55) hide show
  1. package/dist/index.js +42 -112
  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 +4 -4
package/dist/index.js CHANGED
@@ -2949,16 +2949,11 @@ class OperationsImpl {
2949
2949
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2950
2950
  var _a, e_1, _b, _c;
2951
2951
  try {
2952
- 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) {
2953
2953
  _c = _f.value;
2954
2954
  _d = false;
2955
- try {
2956
- const page = _c;
2957
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2958
- }
2959
- finally {
2960
- _d = true;
2961
- }
2955
+ const page = _c;
2956
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2962
2957
  }
2963
2958
  }
2964
2959
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3146,16 +3141,11 @@ class DedicatedCloudNodesImpl {
3146
3141
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3147
3142
  var _a, e_1, _b, _c;
3148
3143
  try {
3149
- 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) {
3150
3145
  _c = _f.value;
3151
3146
  _d = false;
3152
- try {
3153
- const page = _c;
3154
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3155
- }
3156
- finally {
3157
- _d = true;
3158
- }
3147
+ const page = _c;
3148
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3159
3149
  }
3160
3150
  }
3161
3151
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3213,16 +3203,11 @@ class DedicatedCloudNodesImpl {
3213
3203
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3214
3204
  var _a, e_2, _b, _c;
3215
3205
  try {
3216
- 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) {
3217
3207
  _c = _f.value;
3218
3208
  _d = false;
3219
- try {
3220
- const page = _c;
3221
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3222
- }
3223
- finally {
3224
- _d = true;
3225
- }
3209
+ const page = _c;
3210
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3226
3211
  }
3227
3212
  }
3228
3213
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -3615,16 +3600,11 @@ class DedicatedCloudServicesImpl {
3615
3600
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3616
3601
  var _a, e_1, _b, _c;
3617
3602
  try {
3618
- 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) {
3619
3604
  _c = _f.value;
3620
3605
  _d = false;
3621
- try {
3622
- const page = _c;
3623
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3624
- }
3625
- finally {
3626
- _d = true;
3627
- }
3606
+ const page = _c;
3607
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3628
3608
  }
3629
3609
  }
3630
3610
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3682,16 +3662,11 @@ class DedicatedCloudServicesImpl {
3682
3662
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3683
3663
  var _a, e_2, _b, _c;
3684
3664
  try {
3685
- 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) {
3686
3666
  _c = _f.value;
3687
3667
  _d = false;
3688
- try {
3689
- const page = _c;
3690
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3691
- }
3692
- finally {
3693
- _d = true;
3694
- }
3668
+ const page = _c;
3669
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3695
3670
  }
3696
3671
  }
3697
3672
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4067,16 +4042,11 @@ class SkusAvailabilityImpl {
4067
4042
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4068
4043
  var _a, e_1, _b, _c;
4069
4044
  try {
4070
- 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) {
4071
4046
  _c = _f.value;
4072
4047
  _d = false;
4073
- try {
4074
- const page = _c;
4075
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4076
- }
4077
- finally {
4078
- _d = true;
4079
- }
4048
+ const page = _c;
4049
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4080
4050
  }
4081
4051
  }
4082
4052
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4212,16 +4182,11 @@ class PrivateCloudsImpl {
4212
4182
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4213
4183
  var _a, e_1, _b, _c;
4214
4184
  try {
4215
- 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) {
4216
4186
  _c = _f.value;
4217
4187
  _d = false;
4218
- try {
4219
- const page = _c;
4220
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4221
- }
4222
- finally {
4223
- _d = true;
4224
- }
4188
+ const page = _c;
4189
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4225
4190
  }
4226
4191
  }
4227
4192
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4388,16 +4353,11 @@ class CustomizationPoliciesImpl {
4388
4353
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4389
4354
  var _a, e_1, _b, _c;
4390
4355
  try {
4391
- 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) {
4392
4357
  _c = _f.value;
4393
4358
  _d = false;
4394
- try {
4395
- const page = _c;
4396
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4397
- }
4398
- finally {
4399
- _d = true;
4400
- }
4359
+ const page = _c;
4360
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4401
4361
  }
4402
4362
  }
4403
4363
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4570,16 +4530,11 @@ class ResourcePoolsImpl {
4570
4530
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4571
4531
  var _a, e_1, _b, _c;
4572
4532
  try {
4573
- 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) {
4574
4534
  _c = _f.value;
4575
4535
  _d = false;
4576
- try {
4577
- const page = _c;
4578
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4579
- }
4580
- finally {
4581
- _d = true;
4582
- }
4536
+ const page = _c;
4537
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4583
4538
  }
4584
4539
  }
4585
4540
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4753,16 +4708,11 @@ class VirtualMachineTemplatesImpl {
4753
4708
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4754
4709
  var _a, e_1, _b, _c;
4755
4710
  try {
4756
- 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) {
4757
4712
  _c = _f.value;
4758
4713
  _d = false;
4759
- try {
4760
- const page = _c;
4761
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4762
- }
4763
- finally {
4764
- _d = true;
4765
- }
4714
+ const page = _c;
4715
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4766
4716
  }
4767
4717
  }
4768
4718
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4937,16 +4887,11 @@ class VirtualNetworksImpl {
4937
4887
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4938
4888
  var _a, e_1, _b, _c;
4939
4889
  try {
4940
- 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) {
4941
4891
  _c = _f.value;
4942
4892
  _d = false;
4943
- try {
4944
- const page = _c;
4945
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4946
- }
4947
- finally {
4948
- _d = true;
4949
- }
4893
+ const page = _c;
4894
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4950
4895
  }
4951
4896
  }
4952
4897
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5119,16 +5064,11 @@ class UsagesImpl {
5119
5064
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5120
5065
  var _a, e_1, _b, _c;
5121
5066
  try {
5122
- 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) {
5123
5068
  _c = _f.value;
5124
5069
  _d = false;
5125
- try {
5126
- const page = _c;
5127
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5128
- }
5129
- finally {
5130
- _d = true;
5131
- }
5070
+ const page = _c;
5071
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5132
5072
  }
5133
5073
  }
5134
5074
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5263,16 +5203,11 @@ class VirtualMachinesImpl {
5263
5203
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
5264
5204
  var _a, e_1, _b, _c;
5265
5205
  try {
5266
- 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) {
5267
5207
  _c = _f.value;
5268
5208
  _d = false;
5269
- try {
5270
- const page = _c;
5271
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5272
- }
5273
- finally {
5274
- _d = true;
5275
- }
5209
+ const page = _c;
5210
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5276
5211
  }
5277
5212
  }
5278
5213
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5330,16 +5265,11 @@ class VirtualMachinesImpl {
5330
5265
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
5331
5266
  var _a, e_2, _b, _c;
5332
5267
  try {
5333
- 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) {
5334
5269
  _c = _f.value;
5335
5270
  _d = false;
5336
- try {
5337
- const page = _c;
5338
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5339
- }
5340
- finally {
5341
- _d = true;
5342
- }
5271
+ const page = _c;
5272
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5343
5273
  }
5344
5274
  }
5345
5275
  catch (e_2_1) { e_2 = { error: e_2_1 }; }