@azure/arm-storage 18.2.1-alpha.20231009.1 → 18.2.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 (70) hide show
  1. package/dist/index.js +191 -274
  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/blobContainersListSample.js +6 -16
  6. package/dist-esm/samples-dev/blobContainersListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +3 -8
  8. package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/blobServicesListSample.js +3 -8
  10. package/dist-esm/samples-dev/blobServicesListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/deletedAccountsListSample.js +3 -8
  12. package/dist-esm/samples-dev/deletedAccountsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/encryptionScopesListSample.js +3 -8
  14. package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/fileSharesListSample.js +9 -24
  16. package/dist-esm/samples-dev/fileSharesListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/localUsersListSample.js +3 -8
  18. package/dist-esm/samples-dev/localUsersListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +3 -8
  20. package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  22. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
  24. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/queueListSample.js +3 -8
  26. package/dist-esm/samples-dev/queueListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/skusListSample.js +3 -8
  28. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  29. package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +3 -8
  30. package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
  31. package/dist-esm/samples-dev/storageAccountsListSample.js +3 -8
  32. package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
  33. package/dist-esm/samples-dev/tableListSample.js +3 -8
  34. package/dist-esm/samples-dev/tableListSample.js.map +1 -1
  35. package/dist-esm/samples-dev/usagesListByLocationSample.js +3 -8
  36. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
  37. package/dist-esm/src/operations/blobContainers.js +3 -8
  38. package/dist-esm/src/operations/blobContainers.js.map +1 -1
  39. package/dist-esm/src/operations/blobInventoryPolicies.js +3 -8
  40. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -1
  41. package/dist-esm/src/operations/blobServices.js +3 -8
  42. package/dist-esm/src/operations/blobServices.js.map +1 -1
  43. package/dist-esm/src/operations/deletedAccounts.js +3 -8
  44. package/dist-esm/src/operations/deletedAccounts.js.map +1 -1
  45. package/dist-esm/src/operations/encryptionScopes.js +3 -8
  46. package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
  47. package/dist-esm/src/operations/fileShares.js +3 -8
  48. package/dist-esm/src/operations/fileShares.js.map +1 -1
  49. package/dist-esm/src/operations/localUsersOperations.js +3 -8
  50. package/dist-esm/src/operations/localUsersOperations.js.map +1 -1
  51. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +3 -8
  52. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -1
  53. package/dist-esm/src/operations/operations.js +3 -8
  54. package/dist-esm/src/operations/operations.js.map +1 -1
  55. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  56. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  57. package/dist-esm/src/operations/queue.js +3 -8
  58. package/dist-esm/src/operations/queue.js.map +1 -1
  59. package/dist-esm/src/operations/skus.js +3 -8
  60. package/dist-esm/src/operations/skus.js.map +1 -1
  61. package/dist-esm/src/operations/storageAccounts.js +6 -16
  62. package/dist-esm/src/operations/storageAccounts.js.map +1 -1
  63. package/dist-esm/src/operations/tableOperations.js +3 -8
  64. package/dist-esm/src/operations/tableOperations.js.map +1 -1
  65. package/dist-esm/src/operations/usages.js +3 -8
  66. package/dist-esm/src/operations/usages.js.map +1 -1
  67. package/dist-esm/test/storage_examples.js +12 -32
  68. package/dist-esm/test/storage_examples.js.map +1 -1
  69. package/package.json +3 -10
  70. 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.
