@azure/arm-storage 18.1.1-alpha.20230724.1 → 18.2.0-alpha.20230821.2
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/CHANGELOG.md +90 -57
- package/LICENSE +1 -1
- package/dist/index.js +519 -102
- 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/blobContainersClearLegalHoldSample.js +11 -4
- package/dist-esm/samples-dev/blobContainersClearLegalHoldSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js +15 -8
- package/dist-esm/samples-dev/blobContainersCreateOrUpdateImmutabilityPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersCreateSample.js +19 -12
- package/dist-esm/samples-dev/blobContainersCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js +12 -5
- package/dist-esm/samples-dev/blobContainersDeleteImmutabilityPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersDeleteSample.js +11 -4
- package/dist-esm/samples-dev/blobContainersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js +12 -5
- package/dist-esm/samples-dev/blobContainersExtendImmutabilityPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js +11 -4
- package/dist-esm/samples-dev/blobContainersGetImmutabilityPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersGetSample.js +15 -8
- package/dist-esm/samples-dev/blobContainersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersLeaseSample.js +15 -8
- package/dist-esm/samples-dev/blobContainersLeaseSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +15 -8
- package/dist-esm/samples-dev/blobContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js +12 -5
- package/dist-esm/samples-dev/blobContainersLockImmutabilityPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js +11 -4
- package/dist-esm/samples-dev/blobContainersObjectLevelWormSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js +15 -8
- package/dist-esm/samples-dev/blobContainersSetLegalHoldSample.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersUpdateSample.js +11 -4
- package/dist-esm/samples-dev/blobContainersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js +20 -13
- package/dist-esm/samples-dev/blobInventoryPoliciesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/blobInventoryPoliciesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js +11 -4
- package/dist-esm/samples-dev/blobInventoryPoliciesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +11 -4
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/blobServicesGetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +11 -4
- package/dist-esm/samples-dev/blobServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js +19 -12
- package/dist-esm/samples-dev/blobServicesSetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +10 -3
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +10 -3
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +12 -5
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +12 -5
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js +12 -5
- package/dist-esm/samples-dev/encryptionScopesPatchSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesPutSample.js +17 -10
- package/dist-esm/samples-dev/encryptionScopesPutSample.js.map +1 -1
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/fileServicesGetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/fileServicesListSample.js +11 -4
- package/dist-esm/samples-dev/fileServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js +19 -12
- package/dist-esm/samples-dev/fileServicesSetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesCreateSample.js +19 -12
- package/dist-esm/samples-dev/fileSharesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/fileSharesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesGetSample.js +15 -8
- package/dist-esm/samples-dev/fileSharesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesLeaseSample.js +15 -8
- package/dist-esm/samples-dev/fileSharesLeaseSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +19 -12
- package/dist-esm/samples-dev/fileSharesListSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesRestoreSample.js +11 -4
- package/dist-esm/samples-dev/fileSharesRestoreSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesUpdateSample.js +15 -8
- package/dist-esm/samples-dev/fileSharesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js +15 -8
- package/dist-esm/samples-dev/localUsersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersDeleteSample.js +11 -4
- package/dist-esm/samples-dev/localUsersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersGetSample.js +11 -4
- package/dist-esm/samples-dev/localUsersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersListKeysSample.js +11 -4
- package/dist-esm/samples-dev/localUsersListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersListSample.js +11 -4
- package/dist-esm/samples-dev/localUsersListSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js +11 -4
- package/dist-esm/samples-dev/localUsersRegeneratePasswordSample.js.map +1 -1
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js +39 -32
- package/dist-esm/samples-dev/managementPoliciesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/managementPoliciesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/managementPoliciesGetSample.js +11 -4
- package/dist-esm/samples-dev/managementPoliciesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js +23 -16
- package/dist-esm/samples-dev/objectReplicationPoliciesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/objectReplicationPoliciesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js +11 -4
- package/dist-esm/samples-dev/objectReplicationPoliciesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +11 -4
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +11 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js +11 -4
- package/dist-esm/samples-dev/privateLinkResourcesListByStorageAccountSample.js.map +1 -1
- package/dist-esm/samples-dev/queueCreateSample.js +15 -8
- package/dist-esm/samples-dev/queueCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/queueDeleteSample.js +11 -4
- package/dist-esm/samples-dev/queueDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/queueGetSample.js +11 -4
- package/dist-esm/samples-dev/queueGetSample.js.map +1 -1
- package/dist-esm/samples-dev/queueListSample.js +11 -4
- package/dist-esm/samples-dev/queueListSample.js.map +1 -1
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/queueServicesGetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/queueServicesListSample.js +11 -4
- package/dist-esm/samples-dev/queueServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/queueServicesSetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/queueUpdateSample.js +11 -4
- package/dist-esm/samples-dev/queueUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +10 -3
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsAbortHierarchicalNamespaceMigrationSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js +10 -3
- package/dist-esm/samples-dev/storageAccountsCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsCreateSample.js +55 -48
- package/dist-esm/samples-dev/storageAccountsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js +39 -0
- package/dist-esm/samples-dev/storageAccountsCustomerInitiatedMigrationSample.js.map +1 -0
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js +15 -8
- package/dist-esm/samples-dev/storageAccountsFailoverSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js +58 -0
- package/dist-esm/samples-dev/storageAccountsGetCustomerInitiatedMigrationSample.js.map +1 -0
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js +63 -16
- package/dist-esm/samples-dev/storageAccountsGetPropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsHierarchicalNamespaceMigrationSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsListAccountSasSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +10 -3
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsListServiceSasSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js +15 -8
- package/dist-esm/samples-dev/storageAccountsRegenerateKeySample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsRestoreBlobRangesSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js +11 -4
- package/dist-esm/samples-dev/storageAccountsRevokeUserDelegationKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +39 -32
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/tableCreateSample.js +15 -8
- package/dist-esm/samples-dev/tableCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/tableDeleteSample.js +11 -4
- package/dist-esm/samples-dev/tableDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/tableGetSample.js +11 -4
- package/dist-esm/samples-dev/tableGetSample.js.map +1 -1
- package/dist-esm/samples-dev/tableListSample.js +11 -4
- package/dist-esm/samples-dev/tableListSample.js.map +1 -1
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/tableServicesGetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/tableServicesListSample.js +11 -4
- package/dist-esm/samples-dev/tableServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js +11 -4
- package/dist-esm/samples-dev/tableServicesSetServicePropertiesSample.js.map +1 -1
- package/dist-esm/samples-dev/tableUpdateSample.js +15 -8
- package/dist-esm/samples-dev/tableUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +10 -3
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +213 -30
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +44 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +220 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +9 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +39 -10
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/blobContainers.d.ts +2 -2
- package/dist-esm/src/operations/blobContainers.d.ts.map +1 -1
- package/dist-esm/src/operations/blobContainers.js +14 -16
- package/dist-esm/src/operations/blobContainers.js.map +1 -1
- package/dist-esm/src/operations/blobServices.js +1 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -1
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -6
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
- package/dist-esm/src/operations/fileServices.js +1 -1
- package/dist-esm/src/operations/fileShares.js +1 -7
- package/dist-esm/src/operations/fileShares.js.map +1 -1
- package/dist-esm/src/operations/queue.js +0 -5
- package/dist-esm/src/operations/queue.js.map +1 -1
- package/dist-esm/src/operations/queueServices.js +1 -1
- package/dist-esm/src/operations/storageAccounts.d.ts +46 -7
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -1
- package/dist-esm/src/operations/storageAccounts.js +177 -30
- package/dist-esm/src/operations/storageAccounts.js.map +1 -1
- package/dist-esm/src/operations/tableOperations.js +2 -3
- package/dist-esm/src/operations/tableOperations.js.map +1 -1
- package/dist-esm/src/operations/tableServices.js +1 -1
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +47 -8
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/src/storageManagementClient.js +2 -2
- package/package.json +6 -5
- package/review/arm-storage.api.md +115 -20
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +235 -38
- package/src/models/mappers.ts +228 -0
- package/src/models/parameters.ts +42 -9
- package/src/operations/blobContainers.ts +19 -21
- package/src/operations/blobServices.ts +1 -1
- package/src/operations/deletedAccounts.ts +0 -1
- package/src/operations/encryptionScopes.ts +0 -6
- package/src/operations/fileServices.ts +1 -1
- package/src/operations/fileShares.ts +1 -7
- package/src/operations/queue.ts +0 -5
- package/src/operations/queueServices.ts +1 -1
- package/src/operations/storageAccounts.ts +240 -57
- package/src/operations/tableOperations.ts +2 -3
- package/src/operations/tableServices.ts +1 -1
- package/src/operationsInterfaces/blobContainers.ts +2 -2
- package/src/operationsInterfaces/storageAccounts.ts +68 -9
- package/src/pagingHelper.ts +4 -4
- package/src/storageManagementClient.ts +2 -2
- package/types/arm-storage.d.ts +282 -43
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsRevokeUserDelegationKeysSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsRevokeUserDelegationKeysSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"storageAccountsRevokeUserDelegationKeysSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsRevokeUserDelegationKeysSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,sCAAsC;;QACnD,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,SAAS,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,wBAAwB,CAClE,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,sCAAsC,EAAE,CAAC;IAC3C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
15
17
|
*
|
|
16
18
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountEnableAD.json
|
|
18
20
|
*/
|
|
19
21
|
function storageAccountEnableAd() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res9407";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
23
25
|
const accountName = "sto8596";
|
|
24
26
|
const parameters = {
|
|
25
27
|
azureFilesIdentityBasedAuthentication: {
|
|
@@ -42,17 +44,16 @@ function storageAccountEnableAd() {
|
|
|
42
44
|
console.log(result);
|
|
43
45
|
});
|
|
44
46
|
}
|
|
45
|
-
storageAccountEnableAd().catch(console.error);
|
|
46
47
|
/**
|
|
47
48
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
48
49
|
*
|
|
49
50
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
50
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
51
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountEnableCMK.json
|
|
51
52
|
*/
|
|
52
53
|
function storageAccountEnableCmk() {
|
|
53
54
|
return __awaiter(this, void 0, void 0, function* () {
|
|
54
|
-
const subscriptionId = "{subscription-id}";
|
|
55
|
-
const resourceGroupName = "res9407";
|
|
55
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
56
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
56
57
|
const accountName = "sto8596";
|
|
57
58
|
const parameters = {
|
|
58
59
|
encryption: {
|
|
@@ -74,17 +75,16 @@ function storageAccountEnableCmk() {
|
|
|
74
75
|
console.log(result);
|
|
75
76
|
});
|
|
76
77
|
}
|
|
77
|
-
storageAccountEnableCmk().catch(console.error);
|
|
78
78
|
/**
|
|
79
79
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
80
80
|
*
|
|
81
81
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
82
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
82
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdate.json
|
|
83
83
|
*/
|
|
84
84
|
function storageAccountUpdate() {
|
|
85
85
|
return __awaiter(this, void 0, void 0, function* () {
|
|
86
|
-
const subscriptionId = "{subscription-id}";
|
|
87
|
-
const resourceGroupName = "res9407";
|
|
86
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
87
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
88
88
|
const accountName = "sto8596";
|
|
89
89
|
const parameters = {
|
|
90
90
|
allowBlobPublicAccess: false,
|
|
@@ -123,17 +123,16 @@ function storageAccountUpdate() {
|
|
|
123
123
|
console.log(result);
|
|
124
124
|
});
|
|
125
125
|
}
|
|
126
|
-
storageAccountUpdate().catch(console.error);
|
|
127
126
|
/**
|
|
128
127
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
129
128
|
*
|
|
130
129
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
131
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
130
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdateAllowedCopyScopeToAAD.json
|
|
132
131
|
*/
|
|
133
132
|
function storageAccountUpdateAllowedCopyScopeToAad() {
|
|
134
133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
135
|
-
const subscriptionId = "{subscription-id}";
|
|
136
|
-
const resourceGroupName = "res9407";
|
|
134
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
135
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
137
136
|
const accountName = "sto8596";
|
|
138
137
|
const parameters = {
|
|
139
138
|
allowBlobPublicAccess: false,
|
|
@@ -170,17 +169,16 @@ function storageAccountUpdateAllowedCopyScopeToAad() {
|
|
|
170
169
|
console.log(result);
|
|
171
170
|
});
|
|
172
171
|
}
|
|
173
|
-
storageAccountUpdateAllowedCopyScopeToAad().catch(console.error);
|
|
174
172
|
/**
|
|
175
173
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
176
174
|
*
|
|
177
175
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
178
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
176
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdateDisablePublicNetworkAccess.json
|
|
179
177
|
*/
|
|
180
178
|
function storageAccountUpdateDisablePublicNetworkAccess() {
|
|
181
179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
182
|
-
const subscriptionId = "{subscription-id}";
|
|
183
|
-
const resourceGroupName = "res9407";
|
|
180
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
181
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
184
182
|
const accountName = "sto8596";
|
|
185
183
|
const parameters = {
|
|
186
184
|
allowBlobPublicAccess: false,
|
|
@@ -217,17 +215,16 @@ function storageAccountUpdateDisablePublicNetworkAccess() {
|
|
|
217
215
|
console.log(result);
|
|
218
216
|
});
|
|
219
217
|
}
|
|
220
|
-
storageAccountUpdateDisablePublicNetworkAccess().catch(console.error);
|
|
221
218
|
/**
|
|
222
219
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
223
220
|
*
|
|
224
221
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
225
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
222
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdateUserAssignedEncryptionIdentityWithCMK.json
|
|
226
223
|
*/
|
|
227
224
|
function storageAccountUpdateUserAssignedEncryptionIdentityWithCmk() {
|
|
228
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
229
|
-
const subscriptionId = "{subscription-id}";
|
|
230
|
-
const resourceGroupName = "res9101";
|
|
226
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
227
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9101";
|
|
231
228
|
const accountName = "sto4445";
|
|
232
229
|
const parameters = {
|
|
233
230
|
encryption: {
|
|
@@ -260,17 +257,16 @@ function storageAccountUpdateUserAssignedEncryptionIdentityWithCmk() {
|
|
|
260
257
|
console.log(result);
|
|
261
258
|
});
|
|
262
259
|
}
|
|
263
|
-
storageAccountUpdateUserAssignedEncryptionIdentityWithCmk().catch(console.error);
|
|
264
260
|
/**
|
|
265
261
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
266
262
|
*
|
|
267
263
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
268
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
264
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdateUserAssignedIdentityWithFederatedIdentityClientId.json
|
|
269
265
|
*/
|
|
270
266
|
function storageAccountUpdateUserAssignedIdentityWithFederatedIdentityClientId() {
|
|
271
267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
272
|
-
const subscriptionId = "{subscription-id}";
|
|
273
|
-
const resourceGroupName = "res131918";
|
|
268
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
269
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res131918";
|
|
274
270
|
const accountName = "sto131918";
|
|
275
271
|
const parameters = {
|
|
276
272
|
encryption: {
|
|
@@ -304,17 +300,16 @@ function storageAccountUpdateUserAssignedIdentityWithFederatedIdentityClientId()
|
|
|
304
300
|
console.log(result);
|
|
305
301
|
});
|
|
306
302
|
}
|
|
307
|
-
storageAccountUpdateUserAssignedIdentityWithFederatedIdentityClientId().catch(console.error);
|
|
308
303
|
/**
|
|
309
304
|
* This sample demonstrates how to The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
310
305
|
*
|
|
311
306
|
* @summary The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.
|
|
312
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
307
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountUpdateWithImmutabilityPolicy.json
|
|
313
308
|
*/
|
|
314
309
|
function storageAccountUpdateWithImmutabilityPolicy() {
|
|
315
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
316
|
-
const subscriptionId = "{subscription-id}";
|
|
317
|
-
const resourceGroupName = "res9407";
|
|
311
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
312
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9407";
|
|
318
313
|
const accountName = "sto8596";
|
|
319
314
|
const parameters = {
|
|
320
315
|
immutableStorageWithVersioning: {
|
|
@@ -332,5 +327,17 @@ function storageAccountUpdateWithImmutabilityPolicy() {
|
|
|
332
327
|
console.log(result);
|
|
333
328
|
});
|
|
334
329
|
}
|
|
335
|
-
|
|
330
|
+
function main() {
|
|
331
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
332
|
+
storageAccountEnableAd();
|
|
333
|
+
storageAccountEnableCmk();
|
|
334
|
+
storageAccountUpdate();
|
|
335
|
+
storageAccountUpdateAllowedCopyScopeToAad();
|
|
336
|
+
storageAccountUpdateDisablePublicNetworkAccess();
|
|
337
|
+
storageAccountUpdateUserAssignedEncryptionIdentityWithCmk();
|
|
338
|
+
storageAccountUpdateUserAssignedIdentityWithFederatedIdentityClientId();
|
|
339
|
+
storageAccountUpdateWithImmutabilityPolicy();
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
main().catch(console.error);
|
|
336
343
|
//# sourceMappingURL=storageAccountsUpdateSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"storageAccountsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/storageAccountsUpdateSample.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Creates a new table with the specified table name, under the specified account.
|
|
15
17
|
*
|
|
16
18
|
* @summary Creates a new table with the specified table name, under the specified account.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableOperationPut.json
|
|
18
20
|
*/
|
|
19
21
|
function tableOperationPut() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res3376";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res3376";
|
|
23
25
|
const accountName = "sto328";
|
|
24
26
|
const tableName = "table6185";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
@@ -28,17 +30,16 @@ function tableOperationPut() {
|
|
|
28
30
|
console.log(result);
|
|
29
31
|
});
|
|
30
32
|
}
|
|
31
|
-
tableOperationPut().catch(console.error);
|
|
32
33
|
/**
|
|
33
34
|
* This sample demonstrates how to Creates a new table with the specified table name, under the specified account.
|
|
34
35
|
*
|
|
35
36
|
* @summary Creates a new table with the specified table name, under the specified account.
|
|
36
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
37
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableOperationPutOrPatchAcls.json
|
|
37
38
|
*/
|
|
38
39
|
function tableOperationPutOrPatchAcls() {
|
|
39
40
|
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
-
const subscriptionId = "{subscription-id}";
|
|
41
|
-
const resourceGroupName = "res3376";
|
|
41
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
42
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res3376";
|
|
42
43
|
const accountName = "sto328";
|
|
43
44
|
const tableName = "table6185";
|
|
44
45
|
const parameters = {
|
|
@@ -68,5 +69,11 @@ function tableOperationPutOrPatchAcls() {
|
|
|
68
69
|
console.log(result);
|
|
69
70
|
});
|
|
70
71
|
}
|
|
71
|
-
|
|
72
|
+
function main() {
|
|
73
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
+
tableOperationPut();
|
|
75
|
+
tableOperationPutOrPatchAcls();
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
main().catch(console.error);
|
|
72
79
|
//# sourceMappingURL=tableCreateSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableCreateSample.js","sourceRoot":"","sources":["../../samples-dev/tableCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAGL,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableCreateSample.js","sourceRoot":"","sources":["../../samples-dev/tableCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAGL,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,MAAM,CAChD,iBAAiB,EACjB,WAAW,EACX,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,UAAU,GAAU;YACxB,iBAAiB,EAAE;gBACjB;oBACE,YAAY,EAAE;wBACZ,UAAU,EAAE,IAAI,IAAI,CAAC,8BAA8B,CAAC;wBACpD,UAAU,EAAE,MAAM;wBAClB,SAAS,EAAE,IAAI,IAAI,CAAC,8BAA8B,CAAC;qBACpD;oBACD,EAAE,EAAE,6CAA6C;iBAClD;gBACD;oBACE,YAAY,EAAE;wBACZ,UAAU,EAAE,IAAI,IAAI,CAAC,8BAA8B,CAAC;wBACpD,UAAU,EAAE,KAAK;wBACjB,SAAS,EAAE,IAAI,IAAI,CAAC,8BAA8B,CAAC;qBACpD;oBACD,EAAE,EAAE,6CAA6C;iBAClD;aACF;SACF,CAAC;QACF,MAAM,OAAO,GAA8B,EAAE,UAAU,EAAE,CAAC;QAC1D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,MAAM,CAChD,iBAAiB,EACjB,WAAW,EACX,SAAS,EACT,OAAO,CACR,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,iBAAiB,EAAE,CAAC;QACpB,4BAA4B,EAAE,CAAC;IACjC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Deletes the table with the specified table name, under the specified account if it exists.
|
|
15
17
|
*
|
|
16
18
|
* @summary Deletes the table with the specified table name, under the specified account if it exists.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableOperationDelete.json
|
|
18
20
|
*/
|
|
19
21
|
function tableOperationDelete() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res3376";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res3376";
|
|
23
25
|
const accountName = "sto328";
|
|
24
26
|
const tableName = "table6185";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
@@ -28,5 +30,10 @@ function tableOperationDelete() {
|
|
|
28
30
|
console.log(result);
|
|
29
31
|
});
|
|
30
32
|
}
|
|
31
|
-
|
|
33
|
+
function main() {
|
|
34
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
tableOperationDelete();
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
main().catch(console.error);
|
|
32
39
|
//# sourceMappingURL=tableDeleteSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/tableDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/tableDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,MAAM,CAChD,iBAAiB,EACjB,WAAW,EACX,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,oBAAoB,EAAE,CAAC;IACzB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Gets the table with the specified table name, under the specified account if it exists.
|
|
15
17
|
*
|
|
16
18
|
* @summary Gets the table with the specified table name, under the specified account if it exists.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableOperationGet.json
|
|
18
20
|
*/
|
|
19
21
|
function tableOperationGet() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res3376";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res3376";
|
|
23
25
|
const accountName = "sto328";
|
|
24
26
|
const tableName = "table6185";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
@@ -28,5 +30,10 @@ function tableOperationGet() {
|
|
|
28
30
|
console.log(result);
|
|
29
31
|
});
|
|
30
32
|
}
|
|
31
|
-
|
|
33
|
+
function main() {
|
|
34
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
tableOperationGet();
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
main().catch(console.error);
|
|
32
39
|
//# sourceMappingURL=tableGetSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableGetSample.js","sourceRoot":"","sources":["../../samples-dev/tableGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableGetSample.js","sourceRoot":"","sources":["../../samples-dev/tableGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,GAAG,CAC7C,iBAAiB,EACjB,WAAW,EACX,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,iBAAiB,EAAE,CAAC;IACtB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,17 +10,19 @@ import { __asyncValues, __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Gets a list of all the tables under the specified storage account
|
|
15
17
|
*
|
|
16
18
|
* @summary Gets a list of all the tables under the specified storage account
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableOperationList.json
|
|
18
20
|
*/
|
|
19
21
|
function tableOperationList() {
|
|
20
22
|
var _a, e_1, _b, _c;
|
|
21
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const subscriptionId = "{subscription-id}";
|
|
23
|
-
const resourceGroupName = "res9290";
|
|
24
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9290";
|
|
24
26
|
const accountName = "sto328";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
26
28
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
@@ -48,5 +50,10 @@ function tableOperationList() {
|
|
|
48
50
|
console.log(resArray);
|
|
49
51
|
});
|
|
50
52
|
}
|
|
51
|
-
|
|
53
|
+
function main() {
|
|
54
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
+
tableOperationList();
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
main().catch(console.error);
|
|
52
59
|
//# sourceMappingURL=tableListSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableListSample.js","sourceRoot":"","sources":["../../samples-dev/tableListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableListSample.js","sourceRoot":"","sources":["../../samples-dev/tableListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,kBAAkB;;;QAC/B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,IAAI,CAChD,iBAAiB,EACjB,WAAW,CACZ,CAAA,IAAA;gBAHsB,cAGtB;gBAHsB,WAGtB;;oBAHU,IAAI,IAAI,KAAA,CAAA;oBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,kBAAkB,EAAE,CAAC;IACvB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
15
17
|
*
|
|
16
18
|
* @summary Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableServicesGet.json
|
|
18
20
|
*/
|
|
19
21
|
function tableServicesGet() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res4410";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res4410";
|
|
23
25
|
const accountName = "sto8607";
|
|
24
26
|
const credential = new DefaultAzureCredential();
|
|
25
27
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
@@ -27,5 +29,10 @@ function tableServicesGet() {
|
|
|
27
29
|
console.log(result);
|
|
28
30
|
});
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
function main() {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
tableServicesGet();
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
main().catch(console.error);
|
|
31
38
|
//# sourceMappingURL=tableServicesGetServicePropertiesSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableServicesGetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesGetServicePropertiesSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableServicesGetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesGetServicePropertiesSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,gBAAgB;;QAC7B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,SAAS,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,oBAAoB,CAC5D,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,gBAAgB,EAAE,CAAC;IACrB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to List all table services for the storage account.
|
|
15
17
|
*
|
|
16
18
|
* @summary List all table services for the storage account.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableServicesList.json
|
|
18
20
|
*/
|
|
19
21
|
function tableServicesList() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res9290";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res9290";
|
|
23
25
|
const accountName = "sto1590";
|
|
24
26
|
const credential = new DefaultAzureCredential();
|
|
25
27
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
@@ -27,5 +29,10 @@ function tableServicesList() {
|
|
|
27
29
|
console.log(result);
|
|
28
30
|
});
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
function main() {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
tableServicesList();
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
main().catch(console.error);
|
|
31
38
|
//# sourceMappingURL=tableServicesListSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableServicesListSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableServicesListSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,SAAS,CAAC;QAC9B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,IAAI,CAC5C,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,iBAAiB,EAAE,CAAC;IACtB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,16 +10,18 @@ import { __awaiter } from "tslib";
|
|
|
10
10
|
// Licensed under the MIT License.
|
|
11
11
|
import { StorageManagementClient } from "@azure/arm-storage";
|
|
12
12
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
+
import * as dotenv from "dotenv";
|
|
14
|
+
dotenv.config();
|
|
13
15
|
/**
|
|
14
16
|
* This sample demonstrates how to Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
15
17
|
*
|
|
16
18
|
* @summary Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
17
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
19
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/TableServicesPut.json
|
|
18
20
|
*/
|
|
19
21
|
function tableServicesPut() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res4410";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res4410";
|
|
23
25
|
const accountName = "sto8607";
|
|
24
26
|
const parameters = {
|
|
25
27
|
cors: {
|
|
@@ -65,5 +67,10 @@ function tableServicesPut() {
|
|
|
65
67
|
console.log(result);
|
|
66
68
|
});
|
|
67
69
|
}
|
|
68
|
-
|
|
70
|
+
function main() {
|
|
71
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
72
|
+
tableServicesPut();
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
main().catch(console.error);
|
|
69
76
|
//# sourceMappingURL=tableServicesSetServicePropertiesSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesSetServicePropertiesSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"tableServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/tableServicesSetServicePropertiesSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,gBAAgB;;QAC7B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,SAAS,CAAC;QAC7E,MAAM,WAAW,GAAG,SAAS,CAAC;QAC9B,MAAM,UAAU,GAA2B;YACzC,IAAI,EAAE;gBACJ,SAAS,EAAE;oBACT;wBACE,cAAc,EAAE;4BACd,eAAe;4BACf,iBAAiB;4BACjB,mBAAmB;yBACpB;wBACD,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,CAAC;wBAClE,cAAc,EAAE,CAAC,wBAAwB,EAAE,yBAAyB,CAAC;wBACrE,cAAc,EAAE,CAAC,aAAa,CAAC;wBAC/B,eAAe,EAAE,GAAG;qBACrB;oBACD;wBACE,cAAc,EAAE,CAAC,GAAG,CAAC;wBACrB,cAAc,EAAE,CAAC,KAAK,CAAC;wBACvB,cAAc,EAAE,CAAC,GAAG,CAAC;wBACrB,cAAc,EAAE,CAAC,GAAG,CAAC;wBACrB,eAAe,EAAE,CAAC;qBACnB;oBACD;wBACE,cAAc,EAAE,CAAC,2BAA2B,CAAC;wBAC7C,cAAc,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;wBAC9B,cAAc,EAAE;4BACd,sBAAsB;4BACtB,4BAA4B;yBAC7B;wBACD,cAAc,EAAE;4BACd,eAAe;4BACf,iBAAiB;4BACjB,mBAAmB;yBACpB;wBACD,eAAe,EAAE,IAAI;qBACtB;iBACF;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,uBAAuB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACvE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,oBAAoB,CAC5D,iBAAiB,EACjB,WAAW,EACX,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,gBAAgB,EAAE,CAAC;IACrB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|