@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.
- package/dist/index.js +191 -274
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +6 -16
- package/dist-esm/samples-dev/blobContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +3 -8
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +3 -8
- package/dist-esm/samples-dev/blobServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +3 -8
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +3 -8
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +9 -24
- package/dist-esm/samples-dev/fileSharesListSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersListSample.js +3 -8
- package/dist-esm/samples-dev/localUsersListSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +3 -8
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/queueListSample.js +3 -8
- package/dist-esm/samples-dev/queueListSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +3 -8
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +3 -8
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/tableListSample.js +3 -8
- package/dist-esm/samples-dev/tableListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +3 -8
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
- package/dist-esm/src/operations/blobContainers.js +3 -8
- package/dist-esm/src/operations/blobContainers.js.map +1 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +3 -8
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -1
- package/dist-esm/src/operations/blobServices.js +3 -8
- package/dist-esm/src/operations/blobServices.js.map +1 -1
- package/dist-esm/src/operations/deletedAccounts.js +3 -8
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -1
- package/dist-esm/src/operations/encryptionScopes.js +3 -8
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
- package/dist-esm/src/operations/fileShares.js +3 -8
- package/dist-esm/src/operations/fileShares.js.map +1 -1
- package/dist-esm/src/operations/localUsersOperations.js +3 -8
- package/dist-esm/src/operations/localUsersOperations.js.map +1 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +3 -8
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/queue.js +3 -8
- package/dist-esm/src/operations/queue.js.map +1 -1
- package/dist-esm/src/operations/skus.js +3 -8
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/storageAccounts.js +6 -16
- package/dist-esm/src/operations/storageAccounts.js.map +1 -1
- package/dist-esm/src/operations/tableOperations.js +3 -8
- package/dist-esm/src/operations/tableOperations.js.map +1 -1
- package/dist-esm/src/operations/usages.js +3 -8
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/test/storage_examples.js +12 -32
- package/dist-esm/test/storage_examples.js.map +1 -1
- package/package.json +3 -10
- 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
|
|
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
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
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
|
-
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
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
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
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
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
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
|
-
|
|
6482
|
-
|
|
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
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
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
|
-
|
|
6518
|
+
ListBlobInventoryPolicy: ListBlobInventoryPolicy,
|
|
6519
|
+
ListContainerItem: ListContainerItem,
|
|
6520
|
+
ListContainerItems: ListContainerItems,
|
|
6521
|
+
ListQueue: ListQueue,
|
|
6522
|
+
ListQueueResource: ListQueueResource,
|
|
6523
|
+
ListQueueServices: ListQueueServices,
|
|
6506
6524
|
ListServiceSasResponse: ListServiceSasResponse,
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
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
|
-
|
|
6534
|
+
ManagementPolicyDefinition: ManagementPolicyDefinition,
|
|
6535
|
+
ManagementPolicyFilter: ManagementPolicyFilter,
|
|
6536
|
+
ManagementPolicyRule: ManagementPolicyRule,
|
|
6537
|
+
ManagementPolicySchema: ManagementPolicySchema,
|
|
6517
6538
|
ManagementPolicySnapShot: ManagementPolicySnapShot,
|
|
6518
|
-
DateAfterCreation: DateAfterCreation,
|
|
6519
6539
|
ManagementPolicyVersion: ManagementPolicyVersion,
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
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
|
-
|
|
6544
|
+
ObjectReplicationPolicy: ObjectReplicationPolicy,
|
|
6535
6545
|
ObjectReplicationPolicyFilter: ObjectReplicationPolicyFilter,
|
|
6536
|
-
|
|
6546
|
+
ObjectReplicationPolicyRule: ObjectReplicationPolicyRule,
|
|
6547
|
+
Operation: Operation,
|
|
6548
|
+
OperationDisplay: OperationDisplay,
|
|
6549
|
+
OperationListResult: OperationListResult,
|
|
6537
6550
|
PermissionScope: PermissionScope,
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
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
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
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
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
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
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
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
|
-
|
|
7244
|
-
|
|
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
|
-
|
|
7338
|
-
|
|
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
|
-
|
|
7466
|
-
|
|
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
|
-
|
|
7535
|
-
|
|
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
|
-
|
|
8586
|
-
|
|
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
|
-
|
|
8741
|
-
|
|
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
|
-
|
|
8968
|
-
|
|
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
|
-
|
|
9196
|
-
|
|
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
|
-
|
|
9481
|
-
|
|
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
|
-
|
|
9716
|
-
|
|
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
|
-
|
|
10023
|
-
|
|
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
|
-
|
|
10306
|
-
|
|
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
|
-
|
|
10497
|
-
|
|
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
|
-
|
|
11356
|
-
|
|
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
|
-
|
|
11889
|
-
|
|
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
|
-
|
|
12331
|
-
|
|
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 }; }
|