@azure/arm-storage-profile-2020-09-01-hybrid 2.1.1-alpha.20231016.1 → 2.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 (39) hide show
  1. package/dist/index.js +27 -72
  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/blobInventoryPoliciesListSample.js +3 -8
  6. package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/encryptionScopesListSample.js +3 -8
  8. package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +3 -8
  10. package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  12. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
  14. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/skusListSample.js +3 -8
  16. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +3 -8
  18. package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
  19. package/dist-esm/samples-dev/storageAccountsListSample.js +3 -8
  20. package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/usagesListByLocationSample.js +3 -8
  22. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
  23. package/dist-esm/src/operations/blobInventoryPolicies.js +3 -8
  24. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -1
  25. package/dist-esm/src/operations/encryptionScopes.js +3 -8
  26. package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
  27. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +3 -8
  28. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -1
  29. package/dist-esm/src/operations/operations.js +3 -8
  30. package/dist-esm/src/operations/operations.js.map +1 -1
  31. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  32. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  33. package/dist-esm/src/operations/skus.js +3 -8
  34. package/dist-esm/src/operations/skus.js.map +1 -1
  35. package/dist-esm/src/operations/storageAccounts.js +6 -16
  36. package/dist-esm/src/operations/storageAccounts.js.map +1 -1
  37. package/dist-esm/src/operations/usages.js +3 -8
  38. package/dist-esm/src/operations/usages.js.map +1 -1
  39. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3566,16 +3566,11 @@ class OperationsImpl {
3566
3566
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3567
3567
  var _a, e_1, _b, _c;
3568
3568
  try {
3569
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3569
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3570
3570
  _c = _f.value;
3571
3571
  _d = false;
3572
- try {
3573
- const page = _c;
3574
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3575
- }
3576
- finally {
3577
- _d = true;
3578
- }
3572
+ const page = _c;
3573
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3579
3574
  }
3580
3575
  }
3581
3576
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3660,16 +3655,11 @@ class SkusImpl {
3660
3655
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3661
3656
  var _a, e_1, _b, _c;
3662
3657
  try {
3663
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3658
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3664
3659
  _c = _f.value;
3665
3660
  _d = false;
3666
- try {
3667
- const page = _c;
3668
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3669
- }
3670
- finally {
3671
- _d = true;
3672
- }
3661
+ const page = _c;
3662
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3673
3663
  }
3674
3664
  }
3675
3665
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3796,16 +3786,11 @@ class StorageAccountsImpl {
3796
3786
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3797
3787
  var _a, e_1, _b, _c;
3798
3788
  try {
3799
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3789
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3800
3790
  _c = _f.value;
3801
3791
  _d = false;
3802
- try {
3803
- const page = _c;
3804
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3805
- }
3806
- finally {
3807
- _d = true;
3808
- }
3792
+ const page = _c;
3793
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3809
3794
  }
3810
3795
  }
3811
3796
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3852,16 +3837,11 @@ class StorageAccountsImpl {
3852
3837
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3853
3838
  var _a, e_2, _b, _c;
3854
3839
  try {
3855
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3840
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3856
3841
  _c = _f.value;
3857
3842
  _d = false;
3858
- try {
3859
- const page = _c;
3860
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3861
- }
3862
- finally {
3863
- _d = true;
3864
- }
3843
+ const page = _c;
3844
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3865
3845
  }
3866
3846
  }
3867
3847
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4533,16 +4513,11 @@ class UsagesImpl {
4533
4513
  return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
4534
4514
  var _a, e_1, _b, _c;
4535
4515
  try {
4536
- for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4516
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4537
4517
  _c = _f.value;
4538
4518
  _d = false;
4539
- try {
4540
- const page = _c;
4541
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4542
- }
4543
- finally {
4544
- _d = true;
4545
- }
4519
+ const page = _c;
4520
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4546
4521
  }
4547
4522
  }
4548
4523
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4760,16 +4735,11 @@ class BlobInventoryPoliciesImpl {
4760
4735
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4761
4736
  var _a, e_1, _b, _c;
4762
4737
  try {
4763
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4738
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4764
4739
  _c = _f.value;
4765
4740
  _d = false;
4766
- try {
4767
- const page = _c;
4768
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4769
- }
4770
- finally {
4771
- _d = true;
4772
- }
4741
+ const page = _c;
4742
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4773
4743
  }
4774
4744
  }
4775
4745
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4988,16 +4958,11 @@ class PrivateEndpointConnectionsImpl {
4988
4958
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4989
4959
  var _a, e_1, _b, _c;
4990
4960
  try {
4991
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4961
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4992
4962
  _c = _f.value;
4993
4963
  _d = false;
4994
- try {
4995
- const page = _c;
4996
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4997
- }
4998
- finally {
4999
- _d = true;
5000
- }
4964
+ const page = _c;
4965
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5001
4966
  }
5002
4967
  }
5003
4968
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5273,16 +5238,11 @@ class ObjectReplicationPoliciesOperationsImpl {
5273
5238
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5274
5239
  var _a, e_1, _b, _c;
5275
5240
  try {
5276
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5241
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5277
5242
  _c = _f.value;
5278
5243
  _d = false;
5279
- try {
5280
- const page = _c;
5281
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5282
- }
5283
- finally {
5284
- _d = true;
5285
- }
5244
+ const page = _c;
5245
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5286
5246
  }
5287
5247
  }
5288
5248
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5515,16 +5475,11 @@ class EncryptionScopesImpl {
5515
5475
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5516
5476
  var _a, e_1, _b, _c;
5517
5477
  try {
5518
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5478
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5519
5479
  _c = _f.value;
5520
5480
  _d = false;
5521
- try {
5522
- const page = _c;
5523
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5524
- }
5525
- finally {
5526
- _d = true;
5527
- }
5481
+ const page = _c;
5482
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5528
5483
  }
5529
5484
  }
5530
5485
  catch (e_1_1) { e_1 = { error: e_1_1 }; }