@azure/arm-storage-profile-2020-09-01-hybrid 2.1.1-alpha.20231009.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 (40) hide show
  1. package/dist/index.js +97 -145
  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 +3 -10
  40. 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.
@@ -3195,88 +3192,88 @@ const StorageAccount = {
3195
3192
 
3196
3193
  var Mappers = /*#__PURE__*/Object.freeze({
3197
3194
  __proto__: null,
3198
- OperationListResult: OperationListResult,
3199
- Operation: Operation,
3200
- OperationDisplay: OperationDisplay,
3201
- ServiceSpecification: ServiceSpecification,
3202
- MetricSpecification: MetricSpecification,
3203
- Dimension: Dimension,
3204
- StorageSkuListResult: StorageSkuListResult,
3205
- SkuInformation: SkuInformation,
3206
- SKUCapability: SKUCapability,
3207
- Restriction: Restriction,
3208
- StorageAccountCheckNameAvailabilityParameters: StorageAccountCheckNameAvailabilityParameters,
3195
+ AccountSasParameters: AccountSasParameters,
3196
+ ActiveDirectoryProperties: ActiveDirectoryProperties,
3197
+ AzureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthentication,
3198
+ BlobInventoryPolicy: BlobInventoryPolicy,
3199
+ BlobInventoryPolicyDefinition: BlobInventoryPolicyDefinition,
3200
+ BlobInventoryPolicyFilter: BlobInventoryPolicyFilter,
3201
+ BlobInventoryPolicyRule: BlobInventoryPolicyRule,
3202
+ BlobInventoryPolicySchema: BlobInventoryPolicySchema,
3203
+ BlobRestoreParameters: BlobRestoreParameters,
3204
+ BlobRestoreRange: BlobRestoreRange,
3205
+ BlobRestoreStatus: BlobRestoreStatus,
3209
3206
  CheckNameAvailabilityResult: CheckNameAvailabilityResult,
3210
- StorageAccountCreateParameters: StorageAccountCreateParameters,
3211
- Sku: Sku,
3212
- Identity: Identity,
3213
3207
  CustomDomain: CustomDomain,
3208
+ DateAfterCreation: DateAfterCreation,
3209
+ DateAfterModification: DateAfterModification,
3210
+ Dimension: Dimension,
3214
3211
  Encryption: Encryption,
3215
- EncryptionServices: EncryptionServices,
3212
+ EncryptionScope: EncryptionScope,
3213
+ EncryptionScopeKeyVaultProperties: EncryptionScopeKeyVaultProperties,
3214
+ EncryptionScopeListResult: EncryptionScopeListResult,
3216
3215
  EncryptionService: EncryptionService,
3217
- KeyVaultProperties: KeyVaultProperties,
3218
- NetworkRuleSet: NetworkRuleSet,
3219
- VirtualNetworkRule: VirtualNetworkRule,
3220
- IPRule: IPRule,
3221
- AzureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthentication,
3222
- ActiveDirectoryProperties: ActiveDirectoryProperties,
3223
- RoutingPreference: RoutingPreference,
3216
+ EncryptionServices: EncryptionServices,
3224
3217
  Endpoints: Endpoints,
3225
- StorageAccountMicrosoftEndpoints: StorageAccountMicrosoftEndpoints,
3226
- StorageAccountInternetEndpoints: StorageAccountInternetEndpoints,
3218
+ ErrorResponse: ErrorResponse,
3219
+ ErrorResponseBody: ErrorResponseBody,
3227
3220
  GeoReplicationStats: GeoReplicationStats,
3228
- PrivateEndpoint: PrivateEndpoint,
3229
- PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
3230
- Resource: Resource,
3231
- BlobRestoreStatus: BlobRestoreStatus,
3232
- BlobRestoreParameters: BlobRestoreParameters,
3233
- BlobRestoreRange: BlobRestoreRange,
3234
- StorageAccountUpdateParameters: StorageAccountUpdateParameters,
3235
- StorageAccountListResult: StorageAccountListResult,
3236
- StorageAccountListKeysResult: StorageAccountListKeysResult,
3237
- StorageAccountKey: StorageAccountKey,
3238
- StorageAccountRegenerateKeyParameters: StorageAccountRegenerateKeyParameters,
3239
- UsageListResult: UsageListResult,
3240
- Usage: Usage,
3241
- UsageName: UsageName,
3242
- AccountSasParameters: AccountSasParameters,
3221
+ IPRule: IPRule,
3222
+ Identity: Identity,
3223
+ KeyVaultProperties: KeyVaultProperties,
3243
3224
  ListAccountSasResponse: ListAccountSasResponse,
3244
- ServiceSasParameters: ServiceSasParameters,
3225
+ ListBlobInventoryPolicy: ListBlobInventoryPolicy,
3245
3226
  ListServiceSasResponse: ListServiceSasResponse,
3246
- ManagementPolicySchema: ManagementPolicySchema,
3247
- ManagementPolicyRule: ManagementPolicyRule,
3248
- ManagementPolicyDefinition: ManagementPolicyDefinition,
3227
+ ManagementPolicy: ManagementPolicy,
3249
3228
  ManagementPolicyAction: ManagementPolicyAction,
3250
3229
  ManagementPolicyBaseBlob: ManagementPolicyBaseBlob,
3251
- DateAfterModification: DateAfterModification,
3230
+ ManagementPolicyDefinition: ManagementPolicyDefinition,
3231
+ ManagementPolicyFilter: ManagementPolicyFilter,
3232
+ ManagementPolicyRule: ManagementPolicyRule,
3233
+ ManagementPolicySchema: ManagementPolicySchema,
3252
3234
  ManagementPolicySnapShot: ManagementPolicySnapShot,
3253
- DateAfterCreation: DateAfterCreation,
3254
3235
  ManagementPolicyVersion: ManagementPolicyVersion,
3255
- ManagementPolicyFilter: ManagementPolicyFilter,
3256
- TagFilter: TagFilter,
3257
- BlobInventoryPolicySchema: BlobInventoryPolicySchema,
3258
- BlobInventoryPolicyRule: BlobInventoryPolicyRule,
3259
- BlobInventoryPolicyDefinition: BlobInventoryPolicyDefinition,
3260
- BlobInventoryPolicyFilter: BlobInventoryPolicyFilter,
3261
- SystemData: SystemData,
3262
- ErrorResponse: ErrorResponse,
3263
- ErrorResponseBody: ErrorResponseBody,
3264
- ListBlobInventoryPolicy: ListBlobInventoryPolicy,
3265
- PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
3266
- PrivateLinkResourceListResult: PrivateLinkResourceListResult,
3236
+ MetricSpecification: MetricSpecification,
3237
+ NetworkRuleSet: NetworkRuleSet,
3267
3238
  ObjectReplicationPolicies: ObjectReplicationPolicies,
3268
- ObjectReplicationPolicyRule: ObjectReplicationPolicyRule,
3239
+ ObjectReplicationPolicy: ObjectReplicationPolicy,
3269
3240
  ObjectReplicationPolicyFilter: ObjectReplicationPolicyFilter,
3270
- EncryptionScopeKeyVaultProperties: EncryptionScopeKeyVaultProperties,
3271
- EncryptionScopeListResult: EncryptionScopeListResult,
3241
+ ObjectReplicationPolicyRule: ObjectReplicationPolicyRule,
3242
+ Operation: Operation,
3243
+ OperationDisplay: OperationDisplay,
3244
+ OperationListResult: OperationListResult,
3245
+ PrivateEndpoint: PrivateEndpoint,
3272
3246
  PrivateEndpointConnection: PrivateEndpointConnection,
3273
- TrackedResource: TrackedResource,
3274
- ManagementPolicy: ManagementPolicy,
3275
- BlobInventoryPolicy: BlobInventoryPolicy,
3247
+ PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
3276
3248
  PrivateLinkResource: PrivateLinkResource,
3277
- ObjectReplicationPolicy: ObjectReplicationPolicy,
3278
- EncryptionScope: EncryptionScope,
3279
- StorageAccount: StorageAccount
3249
+ PrivateLinkResourceListResult: PrivateLinkResourceListResult,
3250
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
3251
+ Resource: Resource,
3252
+ Restriction: Restriction,
3253
+ RoutingPreference: RoutingPreference,
3254
+ SKUCapability: SKUCapability,
3255
+ ServiceSasParameters: ServiceSasParameters,
3256
+ ServiceSpecification: ServiceSpecification,
3257
+ Sku: Sku,
3258
+ SkuInformation: SkuInformation,
3259
+ StorageAccount: StorageAccount,
3260
+ StorageAccountCheckNameAvailabilityParameters: StorageAccountCheckNameAvailabilityParameters,
3261
+ StorageAccountCreateParameters: StorageAccountCreateParameters,
3262
+ StorageAccountInternetEndpoints: StorageAccountInternetEndpoints,
3263
+ StorageAccountKey: StorageAccountKey,
3264
+ StorageAccountListKeysResult: StorageAccountListKeysResult,
3265
+ StorageAccountListResult: StorageAccountListResult,
3266
+ StorageAccountMicrosoftEndpoints: StorageAccountMicrosoftEndpoints,
3267
+ StorageAccountRegenerateKeyParameters: StorageAccountRegenerateKeyParameters,
3268
+ StorageAccountUpdateParameters: StorageAccountUpdateParameters,
3269
+ StorageSkuListResult: StorageSkuListResult,
3270
+ SystemData: SystemData,
3271
+ TagFilter: TagFilter,
3272
+ TrackedResource: TrackedResource,
3273
+ Usage: Usage,
3274
+ UsageListResult: UsageListResult,
3275
+ UsageName: UsageName,
3276
+ VirtualNetworkRule: VirtualNetworkRule
3280
3277
  });
3281
3278
 
3282
3279
  /*
@@ -3569,16 +3566,11 @@ class OperationsImpl {
3569
3566
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3570
3567
  var _a, e_1, _b, _c;
3571
3568
  try {
3572
- 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) {
3573
3570
  _c = _f.value;
3574
3571
  _d = false;
3575
- try {
3576
- const page = _c;
3577
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3578
- }
3579
- finally {
3580
- _d = true;
3581
- }
3572
+ const page = _c;
3573
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3582
3574
  }
3583
3575
  }
3584
3576
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3663,16 +3655,11 @@ class SkusImpl {
3663
3655
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3664
3656
  var _a, e_1, _b, _c;
3665
3657
  try {
3666
- 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) {
3667
3659
  _c = _f.value;
3668
3660
  _d = false;
3669
- try {
3670
- const page = _c;
3671
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3672
- }
3673
- finally {
3674
- _d = true;
3675
- }
3661
+ const page = _c;
3662
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3676
3663
  }
3677
3664
  }
3678
3665
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3799,16 +3786,11 @@ class StorageAccountsImpl {
3799
3786
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3800
3787
  var _a, e_1, _b, _c;
3801
3788
  try {
3802
- 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) {
3803
3790
  _c = _f.value;
3804
3791
  _d = false;
3805
- try {
3806
- const page = _c;
3807
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3808
- }
3809
- finally {
3810
- _d = true;
3811
- }
3792
+ const page = _c;
3793
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3812
3794
  }
3813
3795
  }
3814
3796
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3855,16 +3837,11 @@ class StorageAccountsImpl {
3855
3837
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3856
3838
  var _a, e_2, _b, _c;
3857
3839
  try {
3858
- 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) {
3859
3841
  _c = _f.value;
3860
3842
  _d = false;
3861
- try {
3862
- const page = _c;
3863
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3864
- }
3865
- finally {
3866
- _d = true;
3867
- }
3843
+ const page = _c;
3844
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3868
3845
  }
3869
3846
  }
3870
3847
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4536,16 +4513,11 @@ class UsagesImpl {
4536
4513
  return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
4537
4514
  var _a, e_1, _b, _c;
4538
4515
  try {
4539
- 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) {
4540
4517
  _c = _f.value;
4541
4518
  _d = false;
4542
- try {
4543
- const page = _c;
4544
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4545
- }
4546
- finally {
4547
- _d = true;
4548
- }
4519
+ const page = _c;
4520
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4549
4521
  }
4550
4522
  }
4551
4523
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4763,16 +4735,11 @@ class BlobInventoryPoliciesImpl {
4763
4735
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4764
4736
  var _a, e_1, _b, _c;
4765
4737
  try {
4766
- 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) {
4767
4739
  _c = _f.value;
4768
4740
  _d = false;
4769
- try {
4770
- const page = _c;
4771
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4772
- }
4773
- finally {
4774
- _d = true;
4775
- }
4741
+ const page = _c;
4742
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4776
4743
  }
4777
4744
  }
4778
4745
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4991,16 +4958,11 @@ class PrivateEndpointConnectionsImpl {
4991
4958
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4992
4959
  var _a, e_1, _b, _c;
4993
4960
  try {
4994
- 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) {
4995
4962
  _c = _f.value;
4996
4963
  _d = false;
4997
- try {
4998
- const page = _c;
4999
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5000
- }
5001
- finally {
5002
- _d = true;
5003
- }
4964
+ const page = _c;
4965
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5004
4966
  }
5005
4967
  }
5006
4968
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5276,16 +5238,11 @@ class ObjectReplicationPoliciesOperationsImpl {
5276
5238
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5277
5239
  var _a, e_1, _b, _c;
5278
5240
  try {
5279
- 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) {
5280
5242
  _c = _f.value;
5281
5243
  _d = false;
5282
- try {
5283
- const page = _c;
5284
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5285
- }
5286
- finally {
5287
- _d = true;
5288
- }
5244
+ const page = _c;
5245
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5289
5246
  }
5290
5247
  }
5291
5248
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5518,16 +5475,11 @@ class EncryptionScopesImpl {
5518
5475
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5519
5476
  var _a, e_1, _b, _c;
5520
5477
  try {
5521
- 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) {
5522
5479
  _c = _f.value;
5523
5480
  _d = false;
5524
- try {
5525
- const page = _c;
5526
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5527
- }
5528
- finally {
5529
- _d = true;
5530
- }
5481
+ const page = _c;
5482
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5531
5483
  }
5532
5484
  }
5533
5485
  catch (e_1_1) { e_1 = { error: e_1_1 }; }