@@ -6443,167 +6440,167 @@ const FileSharesLeaseHeaders = {
6443
6440
 
6444
6441
  var Mappers = /*#__PURE__*/Object.freeze({
6445
6442
  __proto__: null,
6446
- OperationListResult: OperationListResult,
6447
- Operation: Operation,
6448
- OperationDisplay: OperationDisplay,
6449
- ServiceSpecification: ServiceSpecification,
6450
- MetricSpecification: MetricSpecification,
6451
- Dimension: Dimension,
6452
- StorageSkuListResult: StorageSkuListResult,
6453
- SkuInformation: SkuInformation,
6454
- SKUCapability: SKUCapability,
6455
- Restriction: Restriction,
6456
- StorageAccountCheckNameAvailabilityParameters: StorageAccountCheckNameAvailabilityParameters,
6443
+ AccessPolicy: AccessPolicy,
6444
+ AccountImmutabilityPolicyProperties: AccountImmutabilityPolicyProperties,
6445
+ AccountSasParameters: AccountSasParameters,
6446
+ ActiveDirectoryProperties: ActiveDirectoryProperties,
6447
+ AzureEntityResource: AzureEntityResource,
6448
+ AzureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthentication,
6449
+ BlobContainer: BlobContainer,
6450
+ BlobContainersCreateOrUpdateImmutabilityPolicyHeaders: BlobContainersCreateOrUpdateImmutabilityPolicyHeaders,
6451
+ BlobContainersDeleteImmutabilityPolicyHeaders: BlobContainersDeleteImmutabilityPolicyHeaders,
6452
+ BlobContainersExtendImmutabilityPolicyHeaders: BlobContainersExtendImmutabilityPolicyHeaders,
6453
+ BlobContainersGetImmutabilityPolicyHeaders: BlobContainersGetImmutabilityPolicyHeaders,
6454
+ BlobContainersLockImmutabilityPolicyHeaders: BlobContainersLockImmutabilityPolicyHeaders,
6455
+ BlobInventoryCreationTime: BlobInventoryCreationTime,
6456
+ BlobInventoryPolicy: BlobInventoryPolicy,
6457
+ BlobInventoryPolicyDefinition: BlobInventoryPolicyDefinition,
6458
+ BlobInventoryPolicyFilter: BlobInventoryPolicyFilter,
6459
+ BlobInventoryPolicyRule: BlobInventoryPolicyRule,
6460
+ BlobInventoryPolicySchema: BlobInventoryPolicySchema,
6461
+ BlobRestoreParameters: BlobRestoreParameters,
6462
+ BlobRestoreRange: BlobRestoreRange,
6463
+ BlobRestoreStatus: BlobRestoreStatus,
6464
+ BlobServiceItems: BlobServiceItems,
6465
+ BlobServiceProperties: BlobServiceProperties,
6466
+ ChangeFeed: ChangeFeed,
6457
6467
  CheckNameAvailabilityResult: CheckNameAvailabilityResult,
6458
- StorageAccountCreateParameters: StorageAccountCreateParameters,
6459
- Sku: Sku,
6460
- ExtendedLocation: ExtendedLocation,
6461
- Identity: Identity,
6462
- UserAssignedIdentity: UserAssignedIdentity,
6463
- SasPolicy: SasPolicy,
6464
- KeyPolicy: KeyPolicy,
6468
+ CloudError: CloudError,
6469
+ CloudErrorBody: CloudErrorBody,
6470
+ CorsRule: CorsRule,
6471
+ CorsRules: CorsRules,
6465
6472
  CustomDomain: CustomDomain,
6473
+ DateAfterCreation: DateAfterCreation,
6474
+ DateAfterModification: DateAfterModification,
6475
+ DeleteRetentionPolicy: DeleteRetentionPolicy,
6476
+ DeletedAccount: DeletedAccount,
6477
+ DeletedAccountListResult: DeletedAccountListResult,
6478
+ DeletedShare: DeletedShare,
6479
+ Dimension: Dimension,
6466
6480
  Encryption: Encryption,
6467
- EncryptionServices: EncryptionServices,
6468
- EncryptionService: EncryptionService,
6469
- KeyVaultProperties: KeyVaultProperties,
6470
6481
  EncryptionIdentity: EncryptionIdentity,
6471
- NetworkRuleSet: NetworkRuleSet,
6472
- ResourceAccessRule: ResourceAccessRule,
6473
- VirtualNetworkRule: VirtualNetworkRule,
6474
- IPRule: IPRule,
6475
- AzureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthentication,
6476
- ActiveDirectoryProperties: ActiveDirectoryProperties,
6477
- RoutingPreference: RoutingPreference,
6478
- ImmutableStorageAccount: ImmutableStorageAccount,
6479
- AccountImmutabilityPolicyProperties: AccountImmutabilityPolicyProperties,
6482
+ EncryptionScope: EncryptionScope,
6483
+ EncryptionScopeKeyVaultProperties: EncryptionScopeKeyVaultProperties,
6484
+ EncryptionScopeListResult: EncryptionScopeListResult,
6485
+ EncryptionService: EncryptionService,
6486
+ EncryptionServices: EncryptionServices,
6480
6487
  Endpoints: Endpoints,
6481
- StorageAccountMicrosoftEndpoints: StorageAccountMicrosoftEndpoints,
6482
- StorageAccountInternetEndpoints: StorageAccountInternetEndpoints,
6483
- KeyCreationTime: KeyCreationTime,
6484
- GeoReplicationStats: GeoReplicationStats,
6485
- PrivateEndpoint: PrivateEndpoint,
6486
- PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
6487
- Resource: Resource,
6488
- BlobRestoreStatus: BlobRestoreStatus,
6489
- BlobRestoreParameters: BlobRestoreParameters,
6490
- BlobRestoreRange: BlobRestoreRange,
6491
- StorageAccountSkuConversionStatus: StorageAccountSkuConversionStatus,
6492
- StorageAccountUpdateParameters: StorageAccountUpdateParameters,
6493
- DeletedAccountListResult: DeletedAccountListResult,
6488
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
6489
+ ErrorDetail: ErrorDetail,
6494
6490
  ErrorResponse: ErrorResponse,
6491
+ ErrorResponseAutoGenerated: ErrorResponseAutoGenerated,
6495
6492
  ErrorResponseBody: ErrorResponseBody,
6496
- StorageAccountListResult: StorageAccountListResult,
6497
- StorageAccountListKeysResult: StorageAccountListKeysResult,
6498
- StorageAccountKey: StorageAccountKey,
6499
- StorageAccountRegenerateKeyParameters: StorageAccountRegenerateKeyParameters,
6500
- UsageListResult: UsageListResult,
6501
- Usage: Usage,
6502
- UsageName: UsageName,
6503
- AccountSasParameters: AccountSasParameters,
6493
+ ExtendedLocation: ExtendedLocation,
6494
+ FileServiceItems: FileServiceItems,
6495
+ FileServiceProperties: FileServiceProperties,
6496
+ FileShare: FileShare,
6497
+ FileShareItem: FileShareItem,
6498
+ FileShareItems: FileShareItems,
6499
+ FileSharesLeaseHeaders: FileSharesLeaseHeaders,
6500
+ GeoReplicationStats: GeoReplicationStats,
6501
+ IPRule: IPRule,
6502
+ Identity: Identity,
6503
+ ImmutabilityPolicy: ImmutabilityPolicy,
6504
+ ImmutabilityPolicyProperties: ImmutabilityPolicyProperties,
6505
+ ImmutableStorageAccount: ImmutableStorageAccount,
6506
+ ImmutableStorageWithVersioning: ImmutableStorageWithVersioning,
6507
+ KeyCreationTime: KeyCreationTime,
6508
+ KeyPolicy: KeyPolicy,
6509
+ KeyVaultProperties: KeyVaultProperties,
6510
+ LastAccessTimeTrackingPolicy: LastAccessTimeTrackingPolicy,
6511
+ LeaseContainerRequest: LeaseContainerRequest,
6512
+ LeaseContainerResponse: LeaseContainerResponse,
6513
+ LeaseShareRequest: LeaseShareRequest,
6514
+ LeaseShareResponse: LeaseShareResponse,
6515
+ LegalHold: LegalHold,
6516
+ LegalHoldProperties: LegalHoldProperties,
6504
6517
  ListAccountSasResponse: ListAccountSasResponse,
6505
- ServiceSasParameters: ServiceSasParameters,
6518
+ ListBlobInventoryPolicy: ListBlobInventoryPolicy,
6519
+ ListContainerItem: ListContainerItem,
6520
+ ListContainerItems: ListContainerItems,
6521
+ ListQueue: ListQueue,
6522
+ ListQueueResource: ListQueueResource,
6523
+ ListQueueServices: ListQueueServices,
6506
6524
  ListServiceSasResponse: ListServiceSasResponse,
6507
- StorageAccountMigration: StorageAccountMigration,
6508
- ErrorResponseAutoGenerated: ErrorResponseAutoGenerated,
6509
- ErrorDetail: ErrorDetail,
6510
- ErrorAdditionalInfo: ErrorAdditionalInfo,
6511
- ManagementPolicySchema: ManagementPolicySchema,
6512
- ManagementPolicyRule: ManagementPolicyRule,
6513
- ManagementPolicyDefinition: ManagementPolicyDefinition,
6525
+ ListTableResource: ListTableResource,
6526
+ ListTableServices: ListTableServices,
6527
+ LocalUser: LocalUser,
6528
+ LocalUserKeys: LocalUserKeys,
6529
+ LocalUserRegeneratePasswordResult: LocalUserRegeneratePasswordResult,
6530
+ LocalUsers: LocalUsers,
6531
+ ManagementPolicy: ManagementPolicy,
6514
6532
  ManagementPolicyAction: ManagementPolicyAction,
6515
6533
  ManagementPolicyBaseBlob: ManagementPolicyBaseBlob,
6516
- DateAfterModification: DateAfterModification,
6534
+ ManagementPolicyDefinition: ManagementPolicyDefinition,
6535
+ ManagementPolicyFilter: ManagementPolicyFilter,
6536
+ ManagementPolicyRule: ManagementPolicyRule,
6537
+ ManagementPolicySchema: ManagementPolicySchema,
6517
6538
  ManagementPolicySnapShot: ManagementPolicySnapShot,
6518
- DateAfterCreation: DateAfterCreation,
6519
6539
  ManagementPolicyVersion: ManagementPolicyVersion,
6520
- ManagementPolicyFilter: ManagementPolicyFilter,
6521
- TagFilter: TagFilter,
6522
- BlobInventoryPolicySchema: BlobInventoryPolicySchema,
6523
- BlobInventoryPolicyRule: BlobInventoryPolicyRule,
6524
- BlobInventoryPolicyDefinition: BlobInventoryPolicyDefinition,
6525
- BlobInventoryPolicyFilter: BlobInventoryPolicyFilter,
6526
- BlobInventoryCreationTime: BlobInventoryCreationTime,
6527
- SystemData: SystemData,
6528
- CloudError: CloudError,
6529
- CloudErrorBody: CloudErrorBody,
6530
- ListBlobInventoryPolicy: ListBlobInventoryPolicy,
6531
- PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
6532
- PrivateLinkResourceListResult: PrivateLinkResourceListResult,
6540
+ MetricSpecification: MetricSpecification,
6541
+ Multichannel: Multichannel,
6542
+ NetworkRuleSet: NetworkRuleSet,
6533
6543
  ObjectReplicationPolicies: ObjectReplicationPolicies,
6534
- ObjectReplicationPolicyRule: ObjectReplicationPolicyRule,
6544
+ ObjectReplicationPolicy: ObjectReplicationPolicy,
6535
6545
  ObjectReplicationPolicyFilter: ObjectReplicationPolicyFilter,
6536
- LocalUsers: LocalUsers,
6546
+ ObjectReplicationPolicyRule: ObjectReplicationPolicyRule,
6547
+ Operation: Operation,
6548
+ OperationDisplay: OperationDisplay,
6549
+ OperationListResult: OperationListResult,
6537
6550
  PermissionScope: PermissionScope,
6538
- SshPublicKey: SshPublicKey,
6539
- LocalUserKeys: LocalUserKeys,
6540
- LocalUserRegeneratePasswordResult: LocalUserRegeneratePasswordResult,
6541
- EncryptionScopeKeyVaultProperties: EncryptionScopeKeyVaultProperties,
6542
- EncryptionScopeListResult: EncryptionScopeListResult,
6543
- BlobServiceItems: BlobServiceItems,
6544
- CorsRules: CorsRules,
6545
- CorsRule: CorsRule,
6546
- DeleteRetentionPolicy: DeleteRetentionPolicy,
6547
- ChangeFeed: ChangeFeed,
6548
- RestorePolicyProperties: RestorePolicyProperties,
6549
- LastAccessTimeTrackingPolicy: LastAccessTimeTrackingPolicy,
6550
- ListContainerItems: ListContainerItems,
6551
- ImmutabilityPolicyProperties: ImmutabilityPolicyProperties,
6552
- UpdateHistoryProperty: UpdateHistoryProperty,
6553
- LegalHoldProperties: LegalHoldProperties,
6554
- TagProperty: TagProperty,
6551
+ PrivateEndpoint: PrivateEndpoint,
6552
+ PrivateEndpointConnection: PrivateEndpointConnection,
6553
+ PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
6554
+ PrivateLinkResource: PrivateLinkResource,
6555
+ PrivateLinkResourceListResult: PrivateLinkResourceListResult,
6556
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
6555
6557
  ProtectedAppendWritesHistory: ProtectedAppendWritesHistory,
6556
- ImmutableStorageWithVersioning: ImmutableStorageWithVersioning,
6557
- LegalHold: LegalHold,
6558
- LeaseContainerRequest: LeaseContainerRequest,
6559
- LeaseContainerResponse: LeaseContainerResponse,
6560
- FileServiceItems: FileServiceItems,
6561
6558
  ProtocolSettings: ProtocolSettings,
6562
- SmbSetting: SmbSetting,
6563
- Multichannel: Multichannel,
6564
- FileShareItems: FileShareItems,
6565
- SignedIdentifier: SignedIdentifier,
6566
- AccessPolicy: AccessPolicy,
6567
- DeletedShare: DeletedShare,
6568
- LeaseShareRequest: LeaseShareRequest,
6569
- LeaseShareResponse: LeaseShareResponse,
6570
- ListQueueServices: ListQueueServices,
6571
- ListQueueResource: ListQueueResource,
6572
- ListTableServices: ListTableServices,
6573
- TableSignedIdentifier: TableSignedIdentifier,
6574
- TableAccessPolicy: TableAccessPolicy,
6575
- ListTableResource: ListTableResource,
6576
- PrivateEndpointConnection: PrivateEndpointConnection,
6577
- TrackedResource: TrackedResource,
6578
6559
  ProxyResource: ProxyResource,
6579
- ManagementPolicy: ManagementPolicy,
6580
- BlobInventoryPolicy: BlobInventoryPolicy,
6581
- PrivateLinkResource: PrivateLinkResource,
6582
- ObjectReplicationPolicy: ObjectReplicationPolicy,
6583
- LocalUser: LocalUser,
6584
- EncryptionScope: EncryptionScope,
6585
- BlobServiceProperties: BlobServiceProperties,
6586
- AzureEntityResource: AzureEntityResource,
6587
- FileServiceProperties: FileServiceProperties,
6588
6560
  QueueServiceProperties: QueueServiceProperties,
6589
- StorageQueue: StorageQueue,
6590
- ListQueue: ListQueue,
6591
- TableServiceProperties: TableServiceProperties,
6592
- Table: Table,
6561
+ Resource: Resource,
6562
+ ResourceAccessRule: ResourceAccessRule,
6563
+ RestorePolicyProperties: RestorePolicyProperties,
6564
+ Restriction: Restriction,
6565
+ RoutingPreference: RoutingPreference,
6566
+ SKUCapability: SKUCapability,
6567
+ SasPolicy: SasPolicy,
6568
+ ServiceSasParameters: ServiceSasParameters,
6569
+ ServiceSpecification: ServiceSpecification,
6570
+ SignedIdentifier: SignedIdentifier,
6571
+ Sku: Sku,
6572
+ SkuInformation: SkuInformation,
6573
+ SmbSetting: SmbSetting,
6574
+ SshPublicKey: SshPublicKey,
6593
6575
  StorageAccount: StorageAccount,
6594
- DeletedAccount: DeletedAccount,
6595
- ListContainerItem: ListContainerItem,
6596
- BlobContainer: BlobContainer,
6597
- ImmutabilityPolicy: ImmutabilityPolicy,
6598
- FileShareItem: FileShareItem,
6599
- FileShare: FileShare,
6576
+ StorageAccountCheckNameAvailabilityParameters: StorageAccountCheckNameAvailabilityParameters,
6577
+ StorageAccountCreateParameters: StorageAccountCreateParameters,
6578
+ StorageAccountInternetEndpoints: StorageAccountInternetEndpoints,
6579
+ StorageAccountKey: StorageAccountKey,
6580
+ StorageAccountListKeysResult: StorageAccountListKeysResult,
6581
+ StorageAccountListResult: StorageAccountListResult,
6582
+ StorageAccountMicrosoftEndpoints: StorageAccountMicrosoftEndpoints,
6583
+ StorageAccountMigration: StorageAccountMigration,
6584
+ StorageAccountRegenerateKeyParameters: StorageAccountRegenerateKeyParameters,
6585
+ StorageAccountSkuConversionStatus: StorageAccountSkuConversionStatus,
6586
+ StorageAccountUpdateParameters: StorageAccountUpdateParameters,
6600
6587
  StorageAccountsCustomerInitiatedMigrationHeaders: StorageAccountsCustomerInitiatedMigrationHeaders,
6601
- BlobContainersCreateOrUpdateImmutabilityPolicyHeaders: BlobContainersCreateOrUpdateImmutabilityPolicyHeaders,
6602
- BlobContainersGetImmutabilityPolicyHeaders: BlobContainersGetImmutabilityPolicyHeaders,
6603
- BlobContainersDeleteImmutabilityPolicyHeaders: BlobContainersDeleteImmutabilityPolicyHeaders,
6604
- BlobContainersLockImmutabilityPolicyHeaders: BlobContainersLockImmutabilityPolicyHeaders,
6605
- BlobContainersExtendImmutabilityPolicyHeaders: BlobContainersExtendImmutabilityPolicyHeaders,
6606
- FileSharesLeaseHeaders: FileSharesLeaseHeaders
6588
+ StorageQueue: StorageQueue,
6589
+ StorageSkuListResult: StorageSkuListResult,
6590
+ SystemData: SystemData,
6591
+ Table: Table,
6592
+ TableAccessPolicy: TableAccessPolicy,
6593
+ TableServiceProperties: TableServiceProperties,
6594
+ TableSignedIdentifier: TableSignedIdentifier,
6595
+ TagFilter: TagFilter,
6596
+ TagProperty: TagProperty,
6597
+ TrackedResource: TrackedResource,
6598
+ UpdateHistoryProperty: UpdateHistoryProperty,
6599
+ Usage: Usage,
6600
+ UsageListResult: UsageListResult,
6601
+ UsageName: UsageName,
6602
+ UserAssignedIdentity: UserAssignedIdentity,
6603
+ VirtualNetworkRule: VirtualNetworkRule
6607
6604
  });
6608
6605
 
6609
6606
  /*
@@ -7237,16 +7234,11 @@ class OperationsImpl {
7237
7234
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7238
7235
  var _a, e_1, _b, _c;
7239
7236
  try {
7240
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7237
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7241
7238
  _c = _f.value;
7242
7239
  _d = false;
7243
- try {
7244
- const page = _c;
7245
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7246
- }
7247
- finally {
7248
- _d = true;
7249
- }
7240
+ const page = _c;
7241
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7250
7242
  }
7251
7243
  }
7252
7244
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7331,16 +7323,11 @@ class SkusImpl {
7331
7323
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7332
7324
  var _a, e_1, _b, _c;
7333
7325
  try {
7334
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7326
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7335
7327
  _c = _f.value;
7336
7328
  _d = false;
7337
- try {
7338
- const page = _c;
7339
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7340
- }
7341
- finally {
7342
- _d = true;
7343
- }
7329
+ const page = _c;
7330
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7344
7331
  }
7345
7332
  }
7346
7333
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7459,16 +7446,11 @@ class StorageAccountsImpl {
7459
7446
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7460
7447
  var _a, e_1, _b, _c;
7461
7448
  try {
7462
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7449
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7463
7450
  _c = _f.value;
7464
7451
  _d = false;
7465
- try {
7466
- const page = _c;
7467
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7468
- }
7469
- finally {
7470
- _d = true;
7471
- }
7452
+ const page = _c;
7453
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7472
7454
  }
7473
7455
  }
7474
7456
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7528,16 +7510,11 @@ class StorageAccountsImpl {
7528
7510
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
7529
7511
  var _a, e_2, _b, _c;
7530
7512
  try {
7531
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7513
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7532
7514
  _c = _f.value;
7533
7515
  _d = false;
7534
- try {
7535
- const page = _c;
7536
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7537
- }
7538
- finally {
7539
- _d = true;
7540
- }
7516
+ const page = _c;
7517
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7541
7518
  }
7542
7519
  }
7543
7520
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -8579,16 +8556,11 @@ class DeletedAccountsImpl {
8579
8556
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8580
8557
  var _a, e_1, _b, _c;
8581
8558
  try {
8582
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8559
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8583
8560
  _c = _f.value;
8584
8561
  _d = false;
8585
- try {
8586
- const page = _c;
8587
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8588
- }
8589
- finally {
8590
- _d = true;
8591
- }
8562
+ const page = _c;
8563
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8592
8564
  }
8593
8565
  }
8594
8566
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8734,16 +8706,11 @@ class UsagesImpl {
8734
8706
  return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
8735
8707
  var _a, e_1, _b, _c;
8736
8708
  try {
8737
- for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8709
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8738
8710
  _c = _f.value;
8739
8711
  _d = false;
8740
- try {
8741
- const page = _c;
8742
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8743
- }
8744
- finally {
8745
- _d = true;
8746
- }
8712
+ const page = _c;
8713
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8747
8714
  }
8748
8715
  }
8749
8716
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8961,16 +8928,11 @@ class BlobInventoryPoliciesImpl {
8961
8928
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
8962
8929
  var _a, e_1, _b, _c;
8963
8930
  try {
8964
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8931
+ 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) {
8965
8932
  _c = _f.value;
8966
8933
  _d = false;
8967
- try {
8968
- const page = _c;
8969
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8970
- }
8971
- finally {
8972
- _d = true;
8973
- }
8934
+ const page = _c;
8935
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8974
8936
  }
8975
8937
  }
8976
8938
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -9189,16 +9151,11 @@ class PrivateEndpointConnectionsImpl {
9189
9151
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
9190
9152
  var _a, e_1, _b, _c;
9191
9153
  try {
9192
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9154
+ 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) {
9193
9155
  _c = _f.value;
9194
9156
  _d = false;
9195
- try {
9196
- const page = _c;
9197
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9198
- }
9199
- finally {
9200
- _d = true;
9201
- }
9157
+ const page = _c;
9158
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9202
9159
  }
9203
9160
  }
9204
9161
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -9474,16 +9431,11 @@ class ObjectReplicationPoliciesOperationsImpl {
9474
9431
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
9475
9432
  var _a, e_1, _b, _c;
9476
9433
  try {
9477
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9434
+ 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) {
9478
9435
  _c = _f.value;
9479
9436
  _d = false;
9480
- try {
9481
- const page = _c;
9482
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9483
- }
9484
- finally {
9485
- _d = true;
9486
- }
9437
+ const page = _c;
9438
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9487
9439
  }
9488
9440
  }
9489
9441
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -9709,16 +9661,11 @@ class LocalUsersOperationsImpl {
9709
9661
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
9710
9662
  var _a, e_1, _b, _c;
9711
9663
  try {
9712
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9664
+ 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) {
9713
9665
  _c = _f.value;
9714
9666
  _d = false;
9715
- try {
9716
- const page = _c;
9717
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9718
- }
9719
- finally {
9720
- _d = true;
9721
- }
9667
+ const page = _c;
9668
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
9722
9669
  }
9723
9670
  }
9724
9671
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -10016,16 +9963,11 @@ class EncryptionScopesImpl {
10016
9963
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
10017
9964
  var _a, e_1, _b, _c;
10018
9965
  try {
10019
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
9966
+ 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) {
10020
9967
  _c = _f.value;
10021
9968
  _d = false;
10022
- try {
10023
- const page = _c;
10024
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10025
- }
10026
- finally {
10027
- _d = true;
10028
- }
9969
+ const page = _c;
9970
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10029
9971
  }
10030
9972
  }
10031
9973
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -10299,16 +10241,11 @@ class BlobServicesImpl {
10299
10241
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
10300
10242
  var _a, e_1, _b, _c;
10301
10243
  try {
10302
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
10244
+ 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) {
10303
10245
  _c = _f.value;
10304
10246
  _d = false;
10305
- try {
10306
- const page = _c;
10307
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10308
- }
10309
- finally {
10310
- _d = true;
10311
- }
10247
+ const page = _c;
10248
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10312
10249
  }
10313
10250
  }
10314
10251
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -10490,16 +10427,11 @@ class BlobContainersImpl {
10490
10427
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
10491
10428
  var _a, e_1, _b, _c;
10492
10429
  try {
10493
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
10430
+ 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) {
10494
10431
  _c = _f.value;
10495
10432
  _d = false;
10496
- try {
10497
- const page = _c;
10498
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10499
- }
10500
- finally {
10501
- _d = true;
10502
- }
10433
+ const page = _c;
10434
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
10503
10435
  }
10504
10436
  }
10505
10437
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -11349,16 +11281,11 @@ class FileSharesImpl {
11349
11281
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
11350
11282
  var _a, e_1, _b, _c;
11351
11283
  try {
11352
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
11284
+ 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) {
11353
11285
  _c = _f.value;
11354
11286
  _d = false;
11355
- try {
11356
- const page = _c;
11357
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
11358
- }
11359
- finally {
11360
- _d = true;
11361
- }
11287
+ const page = _c;
11288
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
11362
11289
  }
11363
11290
  }
11364
11291
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -11882,16 +11809,11 @@ class QueueImpl {
11882
11809
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
11883
11810
  var _a, e_1, _b, _c;
11884
11811
  try {
11885
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
11812
+ 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) {
11886
11813
  _c = _f.value;
11887
11814
  _d = false;
11888
- try {
11889
- const page = _c;
11890
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
11891
- }
11892
- finally {
11893
- _d = true;
11894
- }
11815
+ const page = _c;
11816
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
11895
11817
  }
11896
11818
  }
11897
11819
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -12324,16 +12246,11 @@ class TableOperationsImpl {
12324
12246
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
12325
12247
  var _a, e_1, _b, _c;
12326
12248
  try {
12327
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
12249
+ 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) {
12328
12250
  _c = _f.value;
12329
12251
  _d = false;
12330
- try {
12331
- const page = _c;
12332
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
12333
- }
12334
- finally {
12335
- _d = true;
12336
- }
12252
+ const page = _c;
12253
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
12337
12254
  }
12338
12255
  }
12339
12256
  catch (e_1_1) { e_1 = { error: e_1_1 }; }