@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":"blobServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/blobServicesSetServicePropertiesSample.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":"blobServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/blobServicesSetServicePropertiesSample.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,15 +10,17 @@ 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 Get properties of specified deleted account resource.
|
|
15
17
|
*
|
|
16
18
|
* @summary Get properties of specified deleted account resource.
|
|
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/DeletedAccountGet.json
|
|
18
20
|
*/
|
|
19
21
|
function deletedAccountGet() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
22
24
|
const deletedAccountName = "sto1125";
|
|
23
25
|
const location = "eastus";
|
|
24
26
|
const credential = new DefaultAzureCredential();
|
|
@@ -27,5 +29,10 @@ function deletedAccountGet() {
|
|
|
27
29
|
console.log(result);
|
|
28
30
|
});
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
function main() {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
deletedAccountGet();
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
main().catch(console.error);
|
|
31
38
|
//# sourceMappingURL=deletedAccountsGetSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccountsGetSample.js","sourceRoot":"","sources":["../../samples-dev/deletedAccountsGetSample.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":"deletedAccountsGetSample.js","sourceRoot":"","sources":["../../samples-dev/deletedAccountsGetSample.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,kBAAkB,GAAG,SAAS,CAAC;QACrC,MAAM,QAAQ,GAAG,QAAQ,CAAC;QAC1B,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,CAAC,kBAAkB,EAAE,QAAQ,CAAC,CAAC;QAC9E,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 { __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 Lists deleted accounts under the subscription.
|
|
15
17
|
*
|
|
16
18
|
* @summary Lists deleted accounts under the subscription.
|
|
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/DeletedAccountList.json
|
|
18
20
|
*/
|
|
19
21
|
function deletedAccountList() {
|
|
20
22
|
var _a, e_1, _b, _c;
|
|
21
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const subscriptionId = "{subscription-id}";
|
|
24
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
23
25
|
const credential = new DefaultAzureCredential();
|
|
24
26
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
25
27
|
const resArray = new Array();
|
|
@@ -46,5 +48,10 @@ function deletedAccountList() {
|
|
|
46
48
|
console.log(resArray);
|
|
47
49
|
});
|
|
48
50
|
}
|
|
49
|
-
|
|
51
|
+
function main() {
|
|
52
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
53
|
+
deletedAccountList();
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
main().catch(console.error);
|
|
50
57
|
//# sourceMappingURL=deletedAccountsListSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccountsListSample.js","sourceRoot":"","sources":["../../samples-dev/deletedAccountsListSample.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":"deletedAccountsListSample.js","sourceRoot":"","sources":["../../samples-dev/deletedAccountsListSample.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,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,EAAE,CAAA,IAAA;gBAA7B,cAA6B;gBAA7B,WAA6B;;oBAAzC,IAAI,IAAI,KAAA,CAAA;oBACjB,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,17 +10,19 @@ 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 Returns the properties for the specified encryption scope.
|
|
15
17
|
*
|
|
16
18
|
* @summary Returns the properties for the specified encryption scope.
|
|
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/StorageAccountGetEncryptionScope.json
|
|
18
20
|
*/
|
|
19
21
|
function storageAccountGetEncryptionScope() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "resource-group-name";
|
|
23
|
-
const accountName = "
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "resource-group-name";
|
|
25
|
+
const accountName = "accountname";
|
|
24
26
|
const encryptionScopeName = "{encryption-scope-name}";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
26
28
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
@@ -28,5 +30,10 @@ function storageAccountGetEncryptionScope() {
|
|
|
28
30
|
console.log(result);
|
|
29
31
|
});
|
|
30
32
|
}
|
|
31
|
-
|
|
33
|
+
function main() {
|
|
34
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
storageAccountGetEncryptionScope();
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
main().catch(console.error);
|
|
32
39
|
//# sourceMappingURL=encryptionScopesGetSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopesGetSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesGetSample.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":"encryptionScopesGetSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesGetSample.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,gCAAgC;;QAC7C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,qBAAqB,CAAC;QACjE,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,mBAAmB,GAAG,yBAAyB,CAAC;QACtD,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,gBAAgB,CAAC,GAAG,CAC9C,iBAAiB,EACjB,WAAW,EACX,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,gCAAgC,EAAE,CAAC;IACrC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,18 +10,20 @@ 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 Lists all the encryption scopes available under the specified storage account.
|
|
15
17
|
*
|
|
16
18
|
* @summary Lists all the encryption scopes available 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/StorageAccountEncryptionScopeList.json
|
|
18
20
|
*/
|
|
19
21
|
function storageAccountEncryptionScopeList() {
|
|
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 = "resource-group-name";
|
|
24
|
-
const accountName = "
|
|
24
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
25
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "resource-group-name";
|
|
26
|
+
const accountName = "accountname";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
26
28
|
const client = new StorageManagementClient(credential, subscriptionId);
|
|
27
29
|
const resArray = new Array();
|
|
@@ -48,5 +50,10 @@ function storageAccountEncryptionScopeList() {
|
|
|
48
50
|
console.log(resArray);
|
|
49
51
|
});
|
|
50
52
|
}
|
|
51
|
-
|
|
53
|
+
function main() {
|
|
54
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
+
storageAccountEncryptionScopeList();
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
main().catch(console.error);
|
|
52
59
|
//# sourceMappingURL=encryptionScopesListSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopesListSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesListSample.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":"encryptionScopesListSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesListSample.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,iCAAiC;;;QAC9C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,qBAAqB,CAAC;QACjE,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,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,gBAAgB,CAAC,IAAI,CACjD,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,iCAAiC,EAAE,CAAC;IACtC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,17 +10,19 @@ 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 Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
|
|
15
17
|
*
|
|
16
18
|
* @summary Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
|
|
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/StorageAccountPatchEncryptionScope.json
|
|
18
20
|
*/
|
|
19
21
|
function storageAccountPatchEncryptionScope() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "resource-group-name";
|
|
23
|
-
const accountName = "
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "resource-group-name";
|
|
25
|
+
const accountName = "accountname";
|
|
24
26
|
const encryptionScopeName = "{encryption-scope-name}";
|
|
25
27
|
const encryptionScope = {
|
|
26
28
|
keyVaultProperties: {
|
|
@@ -34,5 +36,10 @@ function storageAccountPatchEncryptionScope() {
|
|
|
34
36
|
console.log(result);
|
|
35
37
|
});
|
|
36
38
|
}
|
|
37
|
-
|
|
39
|
+
function main() {
|
|
40
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
+
storageAccountPatchEncryptionScope();
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
main().catch(console.error);
|
|
38
45
|
//# sourceMappingURL=encryptionScopesPatchSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopesPatchSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesPatchSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAmB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"encryptionScopesPatchSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesPatchSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAmB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,kCAAkC;;QAC/C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,qBAAqB,CAAC;QACjE,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,mBAAmB,GAAG,yBAAyB,CAAC;QACtD,MAAM,eAAe,GAAoB;YACvC,kBAAkB,EAAE;gBAClB,MAAM,EACJ,oEAAoE;aACvE;YACD,MAAM,EAAE,oBAAoB;SAC7B,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,gBAAgB,CAAC,KAAK,CAChD,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACnB,eAAe,CAChB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,kCAAkC,EAAE,CAAC;IACvC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -10,17 +10,19 @@ 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 Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.
|
|
15
17
|
*
|
|
16
18
|
* @summary Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.
|
|
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/StorageAccountPutEncryptionScope.json
|
|
18
20
|
*/
|
|
19
21
|
function storageAccountPutEncryptionScope() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "resource-group-name";
|
|
23
|
-
const accountName = "
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "resource-group-name";
|
|
25
|
+
const accountName = "accountname";
|
|
24
26
|
const encryptionScopeName = "{encryption-scope-name}";
|
|
25
27
|
const encryptionScope = {};
|
|
26
28
|
const credential = new DefaultAzureCredential();
|
|
@@ -29,18 +31,17 @@ function storageAccountPutEncryptionScope() {
|
|
|
29
31
|
console.log(result);
|
|
30
32
|
});
|
|
31
33
|
}
|
|
32
|
-
storageAccountPutEncryptionScope().catch(console.error);
|
|
33
34
|
/**
|
|
34
35
|
* This sample demonstrates how to Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.
|
|
35
36
|
*
|
|
36
37
|
* @summary Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.
|
|
37
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
38
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/StorageAccountPutEncryptionScopeWithInfrastructureEncryption.json
|
|
38
39
|
*/
|
|
39
40
|
function storageAccountPutEncryptionScopeWithInfrastructureEncryption() {
|
|
40
41
|
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
-
const subscriptionId = "{subscription-id}";
|
|
42
|
-
const resourceGroupName = "resource-group-name";
|
|
43
|
-
const accountName = "
|
|
42
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
43
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "resource-group-name";
|
|
44
|
+
const accountName = "accountname";
|
|
44
45
|
const encryptionScopeName = "{encryption-scope-name}";
|
|
45
46
|
const encryptionScope = {
|
|
46
47
|
requireInfrastructureEncryption: true
|
|
@@ -51,5 +52,11 @@ function storageAccountPutEncryptionScopeWithInfrastructureEncryption() {
|
|
|
51
52
|
console.log(result);
|
|
52
53
|
});
|
|
53
54
|
}
|
|
54
|
-
|
|
55
|
+
function main() {
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
storageAccountPutEncryptionScope();
|
|
58
|
+
storageAccountPutEncryptionScopeWithInfrastructureEncryption();
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
main().catch(console.error);
|
|
55
62
|
//# sourceMappingURL=encryptionScopesPutSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopesPutSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesPutSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAmB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"encryptionScopesPutSample.js","sourceRoot":"","sources":["../../samples-dev/encryptionScopesPutSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAmB,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,gCAAgC;;QAC7C,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,qBAAqB,CAAC;QACjE,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,mBAAmB,GAAG,yBAAyB,CAAC;QACtD,MAAM,eAAe,GAAoB,EAAE,CAAC;QAC5C,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,gBAAgB,CAAC,GAAG,CAC9C,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACnB,eAAe,CAChB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,4DAA4D;;QACzE,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,qBAAqB,CAAC;QACjE,MAAM,WAAW,GAAG,aAAa,CAAC;QAClC,MAAM,mBAAmB,GAAG,yBAAyB,CAAC;QACtD,MAAM,eAAe,GAAoB;YACvC,+BAA+B,EAAE,IAAI;SACtC,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,gBAAgB,CAAC,GAAG,CAC9C,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACnB,eAAe,CAChB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,gCAAgC,EAAE,CAAC;QACnC,4DAA4D,EAAE,CAAC;IACjE,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 file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
15
17
|
*
|
|
16
18
|
* @summary Gets the properties of file services in storage accounts, including 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/FileServicesGet.json
|
|
18
20
|
*/
|
|
19
21
|
function getFileServices() {
|
|
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 getFileServices() {
|
|
|
27
29
|
console.log(result);
|
|
28
30
|
});
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
function main() {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
getFileServices();
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
main().catch(console.error);
|
|
31
38
|
//# sourceMappingURL=fileServicesGetServicePropertiesSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileServicesGetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesGetServicePropertiesSample.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":"fileServicesGetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesGetServicePropertiesSample.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,eAAe;;QAC5B,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,YAAY,CAAC,oBAAoB,CAC3D,iBAAiB,EACjB,WAAW,CACZ,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,eAAe,EAAE,CAAC;IACpB,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 file services in storage accounts
|
|
15
17
|
*
|
|
16
18
|
* @summary List all file services in storage accounts
|
|
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/FileServicesList.json
|
|
18
20
|
*/
|
|
19
21
|
function listFileServices() {
|
|
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 listFileServices() {
|
|
|
27
29
|
console.log(result);
|
|
28
30
|
});
|
|
29
31
|
}
|
|
30
|
-
|
|
32
|
+
function main() {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
listFileServices();
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
main().catch(console.error);
|
|
31
38
|
//# sourceMappingURL=fileServicesListSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileServicesListSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesListSample.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":"fileServicesListSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesListSample.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,YAAY,CAAC,IAAI,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;QAC9E,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 Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
15
17
|
*
|
|
16
18
|
* @summary Sets the properties of file services in storage accounts, including 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/FileServicesPut.json
|
|
18
20
|
*/
|
|
19
21
|
function putFileServices() {
|
|
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,17 +67,16 @@ function putFileServices() {
|
|
|
65
67
|
console.log(result);
|
|
66
68
|
});
|
|
67
69
|
}
|
|
68
|
-
putFileServices().catch(console.error);
|
|
69
70
|
/**
|
|
70
71
|
* This sample demonstrates how to Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
71
72
|
*
|
|
72
73
|
* @summary Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
73
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
74
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/FileServicesPut_EnableSMBMultichannel.json
|
|
74
75
|
*/
|
|
75
76
|
function putFileServicesEnableSmbMultichannel() {
|
|
76
77
|
return __awaiter(this, void 0, void 0, function* () {
|
|
77
|
-
const subscriptionId = "{subscription-id}";
|
|
78
|
-
const resourceGroupName = "res4410";
|
|
78
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
79
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res4410";
|
|
79
80
|
const accountName = "sto8607";
|
|
80
81
|
const parameters = {
|
|
81
82
|
protocolSettings: { smb: { multichannel: { enabled: true } } }
|
|
@@ -86,17 +87,16 @@ function putFileServicesEnableSmbMultichannel() {
|
|
|
86
87
|
console.log(result);
|
|
87
88
|
});
|
|
88
89
|
}
|
|
89
|
-
putFileServicesEnableSmbMultichannel().catch(console.error);
|
|
90
90
|
/**
|
|
91
91
|
* This sample demonstrates how to Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
92
92
|
*
|
|
93
93
|
* @summary Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
|
94
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
94
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/FileServicesPut_EnableSecureSmbFeatures.json
|
|
95
95
|
*/
|
|
96
96
|
function putFileServicesEnableSecureSmbFeatures() {
|
|
97
97
|
return __awaiter(this, void 0, void 0, function* () {
|
|
98
|
-
const subscriptionId = "{subscription-id}";
|
|
99
|
-
const resourceGroupName = "res4410";
|
|
98
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
99
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res4410";
|
|
100
100
|
const accountName = "sto8607";
|
|
101
101
|
const parameters = {
|
|
102
102
|
protocolSettings: {
|
|
@@ -114,5 +114,12 @@ function putFileServicesEnableSecureSmbFeatures() {
|
|
|
114
114
|
console.log(result);
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
|
-
|
|
117
|
+
function main() {
|
|
118
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
119
|
+
putFileServices();
|
|
120
|
+
putFileServicesEnableSmbMultichannel();
|
|
121
|
+
putFileServicesEnableSecureSmbFeatures();
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
main().catch(console.error);
|
|
118
125
|
//# sourceMappingURL=fileServicesSetServicePropertiesSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesSetServicePropertiesSample.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":"fileServicesSetServicePropertiesSample.js","sourceRoot":"","sources":["../../samples-dev/fileServicesSetServicePropertiesSample.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 share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
15
17
|
*
|
|
16
18
|
* @summary Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
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/FileSharesPut_NFS.json
|
|
18
20
|
*/
|
|
19
21
|
function createNfsShares() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res346";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res346";
|
|
23
25
|
const accountName = "sto666";
|
|
24
26
|
const shareName = "share1235";
|
|
25
27
|
const fileShare = { enabledProtocols: "NFS" };
|
|
@@ -29,17 +31,16 @@ function createNfsShares() {
|
|
|
29
31
|
console.log(result);
|
|
30
32
|
});
|
|
31
33
|
}
|
|
32
|
-
createNfsShares().catch(console.error);
|
|
33
34
|
/**
|
|
34
35
|
* This sample demonstrates how to Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
35
36
|
*
|
|
36
37
|
* @summary Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
37
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
38
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/FileSharesPut.json
|
|
38
39
|
*/
|
|
39
40
|
function putShares() {
|
|
40
41
|
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
-
const subscriptionId = "{subscription-id}";
|
|
42
|
-
const resourceGroupName = "res3376";
|
|
42
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
43
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res3376";
|
|
43
44
|
const accountName = "sto328";
|
|
44
45
|
const shareName = "share6185";
|
|
45
46
|
const fileShare = {};
|
|
@@ -49,17 +50,16 @@ function putShares() {
|
|
|
49
50
|
console.log(result);
|
|
50
51
|
});
|
|
51
52
|
}
|
|
52
|
-
putShares().catch(console.error);
|
|
53
53
|
/**
|
|
54
54
|
* This sample demonstrates how to Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
55
55
|
*
|
|
56
56
|
* @summary Creates a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
|
|
57
|
-
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/
|
|
57
|
+
* x-ms-original-file: specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/examples/FileSharesPut_AccessTier.json
|
|
58
58
|
*/
|
|
59
59
|
function putSharesWithAccessTier() {
|
|
60
60
|
return __awaiter(this, void 0, void 0, function* () {
|
|
61
|
-
const subscriptionId = "{subscription-id}";
|
|
62
|
-
const resourceGroupName = "res346";
|
|
61
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
62
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res346";
|
|
63
63
|
const accountName = "sto666";
|
|
64
64
|
const shareName = "share1235";
|
|
65
65
|
const fileShare = { accessTier: "Hot" };
|
|
@@ -69,5 +69,12 @@ function putSharesWithAccessTier() {
|
|
|
69
69
|
console.log(result);
|
|
70
70
|
});
|
|
71
71
|
}
|
|
72
|
-
|
|
72
|
+
function main() {
|
|
73
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
+
createNfsShares();
|
|
75
|
+
putShares();
|
|
76
|
+
putSharesWithAccessTier();
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
main().catch(console.error);
|
|
73
80
|
//# sourceMappingURL=fileSharesCreateSample.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileSharesCreateSample.js","sourceRoot":"","sources":["../../samples-dev/fileSharesCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAa,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"fileSharesCreateSample.js","sourceRoot":"","sources":["../../samples-dev/fileSharesCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAa,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,eAAe;;QAC5B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,QAAQ,CAAC;QAC5E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,SAAS,GAAc,EAAE,gBAAgB,EAAE,KAAK,EAAE,CAAC;QACzD,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,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,SAAS;;QACtB,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,SAAS,GAAc,EAAE,CAAC;QAChC,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,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,uBAAuB;;QACpC,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,IAAI,mBAAmB,CAAC;QAChE,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,QAAQ,CAAC;QAC5E,MAAM,WAAW,GAAG,QAAQ,CAAC;QAC7B,MAAM,SAAS,GAAG,WAAW,CAAC;QAC9B,MAAM,SAAS,GAAc,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC;QACnD,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,UAAU,CAAC,MAAM,CAC3C,iBAAiB,EACjB,WAAW,EACX,SAAS,EACT,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,eAAe,EAAE,CAAC;QAClB,SAAS,EAAE,CAAC;QACZ,uBAAuB,EAAE,CAAC;IAC5B,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 specified share under its account.
|
|
15
17
|
*
|
|
16
18
|
* @summary Deletes specified share under its 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/FileSharesDelete.json
|
|
18
20
|
*/
|
|
19
21
|
function deleteShares() {
|
|
20
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const subscriptionId = "{subscription-id}";
|
|
22
|
-
const resourceGroupName = "res4079";
|
|
23
|
+
const subscriptionId = process.env["STORAGE_SUBSCRIPTION_ID"] || "{subscription-id}";
|
|
24
|
+
const resourceGroupName = process.env["STORAGE_RESOURCE_GROUP"] || "res4079";
|
|
23
25
|
const accountName = "sto4506";
|
|
24
26
|
const shareName = "share9689";
|
|
25
27
|
const credential = new DefaultAzureCredential();
|
|
@@ -28,5 +30,10 @@ function deleteShares() {
|
|
|
28
30
|
console.log(result);
|
|
29
31
|
});
|
|
30
32
|
}
|
|
31
|
-
|
|
33
|
+
function main() {
|
|
34
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
deleteShares();
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
main().catch(console.error);
|
|
32
39
|
//# sourceMappingURL=fileSharesDeleteSample.js.map
|